During the past weeks I have worked on fixing several bugs, some of which were long-standing ones:
- a reproducible crash when closing image tabs. The fix involved quite some re-wiring of the image deletion code…
- an issue with the image updating when drag-n-dropping layers, where in some cases the layers above the dragged one would not be updated
- the file extension shown in the file chooser of the image export dialog was always “.jpg” regardless of the image format actually chosen. Now “.tif” is correctly appended when saving to TIFF format
Still on my TODO list…
This really seems to be something coming from GTK. I have no idea how to fix it…
In addition to bug fixes, I am working on an enhanced unsharp mask tool. For the moment the code is only available in a dedicated enhanced-usm
branch, but I plan to merge the changes into the stable branch quite soon…