-
-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,7 @@ | |
<update_contact>[email protected]</update_contact> | ||
|
||
<releases> | ||
<release version="1.3.0" date="2018-03-25" /> | ||
<release version="1.2.2" date="2018-01-28" /> | ||
<release version="1.2.1" date="2017-12-03" /> | ||
<release version="1.2.0" date="2017-11-25" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: peek | ||
Version: 1.2.2 | ||
Version: 1.3.0 | ||
Release: 1%{?dist} | ||
Summary: Simple screen recorder with an easy to use interface | ||
|
||
|
@@ -59,6 +59,17 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat | |
|
||
|
||
%changelog | ||
* Sun Jan 25 2018 Philipp Wolfer <[email protected]> -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 | ||
|
||
* Sun Jan 28 2018 Philipp Wolfer <[email protected]> -1.2.2 | ||
- Option to enable/disable desktop notifications after saving (#21) | ||
- Do not use H.264 baseline profile if libx264 was compiled with 10bit (#248) | ||
|