commit peek for openSUSE:Factory

2020-02-25 Thread root
Hello community,

here is the log from the commit of package peek for openSUSE:Factory checked in 
at 2020-02-25 16:08:38

Comparing /work/SRC/openSUSE:Factory/peek (Old)
 and  /work/SRC/openSUSE:Factory/.peek.new.26092 (New)


Package is "peek"

Tue Feb 25 16:08:38 2020 rev:7 rq:779101 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/peek/peek.changes2020-02-20 
14:56:34.742429183 +0100
+++ /work/SRC/openSUSE:Factory/.peek.new.26092/peek.changes 2020-02-25 
16:09:18.972695568 +0100
@@ -1,0 +2,7 @@
+Tue Feb 25 12:36:48 UTC 2020 - Michael Vetter 
+
+- Update to 1.5.1:
+  * build: Fixed building with CMake
+  * Update Ukranian translation
+
+---

Old:

  v1.5.0.tar.gz

New:

  1.5.1.tar.gz



Other differences:
--
++ peek.spec ++
--- /var/tmp/diff_new_pack.pCy0yU/_old  2020-02-25 16:09:19.996697173 +0100
+++ /var/tmp/diff_new_pack.pCy0yU/_new  2020-02-25 16:09:20.000697180 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package peek
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   peek
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:An animated GIF recorder
 License:GPL-3.0-or-later
 URL:https://github.com/phw/peek
-Source: %{url}/archive/v%{version}.tar.gz
+Source: %{url}/archive/%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.19

++ v1.5.0.tar.gz -> 1.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peek-1.5.0/CHANGES.md new/peek-1.5.1/CHANGES.md
--- old/peek-1.5.0/CHANGES.md   2020-02-18 12:52:39.0 +0100
+++ new/peek-1.5.1/CHANGES.md   2020-02-19 23:29:08.0 +0100
@@ -1,3 +1,6 @@
+# Version 1.5.1 - 2020-02-19
+- build: Fixed building with CMake
+
 # Version 1.5.0 - 2020-02-18
 - feat: Dialog to set recording area size (#246, #519)
 - feat: Use radio buttons for format selection to easily show selected format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peek-1.5.0/CMakeLists.txt 
new/peek-1.5.1/CMakeLists.txt
--- old/peek-1.5.0/CMakeLists.txt   2020-02-18 12:52:39.0 +0100
+++ new/peek-1.5.1/CMakeLists.txt   2020-02-19 23:29:08.0 +0100
@@ -3,7 +3,7 @@
 
 set (PEEK_VERSION_MAJOR 1)
 set (PEEK_VERSION_MINOR 5)
-set (PEEK_VERSION_PATCH 0)
+set (PEEK_VERSION_PATCH 1)
 
 # Get full Peek version
 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
@@ -151,6 +151,7 @@
 src/recording/screen-recorder.vala
 src/ui/about-dialog.vala
 src/ui/application-window.vala
+src/ui/set-window-size-dialog.vala
 src/ui/error-dialog.vala
 src/ui/preferences-dialog.vala
 src/ui/shortcut-label.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/peek-1.5.0/data/com.uploadedlobster.peek.appdata.xml.in 
new/peek-1.5.1/data/com.uploadedlobster.peek.appdata.xml.in
--- old/peek-1.5.0/data/com.uploadedlobster.peek.appdata.xml.in 2020-02-18 
12:52:39.0 +0100
+++ new/peek-1.5.1/data/com.uploadedlobster.peek.appdata.xml.in 2020-02-19 
23:29:08.0 +0100
@@ -82,6 +82,7 @@
   
 
   
+
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peek-1.5.0/meson.build new/peek-1.5.1/meson.build
--- old/peek-1.5.0/meson.build  2020-02-18 12:52:39.0 +0100
+++ new/peek-1.5.1/meson.build  2020-02-19 23:29:08.0 +0100
@@ -1,5 +1,5 @@
 project('peek', ['c', 'vala'],
-  version: '1.5.0',
+  version: '1.5.1',
   meson_version: '>= 0.37.0',
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peek-1.5.0/rpm/peek.spec new/peek-1.5.1/rpm/peek.spec
--- old/peek-1.5.0/rpm/peek.spec2020-02-18 12:52:39.0 +0100
+++ new/peek-1.5.1/rpm/peek.spec2020-02-19 23:29:08.0 +0100
@@ -1,5 +1,5 @@
 Name:   peek
-Version:1.5.0
+Version:1.5.1
 Release:1%{?dist}
 Summary:Simple screen recorder with an easy to use interface
 




commit peek for openSUSE:Factory

2020-02-20 Thread root
Hello community,

here is the log from the commit of package peek for openSUSE:Factory checked in 
at 2020-02-20 14:56:28

Comparing /work/SRC/openSUSE:Factory/peek (Old)
 and  /work/SRC/openSUSE:Factory/.peek.new.26092 (New)


Package is "peek"

Thu Feb 20 14:56:28 2020 rev:6 rq:777352 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/peek/peek.changes2019-11-29 
15:55:59.389003599 +0100
+++ /work/SRC/openSUSE:Factory/.peek.new.26092/peek.changes 2020-02-20 
14:56:34.742429183 +0100
@@ -1,0 +2,15 @@
+Wed Feb 19 13:30:23 UTC 2020 - Michael Vetter 
+
+- Update to version 1.5.0:
+  * feat: Dialog to set recording area size (#246, #519)
+  * feat: Use radio buttons for format selection to easily show selected format
+  * fix: Show error dialog on startup if recording backend is unavailable 
(#539)
+  * fix: Fix missing title in taskbar on KDE Plasma (#349)
+  * fix: Changing output format in small UI mode resizes the window
+  * fix: Disable menu during recording
+  * i18n: New translations for Finnish and Hebrew
+  * i18n: Updated translations for Basque, Chinese (Simplified),
+Chinese (Traditional), Croation, Czech, Dutch, French, German, Indonesian,
+Lithuanian, Norwegian Bokmål, Portuguese (Brazil), Spanish and Swedish
+
+---

Old:

  peek-1.4.0.tar.gz

New:

  v1.5.0.tar.gz



Other differences:
--
++ peek.spec ++
--- /var/tmp/diff_new_pack.LF8u8g/_old  2020-02-20 14:56:36.226432094 +0100
+++ /var/tmp/diff_new_pack.LF8u8g/_new  2020-02-20 14:56:36.226432094 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package peek
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   peek
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:An animated GIF recorder
 License:GPL-3.0-or-later
 URL:https://github.com/phw/peek
-Source: 
https://github.com/phw/peek/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: %{url}/archive/v%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.19




commit peek for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package peek for openSUSE:Factory checked in 
at 2019-11-29 15:55:57

Comparing /work/SRC/openSUSE:Factory/peek (Old)
 and  /work/SRC/openSUSE:Factory/.peek.new.26869 (New)


Package is "peek"

Fri Nov 29 15:55:57 2019 rev:5 rq:745102 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/peek/peek.changes2019-07-22 
12:21:43.583643335 +0200
+++ /work/SRC/openSUSE:Factory/.peek.new.26869/peek.changes 2019-11-29 
15:55:59.389003599 +0100
@@ -1,0 +2,35 @@
+Thu Oct 31 12:26:02 UTC 2019 - Luigi Baldoni 
+
+- Update to version 1.4.0
+  * feat: Move app menu into application Window (#391, #438)
+  * feat: New application icon following new GNOME icon
+guidelines (#114, #390)
+  * feat: Set window type hint to UTILITY (ensures window gets
+opened as floating on tiling window managers)
+  * feat: Show shortcut hint in main window (#234, #285)
+  * feat: Added Recorder, Video and AudioVideo to desktop files
+categories (#340)
+  * feat: Improved the error message shown on GNOME Shell
+recording issues
+  * feat: Provide more details in error reports
+  * fix: Fixed double free error after ffmpeg recording (#419)
+  * fix: Fixed building with Vala 0.46.1 (#501)
+  * misc: Raised minimum Gtk version to 3.20
+  * i18n: Updated translations for Basque, Chinese (simplified),
+Chinese (traditional), Czech, Dutch, Esperanto, French,
+German, Italian, Japanese, Lithuanian, Norwegian Bokmål,
+Polish, Portuguese (Brazil), Portuguese (Portugal), Russian,
+Serbian, Spanish, Swedish, Turkish, Ukrainian
+  * i18n: New translations for Japanese and Turkish
+  * build: New Meson based build (old CMake build is deprecated
+and will be removed in release 1.5)
+  * build: Autogenerate po/LINGUAS
+
+- Switch to meson build
+
+- Dropped peek-1.3.1-fix-double-free-tcache2.patch (merged
+  upstream)
+
+- Spec cleanup
+
+---

Old:

  peek-1.3.1-fix-double-free-tcache2.patch
  peek-1.3.1.tar.gz

New:

  peek-1.4.0.tar.gz



Other differences:
--
++ peek.spec ++
--- /var/tmp/diff_new_pack.VMYmAX/_old  2019-11-29 15:56:00.169003152 +0100
+++ /var/tmp/diff_new_pack.VMYmAX/_new  2019-11-29 15:56:00.173003149 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package peek
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,34 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   peek
-Version:1.3.1
+Version:1.4.0
 Release:0
 Summary:An animated GIF recorder
-License:GPL-3.0
-Group:  Productivity/Graphics/Other
-Url:https://github.com/phw/peek
+License:GPL-3.0-or-later
+URL:https://github.com/phw/peek
 Source: 
https://github.com/phw/peek/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM phw - Avoid double free when passing string array to async 
function
-Patch:  peek-1.3.1-fix-double-free-tcache2.patch
-BuildRequires:  cmake >= 2.8.8
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.19
+BuildRequires:  meson >= 0.37.0
 BuildRequires:  pkgconfig
 BuildRequires:  txt2man
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(keybinder-3.0)
 BuildRequires:  pkgconfig(vapigen) >= 0.22
 Requires:   ImageMagick
 Requires:   ffmpeg
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %lang_package
 
 %description
@@ -48,42 +44,27 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
-%cmake -DGSETTINGS_COMPILE=OFF
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%cmake_install
+%meson_install
 %suse_update_desktop_file -r com.uploadedlobster.peek Utility DesktopUtility
 %find_lang %{name}
 
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_bindir}/peek
 %{_datadir}/glib-2.0/schemas/com.uploadedlobster.peek.gschema.xml
 %{_datadir}/applications/com.uploadedlobster.peek.desktop
-%dir %{_datadir}/icons

commit peek for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package peek for openSUSE:Factory checked in 
at 2019-07-22 12:21:42

Comparing /work/SRC/openSUSE:Factory/peek (Old)
 and  /work/SRC/openSUSE:Factory/.peek.new.4126 (New)


Package is "peek"

Mon Jul 22 12:21:42 2019 rev:4 rq:717474 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/peek/peek.changes2018-09-11 
17:19:20.263222476 +0200
+++ /work/SRC/openSUSE:Factory/.peek.new.4126/peek.changes  2019-07-22 
12:21:43.583643335 +0200
@@ -1,0 +2,7 @@
+Sat Jul 20 03:37:44 UTC 2019 - Marguerite Su 
+
+- add peek-1.3.1-fix-double-free-tcache2.patch
+  * avoid double free when passing string array to async functions
+  * should be removed next release
+
+---

New:

  peek-1.3.1-fix-double-free-tcache2.patch



Other differences:
--
++ peek.spec ++
--- /var/tmp/diff_new_pack.9q7I6q/_old  2019-07-22 12:21:44.371643128 +0200
+++ /var/tmp/diff_new_pack.9q7I6q/_new  2019-07-22 12:21:44.371643128 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Graphics/Other
 Url:https://github.com/phw/peek
 Source: 
https://github.com/phw/peek/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+#PATCH-FIX-UPSTREAM phw - Avoid double free when passing string array to async 
function
+Patch:  peek-1.3.1-fix-double-free-tcache2.patch
 BuildRequires:  cmake >= 2.8.8
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -46,6 +48,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %cmake -DGSETTINGS_COMPILE=OFF

++ peek-1.3.1-fix-double-free-tcache2.patch ++
Index: peek-1.3.1/src/post-processing/ffmpeg-post-processor.vala
===
--- peek-1.3.1.orig/src/post-processing/ffmpeg-post-processor.vala
+++ peek-1.3.1/src/post-processing/ffmpeg-post-processor.vala
@@ -79,15 +79,19 @@ namespace Peek.PostProcessing {
 var extension = Utils.get_file_extension_for_format 
(config.output_format);
 var output_file = Utils.create_temp_file (extension);
 
-string[] args = {
-  "ffmpeg", "-y",
-  "-i", input_file.get_path (),
-  "-i", palette_file.get_path (),
-  "-filter_complex", "fps=%d,paletteuse".printf (config.framerate)
-};
-
 var argv = new Array ();
-argv.append_vals (args, args.length);
+
+argv.append_val ("ffmpeg");
+argv.append_val ("-y");
+
+argv.append_val ("-i");
+argv.append_val (input_file.get_path ());
+
+argv.append_val ("-i");
+argv.append_val (palette_file.get_path ());
+
+argv.append_val ("-filter_complex");
+argv.append_val ("fps=%d,paletteuse".printf (config.framerate));
 
 if (config.output_format == OutputFormat.APNG) {
   argv.append_val ("-plays");



commit peek for openSUSE:Factory

2018-09-11 Thread root
Hello community,

here is the log from the commit of package peek for openSUSE:Factory checked in 
at 2018-09-11 17:18:59

Comparing /work/SRC/openSUSE:Factory/peek (Old)
 and  /work/SRC/openSUSE:Factory/.peek.new (New)


Package is "peek"

Tue Sep 11 17:18:59 2018 rev:3 rq:634714 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/peek/peek.changes2017-08-24 
18:47:28.830972382 +0200
+++ /work/SRC/openSUSE:Factory/.peek.new/peek.changes   2018-09-11 
17:19:20.263222476 +0200
@@ -1,0 +2,69 @@
+Sun Sep  9 22:22:05 UTC 2018 - hel...@mailbox.org
+
+- update to version 1.3.1
+  Fixes some color issues with the new VP9 encoding and rebuilds Ffmpeg for 
Flatpak and AppImage to fully support the VP9 encoding.
+
+  * fix: Use yuv420p for VP9 encoding (#299)
+  * fix: Disable animations and transitions on recording view overlays (#208)
+  * i18n: Updated French and Russian translations
+  * packaging: Build ffmpeg with vp9_superframe for Flatpak and AppImage 
(#300, #301)
+- changes from 1.3.0
+  * feat: Use VP9 instead of VP8 for WebM recording (#293)
+  * feat: libx264 is no longer required when just recording GIF / APNG with 
FFmpeg back end
+  * feat: Removed avconv / libav backend and ImageMagick post processor
+  * misc: Added sources for DBus interfaces (#296)
+  * fix: Fixed lossy artifacts increasing GIF size when using gnome-shell 
recorder (#288)
+  * fix: Fixed countdown sometimes appearing in recording (#208)
+  * fix: Do not freeze window size on Xfce (#269)
+  * i18n: Fixed names of Chinese localization files (#294)
+  * i18n: Updated translations for Basque, Chinese (Simplified), Lithuanian,
+  * Norwegian Bokmål, Russian, Serbian, Ukrainian
+  * packaging: Removed Snapcraft build and Snap packages (#245, #270)
+
+- changes from 1.2.2
+  * feat: Option to enable/disable desktop notifications after saving (#21)
+  * fix: Do not use H.264 baseline profile if libx264 was compiled with 10bit 
(#248)
+  * fix: Recording 1fps with Ffmpeg does not fail anymore (#249)
+  * i18n: Updated translations for Arabic, Basque, Chinese (Simplified), Czech,
+  * Dutch, Esperanto, German, Norwegian Bokmål, Polish, Portuguese (Brazil),
+  * Russian, Swedish
+  
+- changes from 1.2.1
+  * i18n: Updated translations for Arabic, Czech, Esperanto, French, 
Lithuanian, Norwegian Bokmål, Polish and Serbian
+
+- changes from 1.2.0
+  * 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)
+  * feat: GIF conversion with FFmpeg as default instead of ImageMagick (#125)
+  * feat: Display elapsed time in headerbar (#214)
+  * feat: Display an animated spinner while post processing (#58)
+  * feat: Support APNG as output format (#108)
+  * feat: Command line parameter --no-headerbar (#203)
+  * feat: Show dialog with error details on recording errors (#49)
+  * fix: Temporary files get unique name again (was broken in #161)
+  * fix: Quitting application does not interrupt rendering (#189)
+  * fix: Much smaller temporary file sizes
+  * fix: Recording could be stopped before it had actually started
+  * 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 Czech, Dutch, Esperanto, German, Italian,
+  * Lithuanian, Norwegian Bokmål, Polish, Serbian, Swedish
+  * build: libkeybinder is now optional
+  * package: Reduced file size for Snap packages
+
+- changes from 1.1.0
+  * 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 (#84)
+
+---

Old:

  v1.0.3.tar.gz

New:

  peek-1.3.1.tar.gz



Other differences:
--
++ peek.spec ++
--- /var/tmp/diff_new_pack.hgcDSu/_old  2018-09-11 17:19:20.763221711 +0200
+++ /var/tmp/diff_new_pack.hgcDSu/_new  2018-09-11 17:19:20.763221711 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package peek
 #
-# Copyright (c) 2

commit peek for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package peek for openSUSE:Factory checked in 
at 2017-08-24 18:47:24

Comparing /work/SRC/openSUSE:Factory/peek (Old)
 and  /work/SRC/openSUSE:Factory/.peek.new (New)


Package is "peek"

Thu Aug 24 18:47:24 2017 rev:2 rq:514892 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/peek/peek.changes2017-02-07 
12:02:06.789117151 +0100
+++ /work/SRC/openSUSE:Factory/.peek.new/peek.changes   2017-08-24 
18:47:28.830972382 +0200
@@ -1,0 +2,78 @@
+Sun Aug  6 16:12:18 UTC 2017 - mailaen...@opensuse.org
+
+- ImageMagick and ffmpeg changed to runtime (not build) dependencies
+
+- update to version 1.0.3
+  * package: Fixed installing man page
+
+- changes from version 1.0.2
+  * 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) (#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
+  * fix: KDE Plasma and XFCE were showing an empty button in notification
+  * fix: Place close button on the left on all desktops configured this way 
(#129)
+  * fix: Cinammon showing notification with icon
+  * i18n: Indonesian and Serbian translation
+  * i18n: Updated translations for Basque, Esperanto, French, Portuguese 
(Brazil), Russian and Ukrainian
+  * docs: Added man page (#136)
+
+- changes from version 1.0.1
+  * recording: Use H.264 baseline profile for MP4 for increased browser 
compatibility (#111)
+  * recording: For WebM GNOME Shell recorder use same quality settings as with 
FFmpeg encoder
+  * ui: Show only the most recent "file saved" notification to avoid spamming 
the desktop with notifications.
+  * fix: Set temporary directory for ImageMagick
+  * fix: Always launch with GDK_BACKEND=x11 for Wayland
+  * fix: Detect if global menus are disabled in Unity when running as Flatpak 
/ Snap package
+  * i18n: Updated translations for Arabic, Czech, Russian and Spanish
+  * i18n: New translations for Basque and Esperanto
+
+- changes from version 1.0
+  * recording: Support GNOME Shell screencast DBus service. Allows recording 
under GNOME Shell with XWayland (#33)
+  * recording: Support WebM and MP4 as output format (#73)
+  * recording: Added option to not record mouse cursor
+  * recording: Default frame rate is now 10fps
+  * ui: Recording can be started / stopped via configurable keyboard shortcut 
(#23)
+  * ui: Add --start, --stop and --toggle command line parameters to control 
the recording
+  * ui: Add --backend command line parameter to manually choose recording 
backend (gnome-shell, ffmpeg or avcodec for now)
+  * ui: Hide button label on small window width. Allows for smaller recording 
area.
+  * misc: Use org.freedesktop.FileManager1 DBus service for launching file 
manager.
+  * fix: Fixed a possible race condition that could lead to empty or broken 
files (#1)
+  * fix: Moving Peek partially outside the visible area does no longer break 
the recording. Instead the recording area is clipped to the visible part (#64)
+  * fix: Starting recording in maximized window relocated the window on Ubuntu 
Unity (#74)
+  * fix: When canceling the file chooser also stop the background processing 
of the image (#96)
+  * i18n: Many updated translations, with Czech, Dutch, German, Lithuanian,
+  * Polish and Swedish 100% completed
+  * package: Provide AppStream data
+  * docs: Much improved README
+
+- changes from version 0.9.1
+  * i18n: Fixed Czech, Croatian, Korean, Dutch and Chinese (Simplified) not 
getting installed
+
+- changes from version 0.9.0:
+  * ui: Fix problem of app menu not available on certain desktop 
configurations (#6)
+  * ui: Fix display of desktop notifications on Ubuntu Unity (#55)
+  * ui: Close button is displayed left on Ubuntu Unity (#67)
+  * ui: Workaround for gray borders under unity (#11)
+  * ui: Smaller border around recording area
+  * recording: Add resolution downsampling option (#32)
+  * recording: Minimal frame rate is now 1fps
+  * recording: Smaller temporary files by using libx264rgb instead of huffyuv 
(#2)
+  * recording: Support for avconf, if ffmpeg is unavailable (#56)
+  * i18n: Chinese (Simplified) translation
+  * i18n: Croatian translation
+  * i18n: Czech translation
+  * i18n: Dutch translation
+  * i18n: Italian translation
+  * i18n: Korean translation
+  * i18n: Norwegian Bokmål translation
+  * i18n: Portuguese (Brazil) translation
+  * i18n: Swedish translation
+  * fix: Fix possible crash when loading schema from local folder
+  * fix: Fix temp file deletion warning