Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Releases: gilmarsquinelato/i18n-manager

3.0.3

06 May 15:07
f472728
Compare
Choose a tag to compare

Bugfixes

  • #388 - Failed to save files with different object structures
  • App doesn't quit during save triggered by exit the app

3.0.2

20 Apr 12:22
1cd6e81
Compare
Choose a tag to compare

Bugs

  • #376 - Deleted/renamed items weren't persisted in files

3.0.1

17 Apr 12:09
88c24a3
Compare
Choose a tag to compare

Bugs

  • #371 - Translate freezes the app

3.0.0

01 Apr 16:41
Compare
Choose a tag to compare

Improvements

  • Rebuilt UI - now the UI is written in VueJS due to its simplicity and performance
  • Huge performance improvements -
    • in previous versions we had performance issues while opening large folders, now the file tree algorithm was completely rebuilt, making possible to use virtual scrolling as vscode does, with this approach the rendering time was reduced from 1.2secs to ~200ms
  • Duplicated values indicators
  • #302 - Search filter: All, Missing and Duplicated values
  • #197 and #198 - File watcher
  • #199 - Duplicated values
  • #352, #353 and #354 - Copy, cut, paste, duplicate nodes
  • #263 - Open folder with collapsed nodes
  • #331 - Multi-line text boxes
  • #334 - Close the translation dialog automatically when finishes with no errors
  • #333 - Dangerous translation operations messages
  • #264 - Search for translation values

Bugs

  • #365 - Writing undefined on empty files when saving
  • #358 - Numeric keys breaks the tool
  • #167 - Context menu doesn't appear
  • #189 - Renaming keys clearing fields
  • #211 - The tool is changing the file structure while saving

2.0.6

27 Jul 10:01
d7d9239
Compare
Choose a tag to compare

Improvements

  • Allow to open devTools on production
    • Open from terminal using the environment variable ELECTRON_IS_DEV -
      MacOS ELECTRON_IS_DEV=1 open /Applications/i18n\ Manager.app
  • Detect when try to open missing path

2.0.5

15 Jul 11:49
e06c74b
Compare
Choose a tag to compare

Improvements

  • Changed the routing library from @reach/router to react-router

2.0.4

13 Jul 10:55
2ce701b
Compare
Choose a tag to compare
2.0.4 Pre-release
Pre-release

Disabled initial redirect

2.0.3

10 Jul 12:18
bf6f47c
Compare
Choose a tag to compare
2.0.3 Pre-release
Pre-release

Bugfixes

  • Change the production mode to load index.html

2.0.2

07 Jul 14:35
4cb1c58
Compare
Choose a tag to compare

Bugfixes

  • Blank screen on Windows

2.0.1

07 Jul 12:40
59d30e7
Compare
Choose a tag to compare

Bugfixes

  • Loading Google Translate supported languages without a configured key