From 74f7bd9a1c0ba45c455efc4dbf07262ef492c732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 16 Aug 2014 11:32:36 +0200 Subject: Add changelog pieces, version --- CMakeLists.txt | 4 ++-- changelog.md | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d11d21f9..a4a864c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,8 +105,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 2) # 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 8bbade3e..7d35655c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,15 @@ #MultiMC Changelog -##0.5.0 -- In development... +##0.4.2 +- Show a warning in the log if a library is missing +- Fixes for relocating instances to other MultiMC installs: + - Libraries now use full Gradle dependency specifiers + - Rework of forge installer (forge can reinstall itself using only the information already in the instance) + - Fixed bugs in rarely used library insertion rules +- Make the global settings dialog into a page dialog +- Check if the Java binary can be found before launch +- Show a warning for paths containing a '!' (Java can't handle that properly) +- Many smaller fixes ##0.4.1 - Fix LWJGL version list (SourceForge has changed the download API) -- cgit v1.2.3