From a2be37f64646c667cbbfdc73b332b0f4b10a2a65 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Thu, 5 Oct 2017 14:36:28 +0200 Subject: [PATCH] Release 1.1.0 --- CHANGES.md | 12 +++++++++++- CMakeLists.txt | 4 ++-- README.md | 4 ++-- data/com.uploadedlobster.peek.appdata.xml.in | 1 + data/flatpak/flatpak-stable.json | 3 +-- rpm/peek.spec | 6 ++++++ 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 949b9f67..283b81ba 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,15 @@ -# Version 1.?.? - 2017-??-?? +# Version 1.1.0 - 2017-10-05 * feat: Transparent recording area without compositor (#147, #7) + * fix: Unusual default permissions (#161) + * fix: Explicitly set ImageMagick resource limits (#112, #125) + * i18n: Updated translations for Basque, Chinese (Simplified), Czech, Dutch, + French, German, Lithuanian, Russian, Serbian, Spanish, Swedish, Polish, + Portuguese (Brazil) + * build: New flag `DISABLE_GNOME_SHELL` to disable gnome-shell recorder + * build: New flag `DISABLE_OPEN_FILE_MANAGER` to disable file manager integration + * build: Use CMake GNUInstallDirs variables + * package: Updated dependencies for Flatpak and Snap packages + * package: Stable Snap package depending on gnome-platform 3.26 # Version 1.0.3 - 2017-06-13 * package: fixed installing man page diff --git a/CMakeLists.txt b/CMakeLists.txt index 7810f832..97d18144 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ project("peek" C) cmake_minimum_required(VERSION 2.6) set (PEEK_VERSION_MAJOR 1) -set (PEEK_VERSION_MINOR 0) -set (PEEK_VERSION_PATCH 3) +set (PEEK_VERSION_MINOR 1) +set (PEEK_VERSION_PATCH 0) # Include macros for Vala and GLib list(APPEND CMAKE_MODULE_PATH diff --git a/README.md b/README.md index 9d40d600..04f06144 100644 --- a/README.md +++ b/README.md @@ -164,10 +164,10 @@ Then build Peek and package it: cmake -DCMAKE_INSTALL_PREFIX=/usr -DGSETTINGS_COMPILE=OFF .. make package -This will create the package `peek-1.0.3-Linux.deb`. You can install it with +This will create the package `peek-1.1.0-Linux.deb`. You can install it with dpkg: - sudo dpkg -i peek-1.0.3-Linux.deb + sudo dpkg -i peek-1.1.0-Linux.deb ### Fedora Fedora 25 users can use this repository: diff --git a/data/com.uploadedlobster.peek.appdata.xml.in b/data/com.uploadedlobster.peek.appdata.xml.in index 29c54220..7eb09389 100644 --- a/data/com.uploadedlobster.peek.appdata.xml.in +++ b/data/com.uploadedlobster.peek.appdata.xml.in @@ -78,6 +78,7 @@ ph.wolfer@gmail.com + diff --git a/data/flatpak/flatpak-stable.json b/data/flatpak/flatpak-stable.json index 1c406bfe..78a687b7 100644 --- a/data/flatpak/flatpak-stable.json +++ b/data/flatpak/flatpak-stable.json @@ -133,8 +133,7 @@ "sources": [{ "type": "git", "url": "../..", - "branch": "v1.0.3", - "commit": "257e5e30209fd7a8fc5d530deb56179fccdd0aed" + "branch": "v1.1.0" }], "modules": [{ "name": "keybinder3", diff --git a/rpm/peek.spec b/rpm/peek.spec index c7c2a97f..a67bbef3 100644 --- a/rpm/peek.spec +++ b/rpm/peek.spec @@ -57,6 +57,12 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat %{_datadir}/icons/hicolor/*/apps/com.uploadedlobster.%{name}.png %changelog +* Thu Oct 05 2017 Philipp Wolfer -1.1.0 +- Transparent recording area without compositor +- Unusual default permissions +- Explicitly set ImageMagick resource limits +- Updated translations for Basque, Chinese (Simplified), Czech, Dutch, French, German, Lithuanian, Russian, Serbian, Spanish, Swedish, Polish, Portuguese (Brazil) + * Tue Jun 13 2017 Philipp Wolfer -1.0.3 - Fixed installing man page