NOISSUE bump version number and update changelog for next release

This commit is contained in:
Petr Mrázek 2016-02-29 09:08:35 +01:00
parent a3cd3d5ff1
commit f53cd55fbb
2 changed files with 10 additions and 6 deletions

View File

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

View File

@ -1,8 +1,14 @@
# MultiMC 0.4.11
## MultiMC 0.4.12
See [features and bugfixes planned for 0.4.12](https://workflowy.com/s/4BkdTJIsPm).
# Previous releases
## MultiMC 0.4.11
This release contains mainly a workaround for Minecraft 1.9 support and returned support for OSX 10.7.
## **IMPORTANT**
### **IMPORTANT**
- GH-1410: MultiMC crashes on launch on OSX 10.7
@ -18,7 +24,7 @@ This release contains mainly a workaround for Minecraft 1.9 support and returned
Some undocumented and unused features were removed from the format. Mostly version patches that removed libraries, advanced library application and merging rules, and things of similar nature. If you used them, you used an undocumented feature that is impossible to reach from the UI.
## Improvements
### Improvements
- GH-1502: When the locally cached Minecraft version was deleted, the instance that needed it would have to be started twice
@ -28,8 +34,6 @@ This release contains mainly a workaround for Minecraft 1.9 support and returned
This doesn't apply to every possible issue yet and will be expanded upon in the next release.
# Previous releases
## MultiMC 0.4.10
Second hotfix for issues with wifi connections.