Skip to content

Commit 6a21c04

Browse files
committed
NOISSUE bump version to 0.6.4 and update changelog
1 parent 4474d26 commit 6a21c04

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ########
4747
set(MultiMC_VERSION_MAJOR 0)
4848
set(MultiMC_VERSION_MINOR 6)
49-
set(MultiMC_VERSION_HOTFIX 3)
49+
set(MultiMC_VERSION_HOTFIX 4)
5050

5151
# Build number
5252
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")

changelog.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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+
328
This 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

0 commit comments

Comments
 (0)