Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 87fb2ec

Browse files
committed
Release 1.2.0
1 parent e16205b commit 87fb2ec

5 files changed

Lines changed: 28 additions & 7 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 1.?.? - 2017-??-??
1+
# Version 1.2.0 - 2017-11-25
22
* feat: Quick format selection in headerbar (#174)
33
* feat: GIF conversion with gifski if installed for improved quality (#212, #179)
44
* feat: GIF quality level can be set in preferences, if gifski is available (#212)
@@ -15,8 +15,8 @@
1515
* fix: Do not load local settings schema in release builds
1616
* fix: On Plasma with Breeze theme Peek window was hard to resize (#199)
1717
* i18n: Added Chinese (Traditional), Neapolitan
18-
* i18n: Updated translations for Dutch, Esperanto, German, Italian, Lithuanian,
19-
Norwegian Bokmål, Polish, Serbian, Swedish
18+
* i18n: Updated translations for Czech, Dutch, Esperanto, German, Italian,
19+
Lithuanian, Norwegian Bokmål, Polish, Serbian, Swedish
2020
* build: libkeybinder is now optional
2121
* package: Reduced file size for Snap packages
2222

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project("peek" C)
22
cmake_minimum_required(VERSION 2.6)
33

44
set (PEEK_VERSION_MAJOR 1)
5-
set (PEEK_VERSION_MINOR 1)
5+
set (PEEK_VERSION_MINOR 2)
66
set (PEEK_VERSION_PATCH 0)
77

88
# Get full Peek version

data/com.uploadedlobster.peek.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<update_contact>ph.wolfer@gmail.com</update_contact>
8383

8484
<releases>
85+
<release version="1.2.0" date="2017-11-25" />
8586
<release version="1.1.0" date="2017-10-05" />
8687
<release version="1.0.3" date="2017-06-13" />
8788
<release version="1.0.2" date="2017-06-13" />

data/flatpak/flatpak-stable.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
},
103103
"sources": [{
104104
"type": "archive",
105-
"url": "https://github.com/ImageOptim/gifski/archive/0.5.0.tar.gz",
106-
"sha256": "6cf9a69ad141c6bf61f6f8b5ba507c06aaf0d401351768d2cd790fe27d6a9de7"
105+
"url": "https://github.com/ImageOptim/gifski/archive/0.6.2.tar.gz",
106+
"sha256": "4f0379aa05a5e99fd6a9efb851efa7553e9663ec800ac7247fb7e26505a4b225"
107107
},
108108
{
109109
"type": "archive",
@@ -121,7 +121,7 @@
121121
}],
122122
"build-commands": [
123123
"rust/install.sh --prefix=/app",
124-
"cargo build --release --features=openmp",
124+
"cargo build --release",
125125
"install -Dm755 target/release/gifski /app/bin/gifski"
126126
],
127127
"post-install": [

rpm/peek.spec

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,26 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
5959

6060

6161
%changelog
62+
* Sat Nov 25 2017 Philipp Wolfer <ph.wolfer@gmail.com> -1.2.0
63+
- Quick format selection in headerbar (#174)
64+
- GIF conversion with gifski if installed for improved quality (#212, #179)
65+
- GIF quality level can be set in preferences, if gifski is available (#212)
66+
- GIF conversion with FFmpeg as default instead of ImageMagick (#125)
67+
- Display elapsed time in headerbar (#214)
68+
- Display an animated spinner while post processing (#58)
69+
- Support APNG as output format (#108)
70+
- Command line parameter `--no-headerbar` (#203)
71+
- Show dialog with error details on recording errors (#49)
72+
- Temporary files get unique name again (was broken in #161)
73+
- Quitting application does not interrupt rendering (#189)
74+
- Much smaller temporary file sizes
75+
- Recording could be stopped before it had actually started
76+
- Do not load local settings schema in release builds
77+
- On Plasma with Breeze theme Peek window was hard to resize (#199)
78+
- Added Chinese (Traditional), Neapolitan
79+
- Updated translations for Dutch, Esperanto, German, Italian, Lithuanian, Norwegian Bokmål, Polish, Serbian, Swedish
80+
- libkeybinder is now optional
81+
6282
* Thu Oct 05 2017 Philipp Wolfer <ph.wolfer@gmail.com> -1.1.0
6383
- Transparent recording area without compositor
6484
- Unusual default permissions

0 commit comments

Comments
 (0)