Skip to content

Commit

Permalink
Updated changes, prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 28, 2016
1 parent 49988a4 commit 29192ae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGES → CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
Version 0.5.0 - 2016.01.09
# Version 0.6.0 - 2016-01-28
* ui: Removed unused auto save option from preferences dialog
* fix: Try to always open the file manager, not the image viewer
* general: Changed app id to com.uploadedlobster.peek due to the
previous using the wrong domain name by default. This also resets
existing settings.
* i18n: Updated German translation

# Version 0.5.0 - 2016.01.09
* ui: Remember last used save folder
* ui: The default file name used is now a localized hidden setting
* ui: If dark theme is preferred is now a hidden setting

Version 0.4.0 - 2016.01.09
# Version 0.4.0 - 2016.01.09
* ui: Prefer dark theme, removed custom window background hack
* ui: Persist window position and size
* recording: Do not block UI during GIF post processing

Version 0.3.0 - 2016.01.08
# Version 0.3.0 - 2016.01.08
* ui: Added a "New window" action to app menu
* fix: If fallback app menu was used it was not clickable
* fix: Fixed warning and crash if indicators where shown when closing a window
Expand All @@ -17,17 +25,17 @@ Version 0.3.0 - 2016.01.08
* fix: App menu on Unity showed "Unknown application name"
* i18n: App menu and preferences title are now localized

Version 0.2.1 - 2016.01.07
# Version 0.2.1 - 2016.01.07
* i18n: Setup gettext
* fix: Fixed installation directory for locale files

Version 0.2.0 - 2016.01.07
# Version 0.2.0 - 2016.01.07
* ui: Application logo
* ui: Size indicator is shown longer after resizing stops
* fix: Fixed window transparency not properly set on some systems
* fix: About dialog could not be closed with close button
* i18n: Integrated translation extraction into build
* i18n: German translation

Version 0.1.0 - 2016.01.05
# Version 0.1.0 - 2016.01.05
* Initial public release with basic functionality working
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project("peek" C)
cmake_minimum_required(VERSION 2.6)

set (PEEK_VERSION_MAJOR 0)
set (PEEK_VERSION_MINOR 5)
set (PEEK_VERSION_MINOR 6)
set (PEEK_VERSION_PATCH 0)

set (XDG_APPS_INSTALL_DIR share/applications)
Expand Down

0 comments on commit 29192ae

Please sign in to comment.