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

Commit 7ca6ebb

Browse files
committed
Release 1.2.1
1 parent 3ba0011 commit 7ca6ebb

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.2.1 - 2017-12-03
2+
* i18n: Updated translations for Arabic, Czech, Esperanto, French, Lithuanian,
3+
Norwegian Bokmål, Polish, Serbian
4+
15
# Version 1.2.0 - 2017-11-25
26
* feat: Quick format selection in headerbar (#174)
37
* feat: GIF conversion with gifski if installed for improved quality (#212, #179)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 2)
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

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.2.1" date="2017-12-03" />
8586
<release version="1.2.0" date="2017-11-25" />
8687
<release version="1.1.0" date="2017-10-05" />
8788
<release version="1.0.3" date="2017-06-13" />

data/flatpak/flatpak-stable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"sources": [{
126126
"type": "git",
127127
"url": "../..",
128-
"branch": "1.2.0"
128+
"branch": "1.2.1"
129129
}],
130130
"modules": [{
131131
"name": "keybinder3",

rpm/peek.spec

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

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

6060

6161
%changelog
62+
* Sun Dec 03 2017 Philipp Wolfer <[email protected]> -1.2.1
63+
- Updated translations for Arabic, Czech, Esperanto, French, Lithuanian, Norwegian Bokmål, Polish, Serbian
64+
6265
* Sat Nov 25 2017 Philipp Wolfer <[email protected]> -1.2.0
6366
- Quick format selection in headerbar (#174)
6467
- GIF conversion with gifski if installed for improved quality (#212, #179)

0 commit comments

Comments
 (0)