Skip to content

Release.0.2.0

Latest

Choose a tag to compare

@Chiloven945 Chiloven945 released this 25 Jun 01:58
· 56 commits to master since this release

Full Changelog: Alpha.0.1.1...Release.0.2.0

Warning

Even though this is a release, xamlSorter.Java is still currently under development! If you encounter ANY BUGS, please report them—your feedback helps make the project better!


🚀 Additions

  • Internationalization

    • Added support for multiple languages
    • Language files are now loaded from messages.properties
    • Currently supported: en_US, en_GB, el_GR, ja_JP, zh_CN, zh_TW
    • Planned support (contributions welcome!): es_ES, fr_FR, ko_KR, lzh_CN, ru_RU, sk_SK, zh_HK, zh_MEME
    • Font selection attempts to match the chosen language (note: JavaFX currently allows only one font to be specified, which may cause display issues)
  • Logging

    • Application logs are now stored in the \logs folder
    • Both latest.log and trace.log files are available
    • Each new latest.log is archived as a .gz file for better management

🔧 Changes & Improvements

  • Removed unused RegEx Edit code
  • Improved code style and readability
  • Enhanced logging with additional logger statements
  • Corrected some incorrect usage of the term “RegEx”
  • Version information is now stored separately in the Main class

Note

.zip files are now provided thanks to the new jpackage feature.
If you experience issues running the packaged files, try using the .jar version instead.