diff --git a/CHANGES b/CHANGES index 833cac64..83fb4bd9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,9 @@ -Version 0.3.0 - 2016.??.?? +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 * fix: Delay indicator no longer resizes small windows + * fix: Leave recording state if ffmpeg cannot be started * fix: App menu on Unity showed "Unknown application name" * i18n: App menu and preferences title are now localized diff --git a/CMakeLists.txt b/CMakeLists.txt index 38ad62ec..924d61ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ project("peek" C) cmake_minimum_required(VERSION 2.6) set (PEEK_VERSION_MAJOR 0) -set (PEEK_VERSION_MINOR 2) -set (PEEK_VERSION_PATCH 1) +set (PEEK_VERSION_MINOR 3) +set (PEEK_VERSION_PATCH 0) set (XDG_APPS_INSTALL_DIR share/applications) set (GettextTranslate_GMO_BINARY TRUE) diff --git a/README.md b/README.md index 45ed57ad..8d31ecb0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Peek - animated GIF recorder +# Peek - an animated GIF recorder ## About A simple tool that allows you to record short animated GIF images from your screen. @@ -10,9 +10,10 @@ operating systems in the future. ## Requirements ### Runtime - * Gtk 3.10 or higher - * ffmpeg + * GTK+ >= 3.10 + * FFmpeg * ImageMagick + * Window manager with compositing enabled ### Development @@ -26,6 +27,9 @@ You can build and install Peek using CMake: cmake . && make make install +For Arch Linux there is also a +[PKGBUILD](https://aur4.archlinux.org/packages/peek/) available in the AUR. + ## License Peek Copyright (c) 2015-2016 by Philipp Wolfer