Releases: DrWhoCares/TranslationScriptTools
Releases · DrWhoCares/TranslationScriptTools
v1.2022.6.29
v1.2021.2.6
Added:
- f4ca6ec Added new button to open the folder to the selected raws.
Modified:
- 297069c Removed redundant type specifications.
- 46b7901 Swapped instances of "\" with "/" and removed the extra "/" that appeared before the output filename.
- 66519b6 Retargeted the .NET Framework to 4.8.
- 5bd8a76 Renamed the variable, "Config" to "CONFIG", to match code style.
Removed:
v1.2020.11.30
v1.2020.11.28
v1.2020.10.17
Added:
- 38dad60 Added CTRL + B shortcut to add in
[B#]bubble syntax, along with implementing a basic incrementer, which simply counts the amount of bubble syntax and does 1 + that.
Modified:
Removed:
v1.2020.10.14
1.2020.10.5
Added:
- 6565675 Implemented optionally outputting Typesetterer-compliant scripts.
Modified:
- 45158b8 Fixed a potential crash if manually changing the RawsDirectory to a folder or path that doesn't exist.
- 4c8b34e Extended the width of the MainForm slightly so that the error icon doesn't get partially cut off.
Removed:
v1.2020.8.29
Added:
- 15495c1 Added some garbage collection handling.
- 2938320 Added checking for and displaying an error message plus canceling if the number of files does not match the amount in a existing script.
- eace2ce Added proper disposing of the Image opened with Image.FromFile() for displaying in the RawsImageBox.
Modified:
- 9a52ff4 Added handling of null when checking for updates.
- d827924 Fixed unhandled exception when unchecking an SFX panel box when the SFX section is not present.
- 306081b Fixed the first Image being loaded before initializing the PageInformations.
Removed:
- 23ebdb6 Removed the default text in the script text box (which is never seen during runtime).
v1.2020.7.18 - v2.0 Beta
The program is now being properly built as x64.
Several internal aspects were tweaked, but the end result should be exactly the same.
Added:
Modified:
- cfb9779 Some slight cleanup of modifiers.
- 2c6d503 Simplified some code in the TLSLexer.
- 7994080 Various ReSharper cleanup suggestions implemented throughout the code.
- 92f8a37 Replaced string comparisons to "" with string.IsNullOrWhiteSpace().
- 36c3ce6 Updated packages and migrated packages.config to PackagesReference.
- f7055f4 Fixed MainForm being set as Localizable, and removed the .dje-NE.resx file.
Removed:
- b4d066e Removed the "Any CPU" configurations.
v1.2019.11.17 - v2.0 Beta
- Fixed an unhandled exception error if the auto-updater is unable to connect to api.github.com.