diff options
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 |