Skip to content

Commit 29c6ad0

Browse files
committed
prepare for 2.0.0 release
1 parent 4e73d2b commit 29c6ad0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Changelog.md

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

3+
## 2022-04-03 2.0.0
4+
* Complete rewite of displaying image previews in the interface based on setting of Checkbox "Create Previews":
5+
* Checked: **Displays the images in a resizable image grid**, instead of the table. It allows for instantanious resize.
6+
* Unchecked: In a "filenames only" table in case you really want to load hundreds or more images at the time.
7+
* Improve reading of metadata in background with factor 3-15 (depending on number of images)
8+
* New splashscreen on startup (Thanks to Sebastian Gersbach). Due to Apple "anti-java" policy, this splashscreen can't be displayed in the bundle.
9+
* Screen output from a lot of names and metadata is now HTML-encoded. jExifToolGUI now correctly displays in UTF-8 (2-byte character encoding), also on Windows, but most platforms are not yet UTF-16 (3-byte character encoding) ready unless specifically installed, which means that Chinese and/or Taiwanese texts are not correctly displayed. HTML encoding overcomes this.
10+
* Add enhancement [pull request #223](https://github.com/hvdwolf/jExifToolGUI/issues/223): Added "Save" column with checkbox to User Defined Combination. (Thanks to sossw).
11+
* On image loading display some "placeholder" texts in the grid and the metadata table, to show the user that the program is really doing something.
12+
* Improve exiftool startup and preferences check. It contained a small error but it is also amazing what users manage to select as "exiftool".
13+
* Fix error in search/display of metadata via search button. Errors or corruptions in metadata made JTG crash in the background.
14+
* Updated logback to 1.2.11 to overcome the "Security Vulnerability CVE-2021-45046" (although in this java applcation nothing will happen).
15+
* Hebrew (עִברִית) added as language.Thanks to sufti1323.
16+
* Altered entire application (I hope) to enable "Right-to-Left" languages (like Hebrew).
17+
* Fix [issue #201](https://github.com/hvdwolf/jExifToolGUI/issues/201) (thanks sossw): "Edit data > copy from selected image = NOK"
18+
* Add Feature request [issue #203](https://github.com/hvdwolf/jExifToolGUI/issues/203): "User-defined metadata > Export path unknown" => Program now shows where it is saved"
19+
320

421
## 2021-11-13 1.10.0
522
* Complete rewrite of image loading and metadata.

src/main/java/org/hvdw/jexiftoolgui/ProgramTexts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class ProgramTexts {
66
*/
77
public static final String Author = "Harry van der Wolf";
88
public static final String ProjectWebSite = "http://hvdwolf.github.io/jExifToolGUI";
9-
public static final String Version = "2.0.0-beta2";
9+
public static final String Version = "2.0.0";
1010
public static final String HTML = "<html><body style='width: %1spx'>%1s";
1111
public static final String downloadInstallET = "The program will now open the ExifTool website in your browser and then the program will close itself.<br>"
1212
+"After having downloaded and installed ExifTool you can reopen jExifToolGUI.<br><br>If ExifTool is in your PATH, jExifToolGUI will simply continue.<br><br>"

0 commit comments

Comments
 (0)