From c614ae98e65f6709674d816432cc78e621f65b7b Mon Sep 17 00:00:00 2001 From: Photon89 Date: Sat, 9 May 2026 18:35:58 +0200 Subject: [PATCH] Update version and CHANGES to 0.99.7 --- CHANGES | 17 ++++++++++++++++- bin/shutter | 4 ++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index a3aad59a..29d378ba 100644 --- a/CHANGES +++ b/CHANGES @@ -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: diff --git a/bin/shutter b/bin/shutter index 234d9017..fa38a4ba 100755 --- a/bin/shutter +++ b/bin/shutter @@ -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'; #--------------------------------------