Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jun 13, 2017
1 parent c541ea2 commit c5fa46a
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Version 1.?.? - 2017-??-??
# 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
* recording: Use raw video for recording GIF with GNOME Shell recorder (this
is identical to how FFmpeg recorder works)
is identical to how FFmpeg recorder works) (#116)
* fix: Failed to record MP4 when dimensions where not divisible by 2 (#141)
* fix: Make sure recording starts after countdown is hidden (#146)
* fix: Closing window while recording could leave temp files behind
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 1)
set (PEEK_VERSION_PATCH 2)

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.1-Linux.deb`. You can install it with
This will create the package `peek-1.0.2-Linux.deb`. You can install it with
dpkg:

sudo dpkg -i peek-1.0.1-Linux.deb
sudo dpkg -i peek-1.0.2-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.2" date="2017-06-13" />
<release version="1.0.1" date="2017-03-26" />
<release version="1.0.0" date="2017-03-11" />
<release version="0.9.1" date="2017-02-21" />
Expand Down
18 changes: 18 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
peek (1.0.2-0) mx; urgency=medium

* New upstream release:
- Finish saving file when closing window while rendering
- Highlight file when launching Dolphin file manager
- Use raw video for recording GIF with GNOME Shell recorder (this is identical to how FFmpeg recorder works)
- Failed to record MP4 when dimensions where not divisible by 2
- Make sure recording starts after countdown is hidden
- Closing window while recording could leave temp files behind
- KDE Plasma and XFCE were showing an empty button in notification
- Place close button on the left on all desktops configured this way
- Cinammon showing notification with icon
- Indonesian and Serbian translation
- Updated translations for Basque, Esperanto, French, Portuguese (Brazil), Russian and Ukrainian
- Added man page

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

peek (1.0.1-0) mx; urgency=medium

* New upstream release:
Expand Down
18 changes: 16 additions & 2 deletions rpm/peek.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: peek
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: Simple animated GIF screen recorder with an easy to use interface

Expand Down Expand Up @@ -53,8 +53,22 @@ 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.2
- Finish saving file when closing window while rendering
- Highlight file when launching Dolphin file manager
- Use raw video for recording GIF with GNOME Shell recorder (this is identical to how FFmpeg recorder works)
- Failed to record MP4 when dimensions where not divisible by 2
- Make sure recording starts after countdown is hidden
- Closing window while recording could leave temp files behind
- KDE Plasma and XFCE were showing an empty button in notification
- Place close button on the left on all desktops configured this way
- Cinammon showing notification with icon
- Indonesian and Serbian translation
- Updated translations for Basque, Esperanto, French, Portuguese (Brazil), Russian and Ukrainian
- Added man page

* Mon Mar 26 2017 Steeven Lopes <steevenlopes@outlook.com> -1.0.1
- Use H.264 baseline profile for MP4 for increased browser compatibility (#111)
- Use H.264 baseline profile for MP4 for increased browser compatibility
- For WebM GNOME Shell recorder use same quality settings as with Fmpeg encoder
- Show only the most recent "file saved" notification to avoid spamming the desktop with notifications.
- Set temporary directory for ImageMagick
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.1+git'
version: '1.0.2+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 c5fa46a

Please sign in to comment.