Skip to content

Commit

Permalink
NOISSUE bump version to 0.6.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Jan 6, 2019
1 parent 4474d26 commit 6a21c04
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetc
######## Set version numbers ########
set(MultiMC_VERSION_MAJOR 0)
set(MultiMC_VERSION_MINOR 6)
set(MultiMC_VERSION_HOTFIX 3)
set(MultiMC_VERSION_HOTFIX 4)

# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")
Expand Down
27 changes: 25 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6a21c04

Please sign in to comment.