summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/CMakeLists.txt2
-rw-r--r--changelog.md14
2 files changed, 10 insertions, 6 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index c0aeb977..e3cadf74 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -6,7 +6,7 @@ set(MultiMC_NEWS_RSS_URL "http://multimc.org/rss.xml" CACHE STRING "URL to fetch
######## Set version numbers ########
set(MultiMC_VERSION_MAJOR 0)
set(MultiMC_VERSION_MINOR 4)
-set(MultiMC_VERSION_HOTFIX 11)
+set(MultiMC_VERSION_HOTFIX 12)
# 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 96f31ed6..2e387274 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,14 @@
-# MultiMC 0.4.11
+## MultiMC 0.4.12
+
+See [features and bugfixes planned for 0.4.12](https://workflowy.com/s/4BkdTJIsPm).
+
+# Previous releases
+
+## MultiMC 0.4.11
This release contains mainly a workaround for Minecraft 1.9 support and returned support for OSX 10.7.
-## **IMPORTANT**
+### **IMPORTANT**
- GH-1410: MultiMC crashes on launch on OSX 10.7
@@ -18,7 +24,7 @@ This release contains mainly a workaround for Minecraft 1.9 support and returned
Some undocumented and unused features were removed from the format. Mostly version patches that removed libraries, advanced library application and merging rules, and things of similar nature. If you used them, you used an undocumented feature that is impossible to reach from the UI.
-## Improvements
+### Improvements
- GH-1502: When the locally cached Minecraft version was deleted, the instance that needed it would have to be started twice
@@ -28,8 +34,6 @@ This release contains mainly a workaround for Minecraft 1.9 support and returned
This doesn't apply to every possible issue yet and will be expanded upon in the next release.
-# Previous releases
-
## MultiMC 0.4.10
Second hotfix for issues with wifi connections.