Releases: diegoberaldin/MetaPhrase
Releases · diegoberaldin/MetaPhrase
v1.0.0-beta-03
What's Changed
- feat(translate): introduce message lazy loading by @diegoberaldin in #38
- feat(spellcheck): add global spellcheck by @diegoberaldin in #39
- refactor: code cleanup by @diegoberaldin in #40
- fix(dialogNewSegment): dialog closing by @diegoberaldin in #42
- fix(tm): add project sync with TM by @diegoberaldin in #43
- feat(glossary): add from context menu by @diegoberaldin in #44
- refactor: rearrange modules and introduces new types for readability by @diegoberaldin in #45
- feat(l10n): add some new localizations by @diegoberaldin in #46
- refactor(domain): better encapsulation of domain modules by @diegoberaldin in #47
- feat(windows): add support to resx files by @diegoberaldin in #48
- refactor(data): splits core-data into domain modules by @diegoberaldin in #49
- refactor(spellcheck): fix dependency by @diegoberaldin in #50
- feat(formats): add PO support by @diegoberaldin in #51
- refactor: update package policy by @diegoberaldin in #52
- feat(spellcheck): add user defined words into spellcheck by @diegoberaldin in #54
- feat(glossary): add CSV glossary export by @diegoberaldin in #56
- feat(glossary): add glossary clear and import by @diegoberaldin in #58
- feat(formats): support for angular-translate JSON by @diegoberaldin in #60
- feat(formats): support for ARB format by @diegoberaldin in #62
- refactor: introduce domain-language module, cleanup by @diegoberaldin in #63
- feat(project): save project to file by @diegoberaldin in #64
- feat(statistics): add word count by @diegoberaldin in #65
- feat(mt): add machine translation support by @diegoberaldin in #66
- feat(mt): add key generation by @diegoberaldin in #67
- Update README.md by @diegoberaldin in #68
- fix(tm): correct project sync and TM queries by @diegoberaldin in #69
- refactor(l10n): migrates to TMX-based resources by @diegoberaldin in #70
- fix(panel): fix message navigation and panel content by @diegoberaldin in #71
- feat(formats): add support for .properties dictionaries by @diegoberaldin in #72
- Update README.md by @diegoberaldin in #73
- feat(main): reorganize menu and add MT shortcuts by @diegoberaldin in #74
- version 1.0.0-beta03 by @diegoberaldin in #75
Full Changelog: 1.0.0-beta-02...1.0.0-beta-03
v1.0.0-beta-02
What's Changed
- feat(translate): add spelling check during editing by @diegoberaldin in #30
- refactor(translate): factors out translate text field by @diegoberaldin in #31
- feat(glossary): add glossary implementation by @diegoberaldin in #32
- feat(glossary): term deletion, layout improvements by @diegoberaldin in #33
- feat(settings): make spellcheck optional by @diegoberaldin in #34
- fix(spellcheck): improved view and debounce by @diegoberaldin in #35
- feat(spellcheck): add suggestion substitution by @diegoberaldin in #36
- fix(translate): fix to translate UI by @diegoberaldin in #37
Full Changelog: 1.0.0-beta-01...1.0.0-beta-02
v1.0.0-beta-01
What's Changed
- feat(messages): adds autoscroll to selected message by @diegoberaldin in #21
- refactor: component injection by @diegoberaldin in #22
- feat(translationmemory): add translation memory feature for internal reps by @diegoberaldin in #23
- feat(translate): draggable panel, move validation to panel by @diegoberaldin in #24
- feat(translate): allow to configure similarity threshold by @diegoberaldin in #25
- feat(memory): match in TM and TM export by @diegoberaldin in #26
- feat(memory): TMX import by @diegoberaldin in #27
- feat(memory): add browse TM UI by @diegoberaldin in #28
- feat: add more menu actions for TM and project by @diegoberaldin in #29
Full Changelog: 1.0.0-alpha02...1.0.0-beta-01
v1.0.0-alpha02
What's Changed
- fix(translate): toolbar dropdown language load by @diegoberaldin in #16
- feat(project): handle new languages in edit by @diegoberaldin in #17
- fix(l10n): support strings with args by @diegoberaldin in #18
- fix(common): fix cursor position custom text fields by @diegoberaldin in #19
- refactor: improve progress indication by @diegoberaldin in #20
Full Changelog: 1.0.0...1.0.0-alpha02
v1.0.0-alpha01
First alpha release.
Main features:
- project creation/edit
- translation UI
- XML resource import/export
- string table import/export
- placeholder validation
- message creation/deletion/copy from base