Version 3.12.1
~~~~~~~~~~~~~~
Released: 2022-03-21

Bugfixes:
* PNG loader ignores gAMA. (#194)
* Transparent webp images are rendered incorrectly. (#199)
* Crash when dropping files on an empty folder/catalog. (#220)
* Fixed location loading after mounting volume.
* JPEG image dimensions not displayed for files inside the trash. (#214)
* Infinite Loop when viewing more than 50 thumbnails. (Kendy Kutzner)
* X11 window title is not set. (Bruno Vasselle)
* Copy release notes on build from NEWS to metainfo file. (Federico Bruni)
* Fixed build if appstream >= 0.14.6 is not available.
* Fix incorrect usage of shared_module in extensions. (Jakub Jirutka)
* cli: mention that user can open files and/or directories. (#167)

Translations:
* Basealt (Olesya Gerasimenko)
* Catalan (Jordi Mas)
* Croatian (gogo)
* Dutch (Nathan Follens)
* Hebrew (Yosef Or Boczko)
* Japanese (sicklylife)
* Swedish (Anders Jonsson)
* Turkish (Emin Tufan Çetin)
* српски (Мирослав Николић)

Contributors:
Kendy Kutzner, Bruno Vasselle, Federico Bruni, Jakub Jirutka,
Olesya Gerasimenko, Jordi Mas, gogo, Nathan Follens, Yosef Or Boczko
sicklylife, Anders Jonsson, Emin Tufan Çetin, Мирослав Николић

Version 3.12.0
~~~~~~~~~~~~~~
Released: 2021-09-19

Bugfixes:
* Fix memory leak when loading webp, jxl, avif images. (Jürg Billeter)
* Check if image is null before using it. (!189)
* Added a Flatpak manifest. (AsciiWolf)

Translations:
* Catalan (Jordi Mas)
* Finnish (Jiri Grönroos)
* Hungarian (Balázs Úr)
* Indonesian (Andika Triwidada)
* Lietuvių (Aurimas Černius)
* Spanish - Spain (Daniel Mustieles)
* Swedish (Anders Jonsson)
* čeština (Marek Černocký)


Version 3.11.4
~~~~~~~~~~~~~~
Released: 2021-08-22

Features:
* Added ability to load AVIF/HEIF images using libheif.
* Added ability to save images as AVIF.
* Allow to set shortcuts to activate filters.
* Added a template editor to edit text values with special codes:
  script commands, rename templates, print header and footer, etc.
* Faster navigation when a directory contains thousands of images.
* File list: start more thumbnailers in parallel.
* Allow to mount unmounted volumes.
* Color picker: added other formats: rgb in % and hsl.
* Allow to keep browsing while executing long-running external tools.
* Status bar: added button to show the progress dialog.
* File properties: do not reset the selection after showing another image.
* Histogram: show the properties in a single column to save horizontal space.

Bugfixes:
* Install the gThumb import desktop file. (Bruce Schultz)
* Contact sheet: fixed themes list always empty.
* Thumbnailer: try with the system thumbnailer if the image is null
  (!184)
* Include locale.h for LC_NUMERIC (!180)
* Raw: Make compatible with LibRaw 0.21 (Chris Mayo)
* Folder context menu: do not allow to move if cannot delete.
* Folder context menu: do not allow to copy not mounted volumes.
* Terminal: enable only for local folders.
* File chooser: correctly get the filename extension.

Translations:
* Basque (Asier Sarasua Garmendia)
* Brazilian Portuguese (Rafael Fontenelle)
* Chinese - China (Boyuan Yang)
* Danish (Ask Hjorth Larsen)
* Indonesian (Andika Triwidada)
* Polish (Piotr Drąg)
* Romanian (Adi Roiban)
* Spanish - Spain (Daniel Mustieles)
* Swedish (Anders Jonsson)
* Turkish (Emin Tufan Çetin)
* Ukrainian (Yuri Chornoivan)

Version 3.11.3
~~~~~~~~~~~~~~
Released: 2021-04-11

Features:
* Add JPEG XL (*.jxl) read support. (Ian Tester)
* File manager: added file actions to the viewer context menu. (!102)
* Extensions: removed facebook and picasaweb uploaders.

Bugfixes:
* Fixed possible build error.
* Continuously reloads image when it is only image in folder (!153)
* Webp can have transparency as well.

Translations:
* Basque (Asier Sarasua Garmendia)
* Brazilian Portuguese (Enrico Nicoletto)
* catalan (Jordi Mas)
* Dutch (Nathan Follens, Paul Matthijsse)
* Finnish (Jiri Grönroos)
* Hungarian (Balázs Úr)
* Indonesian (Kukuh Syafaat)
* Lietuvių (Aurimas Černius)
* Polish (Piotr Drąg)
* Romanian (Adi Roiban)
* Spanish - Spain (Daniel Mustieles)
* Swedish (Anders Jonsson)
* Turkish (Muhammet Kara)
* Ukrainian (Yuri Chornoivan)
* čeština (Marek Černocký)
* српски (Мирослав Николић)
* עברית (Yaron Shahrabani)

Version 3.11.2
~~~~~~~~~~~~~~
Released: 2021-01-10

Features:
* Image viewer: use a proportional zoom increment. (#104)
* Image viewer: keep the same pixel under the pointer after zooming. (#129)
* Read color profiles from png files as well.
* Media viewer: use accurate seeking when clicking on the progress bar.
* Media viewer: show the pointed time when hovering over the progress bar.
* Browser: added support for back and forward mouse buttons. (#120)
* Preferences: added option to show/hide the statusbar.
* Rename files: added a button to revert to the last used template.

Bugfixes:
* Image viewer: fixed bright line visual artifacts. (#118)
* gThumb opens import tool if the import tool is already opened. (#133)
* Fixed jump to bottom when selecting thumbnails with mouse. (#147)
* exiv2: remove the charset= prefix from strings. (#137)
* Search: do not count duplicated files.
* Search: stop searching if the user changes location.
* Search: stop the previous search before starting the new one.

Translations:
* Brazilian Portuguese (Enrico Nicoletto)
* catalan (Jordi Mas)
* Hungarian (Balázs Úr)
* Indonesian (Andika Triwidada)
* Japanese (sicklylife)
* Lietuvių (Aurimas Černius)
* Polish (Piotr Drąg)
* Slovenian (Matej Urbančič)
* Swedish (Anders Jonsson)
* Turkish (Emin Tufan Çetin)
* Ukrainian (Yuri Chornoivan)
* čeština (Marek Černocký)

Version 3.11.1
~~~~~~~~~~~~~~
Released: 2020-09-20

Features:
* Added configurable shortcuts for Save and Save As. (Joerg Fellmann)
* Media player: adjust the pitch if not played at normal speed.
* Media viewer: added keyboard shortcuts.
* Media viewer: added actions to skip forward/backward.
* Media viewer: fixed hardware accelerated playback.
* Desktop file: added a 'New Window' action.
* File list: always allow to use Control-A to select all files.

Bugfixes:
* WebP loader: fixed an infinite loop when the operation is cancelled. (Jürg Billeter)
* Jpeg loader: fixed crash in case of some malformed jpegs. (Joerg Fellmann)
* Fixed crash when selecting other images after deleting. (#126)
* Fixed long UI freeze after cutting/pasting many files.

Translations:
* Brazilian Portuguese (Henrique Machado Campos)
* Catalan (Jordi Mas)
* Chinese/Traditional (Cheng-Chia Tseng)
* Finnish (Jiri Grönroos)
* French (Charles Monzat)
* German - Germany (Christian Kirbach)
* Indonesian (Andika Triwidada)
* Italian (Gianvito Cavasoli)
* Japanese (sicklylife)
* Lietuvių (Aurimas Černius)
* Polish (Piotr Drąg)
* Spanish - Spain (Daniel Mustieles)
* Swedish (Anders Jonsson)
* Ukrainian (Yuri Chornoivan)

Version 3.10.0
~~~~~~~~~~~~~~
Released: 2020-04-19

Features:
* Edit metadata dialogs: moved the lock button on the header bar; show the
  navigation bar only when the lock button is active.
* Open location dialog: allow to use tilde as a home folder shortcut.

Bugfixes:
* Install missing .ui file

Translations:
* Brazilian Portuguese (Rafael Fontenelle)
* Dutch (Justin van Steijn)
* Indonesian (Andika Triwidada)
* Italiano (Gianvito Cavasoli)
* Japanese (sicklylife)
* Polish (Piotr Drąg)
* Spanish - Spain (Daniel Mustieles)
* Swedish (Anders Jonsson)
* Turkish (Emin Tufan Çetin)
* Ukrainian (Yuri Chornoivan)

Version 3.9.1
~~~~~~~~~~~~~
Released: 2020-03-07

Features:
* Added ability to customize the keyboard shortcuts.
* Added a shortcuts window to show the available shortcuts.
* Added option to change the mouse wheel action.
* Image viewer: added ability to define the transparency style.
* Video viewer: allow to view the video at the original size; show the zoom
  factor in the statusbar.
* Edit comment/tags dialogs: use the header bar; allow to change the current
  image from the dialog.
* Add to catalog: use the header bar; allow to change the current image from
  the dialog.
* Search: added ability to search in multiple folders.
* Scripts: added %T to insert a timestamp in the command.
* Folder tree:
  * better drag&drop support: allow to move a catalog into a library, and a
    library into another library, show an error if the drop operation is not
    possible;
  * added an 'Open in Terminal' command in the context menu.
* Overwrite dialog: show video previews as well, fixed dialog size.
* Preferences: allow to specify a catalog or any other location as startup
  location.
* Trash/Delete files: show progress for long operations.
* File properties: added the file size in bytes.
* File properties: added a context menu command to customize the visibile
  properties.
* Toolbar: show edit comment/tags in browser mode as well.
* Export tools: removed from the toolbar.  Some tools moved to the tools
  menu, others as a submenu in the gears menu.
* Fixed window size when started the first time.
* Updated app icon to follow the new GNOME style.
* Rewritten README in markdown, updated screenshots.
* Appdata: added release and OARS tags for flathub compatibility. (Tobias Mueller)

Bugfixes:
* gThumb hangs when some mount point is unavailable. (!75)
* Jpeg loader: crash when the original size is too big for a cairo surface.
* PNG loader: correctly load images with transparency.
* Fixed run-time errors if exiv2 is not used.
* Catalog: preserve the list order after saving the properties.
* Scripts: fixed task cancellation when using a shell script.

Notes:
* Utility functions refactoring.
* Added tests for the utility functions.