summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--changelog.md15
2 files changed, 15 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77c4770c..21b584af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,8 +82,8 @@ 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 5)
-set(MultiMC_VERSION_HOTFIX 0)
+set(MultiMC_VERSION_MINOR 4)
+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 7f629066..4d9ae585 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,18 @@
#MultiMC Changelog
-##0.5.0
-- In development....
+##0.4.4
+- Other logs larger than 10MB will not load to prevent logs eating the whole available memory
+- Translations are now updated independently from MultiMC
+- Added new and reworked the old simple icon themes
+- LWJGL on OSX should no longer clash with Java 8
+- Update to newer Qt version
+ - Look and feel updated for latest OSX
+- Fixed issues caused by Minecraft inheriting the environment variables from MultiMC
+- Minecraft log improvements:
+ - Implemented search and pause
+ - Automated coloring is updated for log format used by Minecraft 1.7+
+ - Added settings for the font used in the console, using sensible defaults for the OS
+- Removed MultiMC crash handler, it will be replaced by a better on in the future
##0.4.3
- Fix for issues with Minecraft version file updates