Skip to content

Commit 006eba3

Browse files
committed
update changelog plus version for release 1.9.0
1 parent 8d0c1c0 commit 006eba3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Changelog
22

33

4-
## 2021-10-22 1.9.0
4+
## 2021-10-23 1.9.0
55
* DROP SUPPORT FOR JAVA-8. java-8 does not support tiff. I used an external lib (twelvemonkeys) to support tif, but twelvemonkeys also moves on and tiff support using java-8 gets more and more cumbersome. Java-11 and up supports tiff out of the box. Dropping Twelvemonkeys also means that pgm/pict/tga is no longer supported (but who uses that anyway).
66
* ["feature request" #156](https://github.com/hvdwolf/jExifToolGUI/issues/156): Create setting where users can define their own font and font size for the application to accomodate higher (hdpi) resolutions.
77
* ["feature request" #117](https://github.com/hvdwolf/jExifToolGUI/issues/117): Option to "switch of" thumbnail generation and metadata reading when loading images. This can speed up the image loading 400% to almost instantly. When switching off "Create previews", always one preview is created in the bottom-left. Either the first of the loaded set, or the image selected from the list.
88
* Added option in the "Export/Import" pane and the "Exiftool Commands" pane to specify a folder instead of loading previews. Especially when dealing with large amounts of images, this is really fast when comparing it with first loading the images, creating previews. Next to that: some exiftool commands work faster when done on a folder in comparison to "image by image".
99
* Display the source folder in the bottom notification bar. It already displayed the number of loaded files. It now displays the folder as well. Note: This will not work correctly when dropping files from multiple folders on the program, or specifying multiple folders/files on the command line.
1010
* Support fast-scaling when resizing. As java-8 is no longer supported I can use higher level image resizing/rescaling functionality. This should give some 5-15% performance improvement on loading.
11-
* Support for photoshop thumbnails added. Photoshop tiffs containing these thumbnails now load the preview at least 25~50x faster (because we no longer need to resize the entire sometimes 45+ MB image).
11+
* Support for photoshop thumbnails added. Photoshop tiffs containing these thumbnails, now load the preview at least 25~50x faster (because we no longer need to resize the entire sometimes 45+ MB image).
1212
* Search in metadata of loaded images (added a magnifying glass button). You can search on tag and on value. Images that contain search results can be reloaded.
1313
* Add vrae config and vrae custom metadataset
1414
* Display filename/path above metadata panel

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.1
1+
1.9.0

0 commit comments

Comments
 (0)