Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Mar 29, 2018
1 parent 8e8bb97 commit 15966bc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Version 1.3.1 - 2018-03-27
* fix: Use yuv420p for VP9 encoding (#299)
# Version 1.3.1 - 2018-03-29
* fix: Use yuv420p for VP9 encoding (#299)
* fix: Disable animations and transitions on recording view overlays (#208)
* i18n: Updated French and Russian translations
* packaging: Build ffmpeg with vp9_superframe for Flatpak and AppImage

# Version 1.3.0 - 2018-03-25
* feat: Use VP9 instead of VP8 for WebM recording (#293)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)

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

# 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.1" date="2018-03-29" />
<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" />
Expand Down
7 changes: 6 additions & 1 deletion rpm/peek.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: peek
Version: 1.3.0
Version: 1.3.1
Release: 1%{?dist}
Summary: Simple screen recorder with an easy to use interface

Expand Down Expand Up @@ -59,6 +59,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat


%changelog
* Thu Mar 29 2018 Philipp Wolfer <[email protected]> -1.3.1
- fix: Use yuv420p for VP9 encoding (#299)
- fix: Disable animations and transitions on recording view overlays (#208)
- i18n: Updated French and Russian translations

* Sun Mar 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
Expand Down

0 comments on commit 15966bc

Please sign in to comment.