Skip to content

Releases: NickP0is0n/EasyLocalizeProject

0.2.2 Beta

19 Nov 21:13

Choose a tag to compare

  • Search bar is now hidden until search button press
  • Removed some code junk

0.2.1 Beta

25 Sep 19:38

Choose a tag to compare

  • Fixed menu bar items flickering
  • Performance optimization

0.2.0 Beta

25 Sep 18:37

Choose a tag to compare

  • 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

25 Aug 17:20

Choose a tag to compare

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

20 Jul 22:11

Choose a tag to compare

  • 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

17 Jul 19:18

Choose a tag to compare

  • 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

09 Jul 00:59

Choose a tag to compare

  • 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

05 Jul 22:22

Choose a tag to compare

  • Parser refactor
  • You can now open another file without reopening the program
  • Improved comment extraction

0.0.12 Alpha

01 Jul 21:45

Choose a tag to compare

  • Proper reading and exporting headers with another comment after it
  • Canceling the export no longer hangs an app

0.0.11 Alpha

28 Jun 15:03

Choose a tag to compare

  • Added sticky headers for marks
  • Fixed bug with mark removing after editing any string