Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Dec 3, 2017
1 parent 3ba0011 commit 7ca6ebb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.2.1 - 2017-12-03
* i18n: Updated translations for Arabic, Czech, Esperanto, French, Lithuanian,
Norwegian Bokmål, Polish, Serbian

# Version 1.2.0 - 2017-11-25
* feat: Quick format selection in headerbar (#174)
* feat: GIF conversion with gifski if installed for improved quality (#212, #179)
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 2)
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>ph.wolfer@gmail.com</update_contact>

<releases>
<release version="1.2.1" date="2017-12-03" />
<release version="1.2.0" date="2017-11-25" />
<release version="1.1.0" date="2017-10-05" />
<release version="1.0.3" date="2017-06-13" />
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 @@ -125,7 +125,7 @@
"sources": [{
"type": "git",
"url": "../..",
"branch": "1.2.0"
"branch": "1.2.1"
}],
"modules": [{
"name": "keybinder3",
Expand Down
5 changes: 4 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.0
Version: 1.2.1
Release: 1%{?dist}
Summary: Simple screen recorder with an easy to use interface

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


%changelog
* Sun Dec 03 2017 Philipp Wolfer <ph.wolfer@gmail.com> -1.2.1
- Updated translations for Arabic, Czech, Esperanto, French, Lithuanian, Norwegian Bokmål, Polish, Serbian

* Sat Nov 25 2017 Philipp Wolfer <ph.wolfer@gmail.com> -1.2.0
- Quick format selection in headerbar (#174)
- GIF conversion with gifski if installed for improved quality (#212, #179)
Expand Down

0 comments on commit 7ca6ebb

Please sign in to comment.