Skip to content

Releases: ShadowTheHedgehogHacking/ShadowTHTextEditor

v1.9.1 - NET 8

26 Nov 06:25
Compare
Choose a tag to compare

Changes

  • NET 8 Upgrade
  • AFSLib 1.1.1 Upgrade (Reloaded.Memory 7.0.0 -> Reloaded.Memory 9.3.2)

Requires .NET 8 Desktop Runtime

https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&apphost_version=8.0.0&gui=true

Full Changelog: v1.9...v1.9.1

v1.9 - FNT Randomizer

29 Oct 23:42
Compare
Choose a tag to compare

What's Changed

  • Debug Menu - Add MIT Wordlist Replacement Option in #7
  • Debug Menu - Add FNT Randomization
  • Core - Update to ShadowFNT v2

Full Changelog: v1.8.1...v1.9

v1.8.1 - Monospaced Subtitle Text View Option

18 Mar 22:36
Compare
Choose a tag to compare
  • add monospace text view option for selected subtitle text (Courier New)
  • Change "ADX" -> "Audio" in UI to reflect .wav support previously added
  • UI alignment tweaks

Full Changelog: v1.8...v1.8.1

v1.8 - No Reset on Save & Hide Locale Warning After First Viewing

13 Nov 21:59
Compare
Choose a tag to compare
  • The editor will no longer reset when exporting / saving changes
  • Locale warning for SP/JP/FR etc will only appear once (preferences.ini)
  • Enable .NET Rollforward (major versions) to allow those on .NET 7 to use this app without .NET 6
  • Misc Debug Menu changes for my own use (Dump AFS unused, MFA dump, Delete AFS Unused etc...)
  • Fix a bug where Debug Menu could be spawned infinitely, now can only be spawned once.
  • Fix a bug where if the main window was closed but debug menu was open the application would not terminate

Full Changelog: v1.7...v1.8

v1.7 - Import wav (auto adx convert)

02 Aug 03:52
Compare
Choose a tag to compare
  • "Replace ADX" now has .wav support (auto converts to ADX using VGAudio)
  • New icon

Full Changelog: v1.6...v1.7

v1.6 - Auto Calculate ActiveTime

08 Jul 02:02
Compare
Choose a tag to compare
  • Auto Active Time button for Active Time given an entry with a valid Audio ID (does not apply to chained entries)
  • Add "Millis 2 AT" (Milliseconds to Active Time) util
  • Add .WAV exporting option for entry Audio (Extract ADX -> Extract Audio)
  • Bugfix: fail to copy txd/met if launched via Windows Search or if spawned by different directory
  • Enhancement: Properly add extension when exporting AFS / ADX / WAV
  • Debug Menu feature: Auto Time All (Set Active Time for all EN fnt within folders) - Does not apply to chained entries (yet)

Full Changelog: v1.5.2...v1.6

v1.5.2

18 Jun 02:01
Compare
Choose a tag to compare

Full Changelog: v1.5.1...v1.5.2

  • Theme selection (Dark Mode / Light Mode) will save and automatically apply for successive launches.

v1.5.1

01 Jun 04:22
Compare
Choose a tag to compare

Minor bugfix release

  • Fix crash when filtering by audio name
  • Fix crash / remove ability to play/extract/replace audio with no entry selected (Thanks @LimblessVector)

v1.5 - DarkMode, Layout Redesign, Recalculate Addresses, Smaller View

24 Apr 06:35
Compare
Choose a tag to compare

This release brings a new layout, Dark Mode and a smaller view option! The screenshots should speak for themselves:

Default View

lightmode-1
darkmode-1

Smaller View

lightmode-2
darkmode-2

Requires .NET 6 Desktop Runtime

https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime

Technical

This adds recalculating the subtitle addresses as an option which is now on by default. This will ensure on export that the subtitle addresses map as expected and should prevent any corruption on re-editing fnts. We worked on some unit tests to catch if anything breaks in the future.

If you have used versions prior to v1.4.2, it is recommended to start from an original/clean FNT file before making further edits.

See the v1.4.5b release for details on the Debug Menu to easily migrate your changes without the corruption.

v1.4.5b

11 Apr 07:01
Compare
Choose a tag to compare

Re-adding this for visibility:
-- re-add

If you have used versions prior to v1.4.2, it is recommended to start from an original/clean FNT file before making further edits.

-- end re-add
This release should help with migrating prior changes via the new FNT compare feature

  • Add "Debug Menu" and "Goto Number..."
  • Ookii.Dialogs.Wpf 5.0.0 -> 5.0.1

The DebugMenu has an option to compare two .FNTs and output a .txt file containing a list of details. Currently subtitleAddress is not included, and if entries were deleted/added a compare is not currently supported in this version.

This will allow determining what was changed. It allows for easy comparing, especially if dealing with corrupted FNTs edited on older version of the program.

compare-tool-output
preview-v1 4 5b

Full Changelog: WPF-v1.4.4...v1.4.5b