File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetc
4646######## Set version numbers ########
4747set (MultiMC_VERSION_MAJOR 0)
4848set (MultiMC_VERSION_MINOR 6)
49- set (MultiMC_VERSION_HOTFIX 3 )
49+ set (MultiMC_VERSION_HOTFIX 4 )
5050
5151# Build number
5252set (MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number." )
Original file line number Diff line number Diff line change 11# MultiMC 0.6.3
22
3+ Update for a better trasnlation workflow, and new FTB API location.
4+
5+ ## New or changed features
6+
7+ - FTB API location has changed
8+
9+ MultiMC now uses the new location and should keep working.
10+
11+ - Translations have been overhauled, again
12+
13+ It is now possible to put the translation source ` .po ` files into the ` translations ` folder and see changes in MultiMC immediately.
14+
15+ * Get ` .po ` file from here: https://github.com/MultiMC/MultiMC5-translate
16+ * Put it in the ` translations ` folder
17+ * Edit it with [ POEdit] ( https://poedit.net/ )
18+ * See the changes in real time
19+
20+ MultiMC also logs which strings are missing from the translation on the currently displayed UI screen(s), and which one are marked as fuzzy.
21+
22+ - Instance creation can now be interrupted / aborted.
23+
24+ # Previous releases
25+
26+ ## MultiMC 0.6.3
27+
328This is a release mostly aimed at getting all the small changes and fixes out of the door.
429
530### Potentially breaking changes
@@ -71,8 +96,6 @@ This is a release mostly aimed at getting all the small changes and fixes out of
7196
7297- GH-2467 : Broken (and nonsensical) sorting indicators have been removed from the versions page header.
7398
74- # Previous releases
75-
7699## MultiMC 0.6.2
77100
78101### New or changed features
You can’t perform that action at this time.
0 commit comments