Skip to content

TSTool / Release Notes / Version 15

Release notes for specific versions are listed below. See also the GitHub repository issues for outstanding issues and enhancement requests. Issues may also be included in other repositories that are TSTool components.


Changes in Version 15.0.0

Major release to update from Java 8 to Java 11.

  • bug [15.0.0] Fix converting commands to/from comments to properly handle indentation.
  • change [15.0.0] Update from Java 8 to Java 11:
    • The Java Runtime Environment (JRE) shipped with the TSTool software is now Java 11.
    • The developer documentation has been updated to describe the Java 11 development environment.
  • change [15.0.0] Change the user interface:
    • The command popup menus for Indent have been changed to Shift.
  • new [15.0.0] Add Tools / File Manager:
    • See the Tools / File Manager documentation.
    • Lists temporary files, which will be deleted when a session is complete.
    • Lists cached files, which can exist between sessions and have an expiration time.
    • This is a preliminary implementation and future enhancements will utilize these features to improve performance.
  • new [15.0.0] Add Tools / Plugin Manager:
    • See the Tools / Plugin Manager documentation.
    • Lists which TSTool plugins are installed.
    • A new default folder structure is being phased in for plugins to allow multiple plugin versions to be installed at the same time. Only the best compatible plugin version is loaded in a session.
    • All plugins have been updated to use the new versioned folder convention.
  • new [15.0.0] Add Tools / TSTool Installation Manager:
  • new [15.0.0] Add the --version-date command line parameter to print the date, used by the new TSTool installation manager.