summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-08-16 11:32:36 +0200
committerPetr Mrázek <peterix@gmail.com>2014-08-16 11:33:01 +0200
commit74f7bd9a1c0ba45c455efc4dbf07262ef492c732 (patch)
tree7aebf4f336f274cf27ebda0446b06f82a483a7a9
parent7d8c5ac9b5d171492abe4ecca18c7ca8c250e4c0 (diff)
downloadMultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.tar
MultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.tar.gz
MultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.tar.lz
MultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.tar.xz
MultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.zip
Add changelog pieces, version
-rw-r--r--CMakeLists.txt4
-rw-r--r--changelog.md12
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)