-
-
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
28 additions
and
7 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.2.0" date="2017-11-25" /> | ||
<release version="1.1.0" date="2017-10-05" /> | ||
<release version="1.0.3" date="2017-06-13" /> | ||
<release version="1.0.2" date="2017-06-13" /> | ||
|
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 |
---|---|---|
|
@@ -59,6 +59,26 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat | |
|
||
|
||
%changelog | ||
* Sat Nov 25 2017 Philipp Wolfer <[email protected]> -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 <[email protected]> -1.1.0 | ||
- Transparent recording area without compositor | ||
- Unusual default permissions | ||
|