diff --git a/CHANGES.md b/CHANGES.md index 6fd24ee1..976ed52a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# Version 1.?.? - 2017-??-?? +# Version 1.2.0 - 2017-11-25 * feat: Quick format selection in headerbar (#174) * feat: GIF conversion with gifski if installed for improved quality (#212, #179) * feat: GIF quality level can be set in preferences, if gifski is available (#212) @@ -15,8 +15,8 @@ * fix: Do not load local settings schema in release builds * fix: On Plasma with Breeze theme Peek window was hard to resize (#199) * i18n: Added Chinese (Traditional), Neapolitan - * i18n: Updated translations for Dutch, Esperanto, German, Italian, Lithuanian, - Norwegian Bokmål, Polish, Serbian, Swedish + * i18n: Updated translations for Czech, Dutch, Esperanto, German, Italian, + Lithuanian, Norwegian Bokmål, Polish, Serbian, Swedish * build: libkeybinder is now optional * package: Reduced file size for Snap packages diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a905ad6..18cddf1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project("peek" C) cmake_minimum_required(VERSION 2.6) set (PEEK_VERSION_MAJOR 1) -set (PEEK_VERSION_MINOR 1) +set (PEEK_VERSION_MINOR 2) set (PEEK_VERSION_PATCH 0) # Get full Peek version diff --git a/data/com.uploadedlobster.peek.appdata.xml.in b/data/com.uploadedlobster.peek.appdata.xml.in index 6f27204a..1eab06d3 100644 --- a/data/com.uploadedlobster.peek.appdata.xml.in +++ b/data/com.uploadedlobster.peek.appdata.xml.in @@ -82,6 +82,7 @@ ph.wolfer@gmail.com + diff --git a/data/flatpak/flatpak-stable.json b/data/flatpak/flatpak-stable.json index 1ea6facb..497b4fb7 100644 --- a/data/flatpak/flatpak-stable.json +++ b/data/flatpak/flatpak-stable.json @@ -102,8 +102,8 @@ }, "sources": [{ "type": "archive", - "url": "https://github.com/ImageOptim/gifski/archive/0.5.0.tar.gz", - "sha256": "6cf9a69ad141c6bf61f6f8b5ba507c06aaf0d401351768d2cd790fe27d6a9de7" + "url": "https://github.com/ImageOptim/gifski/archive/0.6.2.tar.gz", + "sha256": "4f0379aa05a5e99fd6a9efb851efa7553e9663ec800ac7247fb7e26505a4b225" }, { "type": "archive", @@ -121,7 +121,7 @@ }], "build-commands": [ "rust/install.sh --prefix=/app", - "cargo build --release --features=openmp", + "cargo build --release", "install -Dm755 target/release/gifski /app/bin/gifski" ], "post-install": [ diff --git a/rpm/peek.spec b/rpm/peek.spec index 7dcddc90..64461760 100644 --- a/rpm/peek.spec +++ b/rpm/peek.spec @@ -59,6 +59,26 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat %changelog +* Sat Nov 25 2017 Philipp Wolfer -1.2.0 +- Quick format selection in headerbar (#174) +- GIF conversion with gifski if installed for improved quality (#212, #179) +- GIF quality level can be set in preferences, if gifski is available (#212) +- GIF conversion with FFmpeg as default instead of ImageMagick (#125) +- Display elapsed time in headerbar (#214) +- Display an animated spinner while post processing (#58) +- Support APNG as output format (#108) +- Command line parameter `--no-headerbar` (#203) +- Show dialog with error details on recording errors (#49) +- Temporary files get unique name again (was broken in #161) +- Quitting application does not interrupt rendering (#189) +- Much smaller temporary file sizes +- Recording could be stopped before it had actually started +- Do not load local settings schema in release builds +- On Plasma with Breeze theme Peek window was hard to resize (#199) +- Added Chinese (Traditional), Neapolitan +- Updated translations for Dutch, Esperanto, German, Italian, Lithuanian, Norwegian Bokmål, Polish, Serbian, Swedish +- libkeybinder is now optional + * Thu Oct 05 2017 Philipp Wolfer -1.1.0 - Transparent recording area without compositor - Unusual default permissions