Skip to content

Commit 7c82ea6

Browse files
committed
release v1.7.1
1 parent ad59095 commit 7c82ea6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changelog.md

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

3+
## 2020-11-14 1.7.1
4+
* Add "Remove metadata by category". Use the same drop-down as in the main screen to be able to select any possible category and delete the metadata in that category.
5+
* Fix (Linux) [issue #84](https://github.com/hvdwolf/jExifToolGUI/issues/84): Fix (stupid) typo in appImage PATH statement.
6+
* Fix/enhancement (MacOS): [issue #85](https://github.com/hvdwolf/jExifToolGUI/issues/85): decoupled menu behavior on MacOS. The menu is now (finally) correctly integrated with the MacOS system menu bar.
7+
* Fix [issue #83](https://github.com/hvdwolf/jExifToolGUI/issues/83): Export sidecar metadata failed for images with spaces in paths/file names.
8+
* Move Sidecar exports from menu to "Export/Import" tab.
9+
310
## 2020-11-10 1.7.0
411
* Add new "compare images metadata screen" screen where you can [compare the metadata of images](https://youtu.be/TvvtIIa50QA). The selection options on the main screen (all, common tags, by group, etc.) can be used. You can select and compare up to 25 images.
512
* From compare screen an "Export to pdf" and "Export to csv" option. The second with "one csv per image" or "all images into one csv".

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 = "1.7.0";
9+
public static final String Version = "1.7.1";
1010
public static final String HTML = "<html><body style='width: %1spx'>%1s";
1111
public static final String noExifTool = "<b>I can't find exiftool in your PATH and it is not specified in the preferences either.<br>"
1212
+"I can't continue without it.</b><br><br>"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.7.1

0 commit comments

Comments
 (0)