Releases: ShadowTheHedgehogHacking/ShadowTHTextEditor
v1.9.1 - NET 8
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
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
- 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
- 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)
- "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
- 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
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
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
This release brings a new layout, Dark Mode and a smaller view option! The screenshots should speak for themselves:
Default View
Smaller View
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
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.
Full Changelog: WPF-v1.4.4...v1.4.5b