Skip to content

Releases: c-eg/ShowRenamer

v2.0.1

19 Jul 20:59
Compare
Choose a tag to compare

What's Changed

  • remove crypto package - it was added to wrapper library by @c-eg in #81
  • Checkstyle and minor refactor by @c-eg in #82
  • remove operating system forbidden chars from suggested file name by @c-eg in #83
  • add application icon when building with jpackage by @c-eg in #84
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3 by @dependabot in #85
  • Bump commons-io:commons-io from 2.15.1 to 2.16.1 by @dependabot in #87
  • Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 by @dependabot in #86
  • Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #88
  • Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 by @dependabot in #89

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Jun 23:43
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-java from 3 to 4 by @dependabot in #79
  • Bump actions/checkout from 3 to 4 by @dependabot in #80
  • Big refactor by @c-eg in #78
    • remove javax.annotation
    • add module info (adding crypto module fixed jlink issues)
    • update dependencies
    • replace maven with gradle
    • update readme
    • remove caffeine caches
    • update to jdk 21

New Contributors

Full Changelog: v1.3.0...v2.0.0

File type filtering

28 May 21:29
Compare
Choose a tag to compare
  • Added file type filtering
  • Changes seizes of sections on Rename view
  • Checkbox preferences on Rename view will now save

Directory renaming

27 May 16:57
7b2a5cb
Compare
Choose a tag to compare
  • Allows adding & renaming directories
  • Improved year matching from file name

UI Improvements

17 May 01:54
Compare
Choose a tag to compare
  • Navigation new look
  • Added shadow & glow

Settings page

13 May 21:21
Compare
Choose a tag to compare
  • Settings page can be navigated to
  • User can set rename format
  • Bug fixes
  • Optimisation

Bug fixes

08 May 17:16
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
  • Fix movie year output being (yyyy-mm-dd) instead of (yyyy).
  • Fix saving suggestions failing due to it replacing the old file name in the parent dir if it's the same as the file name.
  • Optimise call to get suggestions, now streams the map parallel.

Add support for settings page

05 May 21:04
Compare
Choose a tag to compare
Pre-release
  • New app icon
  • Navigation for settings page
    • Settings page not currently enabled - will come in next update
  • Various bug fixes & optimisations

Improved app UI state

10 Apr 18:07
Compare
Choose a tag to compare
Improved app UI state Pre-release
Pre-release
  • Improved UI:
    • Prevent clicking buttons after event has happened
    • Prevent certain sections being available before a required stage has been reached

New UI + other fixes

05 Apr 21:26
Compare
Choose a tag to compare
New UI + other fixes Pre-release
Pre-release
  • New UI
  • Optimsed code
  • Many bug fixes
  • Updated all dependencies