summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-01-06 22:28:27 +0100
committerPetr Mrázek <peterix@gmail.com>2019-01-06 22:28:27 +0100
commit6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc (patch)
tree1fdfdd621c3f204bb6dabb5090c30ef1ec207b2a
parent4474d269cc925c9245f7e0e331cc8435f87593a4 (diff)
downloadMultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.tar
MultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.tar.gz
MultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.tar.lz
MultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.tar.xz
MultiMC-6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc.zip
NOISSUE bump version to 0.6.4 and update changelog
-rw-r--r--CMakeLists.txt2
-rw-r--r--changelog.md27
2 files changed, 26 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4eba422c..a0acbae7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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.")
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