Skip to content

Commit 05ad58e

Browse files
committed
Release 1.8.1
1 parent d4497c3 commit 05ad58e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Changelog.md

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

3+
4+
## 2020-12-09 1.8.1
5+
* [issue #99](https://github.com/hvdwolf/jExifToolGUI/issues/99): 3 issues > GPS edition.
6+
* [issue #98](https://github.com/hvdwolf/jExifToolGUI/issues/98): Focal length in 35 mm shown as null. Fixed for cameras that do not provide the "FocalLengthIn35mmFormat". All cameras provide the "ScaleFactor35efl". Combined with the "FocalLength" one can calculate the "FocalLengthIn35mmFormat".
7+
38
## 2020-12-04 1.8.0
49
* GPS: Add internal OpenStreetMap Nominatim "Find location" with map viewer with "copy coordinates" option back to main GPS tab. (External web search still available)
510
* Search method for address/POI/place etc. Reverse search via coordinates when right-clicked on map.

packaging/macos/jExifToolGUI.app.base/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<string>To be able to read and write images on Network Volumes</string>
5858

5959
<key>NSRemovableVolumesUsageDescription</key>
60-
<string>To be able to read and write images on removable meida like USB-sticks and memeory cards</string>
60+
<string>To be able to read and write images on removable media like USB-sticks and memeory cards</string>
6161

6262
</dict>
6363
</plist>

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.8.0";
9+
public static final String Version = "1.8.1";
1010
public static final String HTML = "<html><body style='width: %1spx'>%1s";
1111
public static final String cancelledETlocatefromStartup = "<html>You cancelled providing the location of exiftool.<br>I will now exit jExifToolGUI.</html>";
1212
public static final String downloadInstallET = "I will now open the ExifTool website in your browser and then close jExifToolGUI.<br>"

version.txt

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

0 commit comments

Comments
 (0)