feat: new args to control location for logs and data #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates and improvements to
jExifToolGUI
, focusing on upgrading dependencies, updating documentation, and refactoring code for better maintainability. The most important changes include upgrading Gradle, modifying the project structure, and updating URLs and version information.Dependency Upgrades and Build Improvements:
gradlew
script to be POSIX-compliant. (gradle/wrapper/gradle-wrapper.properties
,gradlew
,gradlew.bat
) [1] [2] [3]Project Structure and Configuration:
jexiftoolgui_data
folder under the user's home.jexiftool
folder. (src/main/java/org/hvdw/jexiftoolgui/MyConstants.java
)Documentation and URL Updates:
docs/index.html
,src/main/java/org/hvdw/jexiftoolgui/ProgramTexts.java
,src/main/java/org/hvdw/jexiftoolgui/Utils.java
) [1] [2] [3]Logging and Version Information:
Changelog.md
)2.1.0-als
. (src/main/java/org/hvdw/jexiftoolgui/ProgramTexts.java
)Miscellaneous:
Utils
class. (src/main/java/org/hvdw/jexiftoolgui/Utils.java
)These changes collectively improve the build process, update the project configuration, and ensure the project documentation is current.