Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Nov 25, 2017
1 parent e16205b commit 87fb2ec
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions data/com.uploadedlobster.peek.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
6 changes: 3 additions & 3 deletions data/flatpak/flatpak-stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down
20 changes: 20 additions & 0 deletions rpm/peek.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87fb2ec

Please sign in to comment.