Skip to content

Releases: Vogel612/TranslationHelper

2.1 Release Candidate

13 Oct 00:42
Compare
Choose a tag to compare
2.1 Release Candidate Pre-release
Pre-release

Mostly minor usability and UX fixes

2.0 - Stable-ish Projects

03 Dec 17:43
Compare
Choose a tag to compare

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

08 Nov 22:17
Compare
Choose a tag to compare
Pre-release

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

04 Jun 17:59
Compare
Choose a tag to compare

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

16 Apr 21:34
Compare
Choose a tag to compare

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

02 Feb 14:13
Compare
Choose a tag to compare

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

18 Jan 10:38
Compare
Choose a tag to compare

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
  • ...