diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-08-16 11:32:36 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-08-16 11:33:01 +0200 |
commit | 74f7bd9a1c0ba45c455efc4dbf07262ef492c732 (patch) | |
tree | 7aebf4f336f274cf27ebda0446b06f82a483a7a9 /changelog.md | |
parent | 7d8c5ac9b5d171492abe4ecca18c7ca8c250e4c0 (diff) | |
download | MultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.tar MultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.tar.gz MultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.tar.lz MultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.tar.xz MultiMC-74f7bd9a1c0ba45c455efc4dbf07262ef492c732.zip |
Add changelog pieces, version
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 12 |
1 files changed, 10 insertions, 2 deletions
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) |