summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-06-02 01:07:26 +0200
committerPetr Mrázek <peterix@gmail.com>2015-06-02 01:11:31 +0200
commit47f919173ed77f99514d1186b899f66127be8a71 (patch)
tree3925d2001cbdec1646681bdbfca1c1abacb8448a
parentc1f7dda8fe412263ccd82fbf3d56687bd291c73c (diff)
downloadMultiMC-47f919173ed77f99514d1186b899f66127be8a71.tar
MultiMC-47f919173ed77f99514d1186b899f66127be8a71.tar.gz
MultiMC-47f919173ed77f99514d1186b899f66127be8a71.tar.lz
MultiMC-47f919173ed77f99514d1186b899f66127be8a71.tar.xz
MultiMC-47f919173ed77f99514d1186b899f66127be8a71.zip
NOISSUE begin working on 0.4.8 and update changelog
-rw-r--r--application/CMakeLists.txt2
-rw-r--r--changelog.md26
2 files changed, 19 insertions, 9 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index b47e36ea..bf1bab31 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 7)
+set(MultiMC_VERSION_HOTFIX 8)
# 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 ac84fe64..8035c738 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,20 @@
-#MultiMC 0.4.7
+#MultiMC 0.4.8
+
+Fluffy and functional.
+
+## Functional changes
+- GH-990: Classloading in the MultiMC java launcher part is no longer crazy
+
+ This removes some really bad old code and paves the way for more improvements later.
+ If you run into any issues with Minecraft launching that weren't in **0.4.7**, please report bugs.
+
+#Previous releases
+
+##0.4.7
This is what 0.4.6 should have been. Oh well, at least it's here now!
-##Functional changes
+###Functional changes
- GH-974: A copy of the libstdc++ library is now included in linux releases, improving compatibility
- GH-985: Jar mods are now movable and removable after adding
- GH-983: Use 'minecraft.jar' as the main jar when using jar mods - fixes NEI in Legacy Minecraft versions
@@ -25,10 +37,6 @@ This is what 0.4.6 should have been. Oh well, at least it's here now!
This applies when Minecraft versions are missing or when patches are broken and the profile is manipulated by adding, moving, removing, customizing and reverting patches.
-- GH-994: Rearranged the buttons on the Versions page to make jar mods less prominent
-
- Using the `Add jar mods` button will also show a nag dialog until it's been used successfully
-
- GH-1021: Builtin legacy Minecraft versions aren't customizable anymore
The internal format for Legacy Minecraft versions does not translate to the external patch format and would cause crashes
@@ -37,11 +45,13 @@ This is what 0.4.6 should have been. Oh well, at least it's here now!
This only applies if the icon was custom (not built-in) when exporting and the user doesn't choose an icon while importing the pack.
-##UI changes
+###UI changes
- GH-970: Fixed help button for the External tools and Accounts dialog pages not linking to the proper wiki places
- Same for the Versions dialog page
-#Previous releases
+- GH-994: Rearranged the buttons on the Versions page to make jar mods less prominent
+
+ Using the `Add jar mods` button will also show a nag dialog until it's been used successfully
##0.4.6