Releases: NickP0is0n/EasyLocalizeProject
Releases · NickP0is0n/EasyLocalizeProject
0.2.2 Beta
- Search bar is now hidden until search button press
- Removed some code junk
0.2.1 Beta
- Fixed menu bar items flickering
- Performance optimization
0.2.0 Beta
- Added search functionality (by ID, text and comment)
- Fixed incorrect work of the autosave system when switching lines with the keyboard
0.1.0 Beta
EasyLocalize finally went into the Beta state. At this moment, it's pretty safe to use in projects and all most notorious bugs were fixed by this moment.
- Parser was fully rewritten on Kotlin
- Added tooltips for quick string preview
- Navigating through strings using Option+Up or Option+Down keys
- Proper handling of bad files (no longer hangs an app)
- Several small UI improvements
- Fixed bad keystrokes
0.0.16 Alpha
- Current filename is now displayed on window's title
- Selected string now has different color
- Direct copy to clipboard of single string is now available
- Improved multiple single-lined comment parsing
- Fixed bug, when person can't open another file after opening .elproject
0.0.15 Alpha
- Improved autosave feature
- Some parser settings (available at "Tools")
- No more open dialog on opening the app, you need to manually do it
0.0.14 Alpha
- Autosave feature (only if project was saved first using "File" -> "Save project...")
It will not affect any existing file, changes will be made inside project file (which of course can be opened at the start of an app or with "Open..." button). Only after exporting it, they will be made inside new text file. - Canceling file selection is properly handled
- First string is now automatically being selected
0.0.13 Alpha
- Parser refactor
- You can now open another file without reopening the program
- Improved comment extraction
0.0.12 Alpha
- Proper reading and exporting headers with another comment after it
- Canceling the export no longer hangs an app
0.0.11 Alpha
- Added sticky headers for marks
- Fixed bug with mark removing after editing any string