Add changelog pieces, version

This commit is contained in:
Petr Mrázek 2014-08-16 11:32:36 +02:00
parent 7d8c5ac9b5
commit 74f7bd9a1c
2 changed files with 12 additions and 4 deletions

View File

@ -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.")

View File

@ -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)