From 940f160091bc365dbd70483890e1deff2c99e75e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 15 Nov 2014 23:23:47 +0100 Subject: Set version to 0.4.4 for release --- CMakeLists.txt | 4 ++-- changelog.md | 15 +++++++++++++-- 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 -- cgit v1.2.3