Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Mar 25, 2018
1 parent 432295f commit 17c2a61
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Version 1.?.? - 2018-0?-??
# Version 1.3.0 - 2018-03-25
* 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
* packaging: Removed Snapcraft build
* packaging: Removed Snapcraft build and Snap packages (#245, #270)

# Version 1.2.2 - 2018-01-28
* feat: Option to enable/disable desktop notifications after saving (#21)
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ project("peek" C)
cmake_minimum_required(VERSION 2.6)

set (PEEK_VERSION_MAJOR 1)
set (PEEK_VERSION_MINOR 2)
set (PEEK_VERSION_PATCH 2)
set (PEEK_VERSION_MINOR 3)
set (PEEK_VERSION_PATCH 0)

# Get full Peek version
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
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.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" />
Expand Down
2 changes: 1 addition & 1 deletion data/flatpak/flatpak-stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"sources": [{
"type": "git",
"url": "../..",
"branch": "1.2.2"
"branch": "1.3.0"
}],
"modules": [{
"name": "keybinder3",
Expand Down
13 changes: 12 additions & 1 deletion rpm/peek.spec
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

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 17c2a61

Please sign in to comment.