Skip to content

Releases: DrWhoCares/TranslationScriptTools

v1.2022.6.29

29 Jun 23:12

Choose a tag to compare

Added:

Modified:

Removed:

v1.2021.2.6

06 Feb 15:47

Choose a tag to compare

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

30 Nov 23:13

Choose a tag to compare

Added:

Modified:

  • 5482afa Fixed Chapter regex using the wrong group now that its been updated, meaning it was broken if your chapter folders weren't just numbers. Also fixed a removed "? " that was necessary in the regex.
  • 6d795a9 Updated the Chapter regex in the README to match the current.

Removed:

v1.2020.11.28

28 Nov 16:09

Choose a tag to compare

Added:

Modified:

  • 5708f69 #39 "Ch" is no longer a requirement for the Chapter folders. Now it can be just a number.
    • a676fb5 #39 Properly updated the Chapter regex to look for the normal style, or if it's just numbers (decimals allowed). Also properly sorts out volume folders from being added to the ChapterListBox.
    • 9cdf0f1 #39 Updated README for the latest Chapter regex changes.
  • 7f2d328 Added a try catch for creating the spellchecker, along with adding conditional nullable checks for its usages, as it doesn't properly work on Linux.

Removed:

v1.2020.10.17

17 Oct 18:52

Choose a tag to compare

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

15 Oct 00:22

Choose a tag to compare

Added:

  • 351b475 Added a spellchecker with user dictionary and ignore support, based off VPKSoft's ScintillaSpellCheck. Default packed with LibreOffice's US English dictionary files.

Modified:

Removed:

1.2020.10.5

06 Oct 01:10

Choose a tag to compare

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

29 Aug 17:44

Choose a tag to compare

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

18 Jul 19:26

Choose a tag to compare

The program is now being properly built as x64.

Several internal aspects were tweaked, but the end result should be exactly the same.

Added:

  • f7d8d0c Added icon to be embedded in .exe.
  • bc4e2ca Added configurations for "x64".

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

26 Jan 15:32

Choose a tag to compare

  • Fixed an unhandled exception error if the auto-updater is unable to connect to api.github.com.