Set version to 0.4.4 for release

This commit is contained in:
Petr Mrázek 2014-11-15 23:23:47 +01:00
parent 3d2de6add8
commit 940f160091
2 changed files with 15 additions and 4 deletions

View File

@ -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 4)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")

View File

@ -1,7 +1,18 @@
#MultiMC Changelog
##0.5.0
- In development....
##0.4.4
- Other logs larger than 10MB will not load to prevent logs eating the whole available memory
- Translations are now updated independently from MultiMC
- Added new and reworked the old simple icon themes
- LWJGL on OSX should no longer clash with Java 8
- Update to newer Qt version
- Look and feel updated for latest OSX
- Fixed issues caused by Minecraft inheriting the environment variables from MultiMC
- Minecraft log improvements:
- Implemented search and pause
- Automated coloring is updated for log format used by Minecraft 1.7+
- Added settings for the font used in the console, using sensible defaults for the OS
- Removed MultiMC crash handler, it will be replaced by a better on in the future
##0.4.3
- Fix for issues with Minecraft version file updates