Skip to content

Commit

Permalink
Updated readme, prepare new release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 8, 2016
1 parent 8fd2844 commit 5f94068
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand All @@ -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 <ph.wolfer@gmail.com>

Expand Down

0 comments on commit 5f94068

Please sign in to comment.