·
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
\logsfolder - Both
latest.logandtrace.logfiles are available - Each new
latest.logis archived as a.gzfile for better management
- Application logs are now stored in the
🔧 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
Mainclass
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.