Skip to content

Commit 17c2a61

Browse files
committed
Release 1.3.0
1 parent 432295f commit 17c2a61

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# Version 1.?.? - 2018-0?-??
1+
# Version 1.3.0 - 2018-03-25
22
* feat: Use VP9 instead of VP8 for WebM recording (#293)
33
* feat: libx264 is no longer required when just recording GIF / APNG with FFmpeg back end
44
* feat: Removed avconv / libav backend and ImageMagick post processor
55
* misc: Added sources for DBus interfaces (#296)
66
* fix: Fixed lossy artifacts increasing GIF size when using gnome-shell recorder (#288)
7+
* fix: Fixed countdown sometimes appearing in recording (#208)
78
* fix: Do not freeze window size on Xfce (#269)
89
* i18n: Fixed names of Chinese localization files (#294)
910
* i18n: Updated translations for Basque, Chinese (Simplified), Lithuanian,
1011
Norwegian Bokmål, Russian, Serbian, Ukrainian
11-
* packaging: Removed Snapcraft build
12+
* packaging: Removed Snapcraft build and Snap packages (#245, #270)
1213

1314
# Version 1.2.2 - 2018-01-28
1415
* feat: Option to enable/disable desktop notifications after saving (#21)

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ project("peek" C)
22
cmake_minimum_required(VERSION 2.6)
33

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

88
# Get full Peek version
99
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)

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>[email protected]</update_contact>
8383

8484
<releases>
85+
<release version="1.3.0" date="2018-03-25" />
8586
<release version="1.2.2" date="2018-01-28" />
8687
<release version="1.2.1" date="2017-12-03" />
8788
<release version="1.2.0" date="2017-11-25" />

data/flatpak/flatpak-stable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"sources": [{
123123
"type": "git",
124124
"url": "../..",
125-
"branch": "1.2.2"
125+
"branch": "1.3.0"
126126
}],
127127
"modules": [{
128128
"name": "keybinder3",

rpm/peek.spec

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: peek
2-
Version: 1.2.2
2+
Version: 1.3.0
33
Release: 1%{?dist}
44
Summary: Simple screen recorder with an easy to use interface
55

@@ -59,6 +59,17 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
5959

6060

6161
%changelog
62+
* Sun Jan 25 2018 Philipp Wolfer <[email protected]> -1.3.0
63+
- feat: Use VP9 instead of VP8 for WebM recording (#293)
64+
- feat: libx264 is no longer required when just recording GIF / APNG with FFmpeg back end
65+
- feat: Removed avconv / libav backend and ImageMagick post processor
66+
- misc: Added sources for DBus interfaces (#296)
67+
- fix: Fixed lossy artifacts increasing GIF size when using gnome-shell recorder (#288)
68+
- fix: Fixed countdown sometimes appearing in recording (#208)
69+
- fix: Do not freeze window size on Xfce (#269)
70+
- i18n: Fixed names of Chinese localization files (#294)
71+
- i18n: Updated translations for Basque, Chinese (Simplified), Lithuanian, Norwegian Bokmål, Russian, Serbian, Ukrainian
72+
6273
* Sun Jan 28 2018 Philipp Wolfer <[email protected]> -1.2.2
6374
- Option to enable/disable desktop notifications after saving (#21)
6475
- Do not use H.264 baseline profile if libx264 was compiled with 10bit (#248)

0 commit comments

Comments
 (0)