Skip to content

Commit

Permalink
updated for version 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Bacchilega committed Mar 14, 2018
1 parent c2e9ae1 commit 748001c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
29 changes: 24 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
version 3.6.1
-------------

Bugs fixed:

* Fixed crash when browsing folders with images and videos. (#760214)

New or updated application translations:

* Brazilian Portuguese (Isaac Ferreira Filho)
* Croatian (gogo)
* es (Daniel Mustieles)
* Esperanto (Kristjan SCHMIDT)
* Hungarian (Balázs Úr)

New or updated manual translations:

* es (Daniel Mustieles)

version 3.6.0
-------------

Expand All @@ -15,22 +34,22 @@ version 3.5.4
Bugs fixed:

* No application icon on Wayland.
* Tags dialog: improved usability. Do not select the entry content after
opening the dialog; add a comma at the end of the tags entry to simplify
* Tags dialog: improved usability. Do not select the entry content after
opening the dialog; add a comma at the end of the tags entry to simplify
the addition of a new tag; support keyboard navigation. (#777234)
* Hi-DPI: "High" quality zoom is pixelated on hi-dpi monitors. (#779340)
* Web services: fixed errors and removed features no longer supported by
* Web services: fixed errors and removed features no longer supported by
the APIs:
* Facebook: fixed authorization process; removed photo importer.
* PicasaWeb: removed album creation; remember application
* PicasaWeb: removed album creation; remember application
authorization. (#784142)
* Photobucket: removed uploader.
* Image viewer: use a white background for transparency. (#780207)
* Fixed saving of uris in settings. (#783498)
* Color manager: fixed crash when no device is found. (#789347)
* Do not save selections. This broke workflows where selections were involved.
* Removed obsolete file gthumb.convert (#767034)

New or updated application translations:

* Danish (Alan Mortensen)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([gthumb_major_version], [3])
m4_define([gthumb_minor_version], [6])
m4_define([gthumb_micro_version], [0])
m4_define([gthumb_micro_version], [1])
m4_define([gthumb_version],
[gthumb_major_version.gthumb_minor_version.gthumb_micro_version])
m4_define([gthumb_api_version],
Expand Down

0 comments on commit 748001c

Please sign in to comment.