NOISSUE bump version to 0.6.4 and update changelog
This commit is contained in:
parent
4474d269cc
commit
6a21c043ce
@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetc
|
|||||||
######## Set version numbers ########
|
######## Set version numbers ########
|
||||||
set(MultiMC_VERSION_MAJOR 0)
|
set(MultiMC_VERSION_MAJOR 0)
|
||||||
set(MultiMC_VERSION_MINOR 6)
|
set(MultiMC_VERSION_MINOR 6)
|
||||||
set(MultiMC_VERSION_HOTFIX 3)
|
set(MultiMC_VERSION_HOTFIX 4)
|
||||||
|
|
||||||
# Build number
|
# Build number
|
||||||
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")
|
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")
|
||||||
|
27
changelog.md
27
changelog.md
@ -1,5 +1,30 @@
|
|||||||
# MultiMC 0.6.3
|
# 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.
|
This is a release mostly aimed at getting all the small changes and fixes out of the door.
|
||||||
|
|
||||||
### Potentially breaking changes
|
### 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.
|
- GH-2467: Broken (and nonsensical) sorting indicators have been removed from the versions page header.
|
||||||
|
|
||||||
# Previous releases
|
|
||||||
|
|
||||||
## MultiMC 0.6.2
|
## MultiMC 0.6.2
|
||||||
|
|
||||||
### New or changed features
|
### New or changed features
|
||||||
|
Loading…
Reference in New Issue
Block a user