Skip to content

Commit

Permalink
Added changelog, prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 7, 2016
1 parent 403776c commit 32d1285
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Version 0.2.0 - 2016.01.07
* ui: Application logo
* ui: Size indicator is shown longer after resizing stops
* bugfix: Fixed window transparency not properly set on some systems
* bugfix: 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
* 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 1)
set (PEEK_VERSION_MINOR 2)
set (PEEK_VERSION_PATCH 0)

set (XDG_APPS_INSTALL_DIR share/applications)
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Peek - animated GIF recorder

## About
A simple tool that allows you to record short animated Gifs from your screen.
A simple tool that allows you to record short animated GIF images from your screen.

Currently only Linux with X is supported. Other Unix like systems using X
should work as well. It is planned to also support Wayland and maybe Other
operating systems in the future.

## Requirements
### Runtime
Expand All @@ -14,14 +18,16 @@ A simple tool that allows you to record short animated Gifs from your screen.

* Vala compiler
* CMake >= 2.6
* Gettext

## Building
You can build Peek using CMake:
You can build and install Peek using CMake:

cmake . && make
make install

## License
Peek Copyright (c) 2015 by Philipp Wolfer <[email protected]>
Peek Copyright (c) 2015-2016 by Philipp Wolfer <[email protected]>

Peek is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 32d1285

Please sign in to comment.