GeoTagNinja Changelog

What's new in GeoTagNinja Build 8834 [20240309]

Mar 9, 2024
  • NEW & UPDATED:
  • Paste coordinate-pair string from clipboard into Edit Form (see readme about this or the tooltip in the Edit Form) #100
  • Added a button to the Edit Form to move to the next image when there's a multi-selection (Apply & Move to Next) [also #100]
  • Bumped exifTool to v12.77
  • Rewrote the logic of updating for exifTool, from now onwards, it should be automatic.
  • BUGS & FIXES:
  • Added an extra warning if the file-save fails for what's likely a UTF path error
  • Added a check to ensure that files have the necessary data before attempting to create FOV re #99
  • Patched two vaguely related issues regarding SQLITE REPLACE and LastLat/Lng read on startup when not using EN-xx culture.
  • While at it also patched a cleanup issue with the SQLite database.

New in GeoTagNinja Build 8688 [20240103] (Feb 18, 2024)

  • NEW & UPDATED:
  • Long-pressing a point on the map will now offer the user to save the map location to the image so that there's no need for extra click #91
  • Added functionality as per #92 to drag the map marker and allow the user to add the new value to the selected image(s).
  • Added toponomymName to the options within Custom City Allocation Rules
  • Changed how file names with "[]" chars are handled for saving.
  • Bumped exifTool to v12.72
  • BUGS & FIXES:
  • Fixed an issue re #93 Open Coords in API misbehaving.
  • Fixed Custom Rules panel breaking because the object type was wrong due to an earlier logic-consolidation.
  • Fixed Copy-Paste empty Direction value showing as 0 on the map.
  • Fixed Copy-Paste empty Destination value breaking the the map when selecting multiple files.
  • Run a spell checker on the readme

New in GeoTagNinja Build 8680 [20231007] (Oct 8, 2023)

  • NEW & UPDATED:
  • App Version Bump: 1.14
  • Implemented an Export/Import functionality for Settings and Custom Rules
  • Bumped exifTool to v12.67
  • Streamlined a lot of code relating to the reusability of on-the-fly Form generation
  • Same goes for generic reusability, messageboxes, enums, buttons, whatnots
  • Various further Dark Mode changes/improvements
  • Added the capability to Restart the app immediately if the user wants so in the Settings
  • Added support for previewing HEIC images
  • BUGS & FIXES:
  • Fixed Country DropDown not displaying anything if the existing data wasn't on the predefined list. It now takes value from CountryCode
  • Fixed Date Shift misbehaving
  • Fixed newly-saved data not being written back into the DE-logic

New in GeoTagNinja Build 8661 [20230918] (Sep 18, 2023)

  • NEW & UPDATED:
  • App Version Bump: 1.13
  • GPSDestinationLat/Long ... is now being displayed in certain cases (when there is a series of images subject to a set of conditions. See the readme on how this works.), can be modified via a new button below the map, has been added to the list/function of "remove all geodata"
  • Added a new tab for the Exif info - this lists the values as they are held by GTN internally.
  • Added 2 new buttons for filing feature requests and bugs (both require a GitHub acct.)
  • Added Dark Mode support. Refer to the readme but it's very ugly and there's little I can do about that as WinForms doesn't support the rich capabilities Windows 10/11 can offer for the time being.
  • Added various options for "Dark Mode Map"
  • BUGS & FIXES:
  • Fixed an error when data in MyComputer wasn't properly recorded and this caused a crash
  • Reverted a change introduced earlier re: webView2 initialisation after it randomly failed on one of my VMs

New in GeoTagNinja Build 8659 [20230916] (Sep 16, 2023)

  • NEW & UPDATED:
  • App Version Bump: 1.13
  • GPSDestinationLat/Long ...
  • is now being displayed in certain cases (when there is a series of images subject to a set of conditions. See the readme on how this works.),
  • can be modified via a new button below the map,
  • has been added to the list/function of "remove all geodata"
  • Added a new tab for the Exif info - this lists the values as they are held by GTN internally.
  • Added 2 new buttons for filing feature requests and bugs (both require a GitHub acct.)
  • Added Dark Mode support. Refer to the readme but it's very ugly and there's little I can do about that as WinForms doesn't support the rich capabilities Windows 10/11 can offer for the time being.
  • BUGS & FIXES:
  • Fixed an error when data in MyComputer wasn't properly recorded and this caused a crash

New in GeoTagNinja Build 8658 [20230915] (Sep 16, 2023)

  • NEW & UPDATED:
  • App Version Bump: 1.13
  • GPSDestinationLat/Long ...
  • is now being displayed in certain cases (when there is a series of images subject to a set of conditions. See the readme on how this works.),
  • can be modified via a new button below the map,
  • has been added to the list/function of "remove all geodata"
  • Added a new tab for the Exif info - this lists the values as they are held by GTN internally.
  • Added 2 new buttons for filing feature requests and bugs (both require a GitHub acct.)
  • Added Dark Mode support. Refer to the readme but it's very ugly and there's little I can do about that as WinForms doesn't support the rich capabilities Windows 10/11 can offer for the time being.
  • BUGS & FIXES:
  • Fixed an error when data in MyComputer wasn't properly recorded and this caused a crash

New in GeoTagNinja Build 8646 [20230903] (Sep 14, 2023)

  • Graduated the app to version 1.x [technically 1.10 because it's been edging up on the minor versions ever since initial release] - yayy. It now has all the features I initially wanted.
  • Added some support for reading and displaying ImgDirection/Ref.
  • Updated the "update" logic -> there's now a Setting that enables the user to update to pre-release [dev] releases or master-only. Master releases will no longer be marked as pre-release on GitHub.