-
-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changelog, prepare release 0.2.0
- Loading branch information
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|