Skip to content

Commit 15966bc

Browse files
committed
Release 1.3.1
1 parent 8e8bb97 commit 15966bc

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGES.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# Version 1.3.1 - 2018-03-27
2-
* fix: Use yuv420p for VP9 encoding (#299)
1+
# Version 1.3.1 - 2018-03-29
2+
* fix: Use yuv420p for VP9 encoding (#299)
3+
* fix: Disable animations and transitions on recording view overlays (#208)
4+
* i18n: Updated French and Russian translations
5+
* packaging: Build ffmpeg with vp9_superframe for Flatpak and AppImage
36

47
# Version 1.3.0 - 2018-03-25
58
* feat: Use VP9 instead of VP8 for WebM recording (#293)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)
33

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

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

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

+1
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.1" date="2018-03-29" />
8586
<release version="1.3.0" date="2018-03-25" />
8687
<release version="1.2.2" date="2018-01-28" />
8788
<release version="1.2.1" date="2017-12-03" />

rpm/peek.spec

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

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

6060

6161
%changelog
62+
* Thu Mar 29 2018 Philipp Wolfer <[email protected]> -1.3.1
63+
- fix: Use yuv420p for VP9 encoding (#299)
64+
- fix: Disable animations and transitions on recording view overlays (#208)
65+
- i18n: Updated French and Russian translations
66+
6267
* Sun Mar 25 2018 Philipp Wolfer <[email protected]> -1.3.0
6368
- feat: Use VP9 instead of VP8 for WebM recording (#293)
6469
- feat: libx264 is no longer required when just recording GIF / APNG with FFmpeg back end

0 commit comments

Comments
 (0)