diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-01-06 22:28:27 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-01-06 22:28:27 +0100 |
commit | 6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc (patch) | |
tree | 1fdfdd621c3f204bb6dabb5090c30ef1ec207b2a /changelog.md | |
parent | 4474d269cc925c9245f7e0e331cc8435f87593a4 (diff) | |
download | MultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.tar MultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.tar.gz MultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.tar.lz MultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.tar.xz MultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.zip |
NOISSUE bump version to 0.6.4 and update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index fb373136..74906528 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,30 @@ # MultiMC 0.6.3 +Update for a better trasnlation workflow, and new FTB API location. + +## New or changed features + +- FTB API location has changed + + MultiMC now uses the new location and should keep working. + +- Translations have been overhauled, again + + It is now possible to put the translation source `.po` files into the `translations` folder and see changes in MultiMC immediately. + + * Get `.po` file from here: https://github.com/MultiMC/MultiMC5-translate + * Put it in the `translations` folder + * Edit it with [POEdit](https://poedit.net/) + * See the changes in real time + + MultiMC also logs which strings are missing from the translation on the currently displayed UI screen(s), and which one are marked as fuzzy. + +- Instance creation can now be interrupted / aborted. + +# Previous releases + +## MultiMC 0.6.3 + This is a release mostly aimed at getting all the small changes and fixes out of the door. ### Potentially breaking changes @@ -71,8 +96,6 @@ This is a release mostly aimed at getting all the small changes and fixes out of - GH-2467: Broken (and nonsensical) sorting indicators have been removed from the versions page header. -# Previous releases - ## MultiMC 0.6.2 ### New or changed features |