diff --git a/CHANGES.md b/CHANGES.md index a5f8007d..e4cf717f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ -# Version 1.?.? - 2017-??-?? +# Version 1.0.2 - 2017-06-13 * feat: Finish saving file when closing window while rendering (#142) * feat: Highlight file when launching Dolphin file manager * recording: Use raw video for recording GIF with GNOME Shell recorder (this - is identical to how FFmpeg recorder works) + is identical to how FFmpeg recorder works) (#116) * fix: Failed to record MP4 when dimensions where not divisible by 2 (#141) * fix: Make sure recording starts after countdown is hidden (#146) * fix: Closing window while recording could leave temp files behind diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f72cdb3..dfc10e78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6) set (PEEK_VERSION_MAJOR 1) set (PEEK_VERSION_MINOR 0) -set (PEEK_VERSION_PATCH 1) +set (PEEK_VERSION_PATCH 2) set (XDG_APPS_INSTALL_DIR share/applications) set (GettextTranslate_GMO_BINARY TRUE) diff --git a/README.md b/README.md index 0dd6ba9a..8d75def7 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,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.1-Linux.deb`. You can install it with +This will create the package `peek-1.0.2-Linux.deb`. You can install it with dpkg: - sudo dpkg -i peek-1.0.1-Linux.deb + sudo dpkg -i peek-1.0.2-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 50cd909b..7281164a 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/debian/changelog b/debian/changelog index 429a8a3a..4951f2f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +peek (1.0.2-0) mx; urgency=medium + + * New upstream release: + - Finish saving file when closing window while rendering + - Highlight file when launching Dolphin file manager + - Use raw video for recording GIF with GNOME Shell recorder (this is identical to how FFmpeg recorder works) + - Failed to record MP4 when dimensions where not divisible by 2 + - Make sure recording starts after countdown is hidden + - Closing window while recording could leave temp files behind + - KDE Plasma and XFCE were showing an empty button in notification + - Place close button on the left on all desktops configured this way + - Cinammon showing notification with icon + - Indonesian and Serbian translation + - Updated translations for Basque, Esperanto, French, Portuguese (Brazil), Russian and Ukrainian + - Added man page + + -- Philipp Wolfer Tue, 13 Jun 2017 22:52:00 +0100 + peek (1.0.1-0) mx; urgency=medium * New upstream release: diff --git a/rpm/peek.spec b/rpm/peek.spec index d7b3940d..d9718705 100644 --- a/rpm/peek.spec +++ b/rpm/peek.spec @@ -1,5 +1,5 @@ Name: peek -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Simple animated GIF screen recorder with an easy to use interface @@ -53,8 +53,22 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat %{_datadir}/icons/hicolor/*/apps/com.uploadedlobster.%{name}.png %changelog +* Tue Jun 13 2017 Philipp Wolfer -1.0.2 +- Finish saving file when closing window while rendering +- Highlight file when launching Dolphin file manager +- Use raw video for recording GIF with GNOME Shell recorder (this is identical to how FFmpeg recorder works) +- Failed to record MP4 when dimensions where not divisible by 2 +- Make sure recording starts after countdown is hidden +- Closing window while recording could leave temp files behind +- KDE Plasma and XFCE were showing an empty button in notification +- Place close button on the left on all desktops configured this way +- Cinammon showing notification with icon +- Indonesian and Serbian translation +- Updated translations for Basque, Esperanto, French, Portuguese (Brazil), Russian and Ukrainian +- Added man page + * Mon Mar 26 2017 Steeven Lopes -1.0.1 -- Use H.264 baseline profile for MP4 for increased browser compatibility (#111) +- Use H.264 baseline profile for MP4 for increased browser compatibility - For WebM GNOME Shell recorder use same quality settings as with Fmpeg encoder - Show only the most recent "file saved" notification to avoid spamming the desktop with notifications. - Set temporary directory for ImageMagick diff --git a/snapcraft.yaml b/snapcraft.yaml index 3bfa46d4..e26ceba9 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: peek -version: '1.0.1+git' +version: '1.0.2+git' icon: data/icons/512x512/com.uploadedlobster.peek.png summary: Simple animated GIF screen recorder with an easy to use interface description: |