Skip to content

Commit 257e5e3

Browse files
committed
Release 1.0.3
1 parent 91b50a3 commit 257e5e3

File tree

7 files changed

+20
-4
lines changed

7 files changed

+20
-4
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.0.3 - 2017-06-13
2+
* package: fixed installing man page
3+
* package: fixed Debian packaging
4+
15
# Version 1.0.2 - 2017-06-13
26
* feat: Finish saving file when closing window while rendering (#142)
37
* feat: Highlight file when launching Dolphin file manager

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 0)
6-
set (PEEK_VERSION_PATCH 2)
6+
set (PEEK_VERSION_PATCH 3)
77

88
set (XDG_APPS_INSTALL_DIR share/applications)
99
set (GettextTranslate_GMO_BINARY TRUE)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ Then build Peek and package it:
141141
cmake -DCMAKE_INSTALL_PREFIX=/usr -DGSETTINGS_COMPILE=OFF ..
142142
make package
143143

144-
This will create the package `peek-1.0.2-Linux.deb`. You can install it with
144+
This will create the package `peek-1.0.3-Linux.deb`. You can install it with
145145
dpkg:
146146

147-
sudo dpkg -i peek-1.0.2-Linux.deb
147+
sudo dpkg -i peek-1.0.3-Linux.deb
148148

149149
### Fedora
150150
Fedora 25 users can use this repository:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<update_contact>[email protected]</update_contact>
7979

8080
<releases>
81+
<release version="1.0.3" date="2017-06-13" />
8182
<release version="1.0.2" date="2017-06-13" />
8283
<release version="1.0.1" date="2017-03-26" />
8384
<release version="1.0.0" date="2017-03-11" />

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
peek (1.0.3-0) mx; urgency=medium
2+
3+
* New upstream release:
4+
- Fixed installing man page
5+
- Fixed Debian packaging
6+
7+
-- Philipp Wolfer <[email protected]> Tue, 13 Jun 2017 23:50:00 +0100
8+
19
peek (1.0.2-0) mx; urgency=medium
210

311
* New upstream release:

rpm/peek.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
5353
%{_datadir}/icons/hicolor/*/apps/com.uploadedlobster.%{name}.png
5454

5555
%changelog
56+
* Tue Jun 13 2017 Philipp Wolfer <[email protected]> -1.0.3
57+
- Fixed installing man page
58+
5659
* Tue Jun 13 2017 Philipp Wolfer <[email protected]> -1.0.2
5760
- Finish saving file when closing window while rendering
5861
- Highlight file when launching Dolphin file manager

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: peek
2-
version: '1.0.2+git'
2+
version: '1.0.3+git'
33
icon: data/icons/512x512/com.uploadedlobster.peek.png
44
summary: Simple animated GIF screen recorder with an easy to use interface
55
description: |

0 commit comments

Comments
 (0)