Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
shutter (0.99.6)
shutter (0.99.7)

Bug fixes:

* Duplicated tray icon in rare cases
* PDF and PS export were broken
* Increased maximal marker tool thickness in Drawing Tool for better usage on high-res screens
* Drawing Tool not launching with gdk-pixbuf2 >2.44.4
* Screenshot preview not refreshing after editing screenshot with Drawing Tool

New features:

* Added set of light icons in Drawing Tool for better visibility with dark GTK themes
* Added Georgian translation


shutter (0.99.6)

Bug fixes:

Expand Down
4 changes: 2 additions & 2 deletions bin/shutter
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ sub escape_path_string {
#define constants
#--------------------------------------
use constant MAX_ERROR => 5;
use constant SHUTTER_REV => 'Rev.1816';
use constant SHUTTER_REV => 'Rev.1876';
use constant SHUTTER_NAME => 'Shutter';
use constant SHUTTER_VERSION => '0.99.6';
use constant SHUTTER_VERSION => '0.99.7';

#--------------------------------------

Expand Down
Loading