Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jun 13, 2017
1 parent 91b50a3 commit 257e5e3
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 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.0.3 - 2017-06-13
* package: fixed installing man page
* package: fixed Debian packaging

# Version 1.0.2 - 2017-06-13
* feat: Finish saving file when closing window while rendering (#142)
* feat: Highlight file when launching Dolphin file manager
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 0)
set (PEEK_VERSION_PATCH 2)
set (PEEK_VERSION_PATCH 3)

set (XDG_APPS_INSTALL_DIR share/applications)
set (GettextTranslate_GMO_BINARY TRUE)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ Then build Peek and package it:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DGSETTINGS_COMPILE=OFF ..
make package

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

sudo dpkg -i peek-1.0.2-Linux.deb
sudo dpkg -i peek-1.0.3-Linux.deb

### Fedora
Fedora 25 users can use this repository:
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 @@ -78,6 +78,7 @@
<update_contact>ph.wolfer@gmail.com</update_contact>

<releases>
<release version="1.0.3" date="2017-06-13" />
<release version="1.0.2" date="2017-06-13" />
<release version="1.0.1" date="2017-03-26" />
<release version="1.0.0" date="2017-03-11" />
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
peek (1.0.3-0) mx; urgency=medium

* New upstream release:
- Fixed installing man page
- Fixed Debian packaging

-- Philipp Wolfer <ph.wolfer@gmail.com> Tue, 13 Jun 2017 23:50:00 +0100

peek (1.0.2-0) mx; urgency=medium

* New upstream release:
Expand Down
3 changes: 3 additions & 0 deletions rpm/peek.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
%{_datadir}/icons/hicolor/*/apps/com.uploadedlobster.%{name}.png

%changelog
* Tue Jun 13 2017 Philipp Wolfer <ph.wolfer@gmail.com> -1.0.3
- Fixed installing man page

* Tue Jun 13 2017 Philipp Wolfer <ph.wolfer@gmail.com> -1.0.2
- Finish saving file when closing window while rendering
- Highlight file when launching Dolphin file manager
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: peek
version: '1.0.2+git'
version: '1.0.3+git'
icon: data/icons/512x512/com.uploadedlobster.peek.png
summary: Simple animated GIF screen recorder with an easy to use interface
description: |
Expand Down

0 comments on commit 257e5e3

Please sign in to comment.