From 4ae0d8e0af6c0746e6d083829fc4c9a46fa15940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 21 Nov 2014 11:13:54 +0100 Subject: [PATCH] NOISSUE Update changelog for version 0.4.5 --- CMakeLists.txt | 4 ++-- changelog.md | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4174dc7d5..a741c81bc 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 5) # 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 275fe932a..8e3d26bfe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,11 @@ #MultiMC Changelog -##0.5.0 -- In development... +##0.4.5 +- Copies of FTB instances should work again (GH-619) +- Fixed OSX version not including the hotfix number +- If the currectly used java version goes missing, it now triggers auto-detect (GH-608) +- Improved 'refresh' and 'update check' icons of the dark and bright simple icon themes (GH-618) +- Fixed console window hiding - it no longer results in windowless/unusable MultiMC ##0.4.4 - Other logs larger than 10MB will not load to prevent logs eating the whole available memory