Skip to content

Latest commit

 

History

History
166 lines (93 loc) · 6.99 KB

Changelog.md

File metadata and controls

166 lines (93 loc) · 6.99 KB

0.13.0 (2018-11-26)

Features

  • Application Technology update to Angular 7, no functionality changes.

  • internal Sources moved to monorepo ngx-i18nsupport

0.12.0 (2017-12-08)

Bugfixes

  • Application deleted test code that was forgotten in v.11 and shows a snackbar "new version" at startup.

0.11.0 (2017-12-08)

Features

  • Application (experimental) Introduce service worker to cache application for offline mode (#47). The Application can now be used offline (loaded from Browser cache then).

  • internal replace deprecated Http by new Angular HttpClient (#46).

0.10.0 (2017-11-24)

Features

  • internal Technology update to Angular 5.0 and Material RC 1 (#44).

Bugfixes

  • internal fixed: Cannot find module 'rxjs/observable' (#43).

0.9.0 (2017-09-15)

Features

  • GUI Added keyboard shortcut Ctrl Enter for the next button. (#40). This was a nice contribution by quanterion.

0.8.0 (2017-09-12)

Bug Fixes

  • GUI Google Translate Button should be disabled when there is no target language (#37).

Features

  • GUI Added an undo button to translate-unit. (#38).

  • GUI Upgrade to material beta 10. (#35). Upgrade to Angular CLI 1.3 too.

0.7.0 (2017-08-25)

Bug Fixes

  • GUI Layout improvements (#29). The changes for supporting small phone size displays introduced some nasty effects on larger displays. This should be fixed now.

Features

  • GUI Added a button for reviewers to mark translation as not ok. (#31).

0.6.0 (2017-08-18)

Bug Fixes

  • XLIFF 2.0 format handle ICU equiv in XLIFF 2.0 (#27).

Features

  • GUI Support Phone Size Display (#14).

0.5.0 (2017-07-13)

Bug Fixes

  • GUI No flag shown for language with region code like fr-google. Now when region code is longer than 2 chars it cannot be a country, so the language will be used (fr in example) (#23).

Features

  • GUI TinyTranslator now stores current project and current unit in local storage (#25).

  • auto translation Auto translation now shows a summary page after run. You can then filter for auto translated units. (#24).

0.4.0 (2017-07-10)

Features

  • new languages Added a French and a Russian version. Both are created by the new Autotranslate Feature, so do not expect to see perfect translation here. It is more like a design study. (#21).

  • auto translation Google translate support for ICU messages (#20).

  • auto translation Handle Google translate query limit (#19).

  • auto translation Google translate support should ignore region codes (#18).

0.3.0 (2017-07-01)

Bug Fixes

  • all formats ICU-References are not converted to native strings ([#11](ngx-i18nsupport-lib #37).

Features

  • all formats Added Google Translate support. You can now use Google Translate to let it automatically translate your texts. (#15).

  • all formats Ready to run versions are now available as Docker images on dockerhub. See details in the README. (#16).

0.2.0 (2017-06-16)

Bug Fixes

  • all formats Linebreaks in normalized mode do not work (#11).

  • all formats upload button in project summary on translation page does not work (#10).

Features

  • all formats Added Search functionality (#9).

  • all formats Added State Management (#5).

  • all formats Support for ICU message translation (ngx-i18nsupport-lib #25).

  • XLIFF 2.0 Support for sourcefile and linenumber in XLIFF 2.0 format (#3).

0.1.0 (2017-05-26)

Bug Fixes

  • angular version: tiny translator now is based on Angular version 4.1

Features

  • XLIFF 2.0 Support for XLIFF 2.0 is added (#3).

  • XMB/XTB Support for XMB is added (#7).

  • all formats Sourcefile and linenumber of original texts are displayed (#4).

  • all formats All messages can now be edited format independent (#2).

0.0.1 (2017-04-04)

Initial version