Releases: Vogel612/TranslationHelper
Releases · Vogel612/TranslationHelper
2.1 Release Candidate
Mostly minor usability and UX fixes
2.0 - Stable-ish Projects
This is the 2.0 version including all changes that are required to make working with TranslationHelperProjects a possiblity.
What's left is making the UI look a little more pretty and getting UI tests into a state where they give meaningful results again.
As such this is an "almost-stable" release, with no guarantees for anything.
v2.0-Release-Candidate
The v2.0 Release Candidate includes the new features:
- Projects (that need a little bit of love)
- JavaFX-only GUI
- significantly worse error handling (namely none) that will be fixed for 2.0
- A complete code-restructuring that should make adding new features easier
- Proper unit-tests for everything but the GUI, which might be fixed for 2.0
Release 1.1 - Minor Fixes
Minor Fixes for 1.1 are:
- Fixed the Text-Area resizing in the Translation Dialog
- Added Feedback when Saving the Translations
- Dropped the read-only restriction for the left locale that's currently translated
Version 1.0 - JavaFX UI
Release containing minor bug-fixes as well as following new features:
- UI was completely overhauled to use JavaFX instead of Swing.
One could still use Swing, but seriously who would want that? - Multiline-Translations are now properly supported
- Check for unsaved changes before switching the files you're currently working on
Beta 0.2 - Arbitrary Resx-Sets
Now supports:
- Arbitrary .resx files,
- Switching Locales freely over a separate window
- Selecting and Translating Entries using Return
- UI Tests
- Minor UI and UX improvements (Highlighting)
- Warns when a Translation's format specifiers mismatch on the same key
Beta 0.1 - Extended Functionality
Release implementing the .1Beta Milestone.
Changelog:
- Key-Based functionality for Canceling and finishing a Translation
- Support for multiple locales
- Support for Locale Changes
- Checks Back with user on unsaved Changes
- Translation table is now sorted
- Allow running from sources under the assumption there's an environment variable
RUBBERDUCK_PATH
pointing to the versioning root of the Rubberduck repository - Highlighting for empty and equal rows
- ...