summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-06-03 01:44:19 +0200
committerPetr Mrázek <peterix@gmail.com>2014-06-03 01:44:19 +0200
commit3a0cdf2d3dde6192694ca34429ab277608357c2a (patch)
treed733ec937333a1c1e676266b3309ad4c6c363a2f
parente1f542b5b01078f03a25e388c43073574a5eee22 (diff)
downloadMultiMC-0.3.6.tar
MultiMC-0.3.6.tar.gz
MultiMC-0.3.6.tar.lz
MultiMC-0.3.6.tar.xz
MultiMC-0.3.6.zip
Tagging 0.3.60.3.6
-rw-r--r--CMakeLists.txt2
-rw-r--r--changelog.yaml6
2 files changed, 7 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 531f7342..345bb366 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -104,7 +104,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 3)
-set(MultiMC_VERSION_HOTFIX 5)
+set(MultiMC_VERSION_HOTFIX 6)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")
diff --git a/changelog.yaml b/changelog.yaml
index 7fb75534..40c344d2 100644
--- a/changelog.yaml
+++ b/changelog.yaml
@@ -76,3 +76,9 @@
0.3.5
- More versions are now selectable when changing instance versions
- Fix for Forge/FML changing its mcmod.info metadata format
+0.3.6
+ - New server status - now with more color
+ - Fix for FTB tracking issues
+ - Fix for translations on OSX not working
+ - Screenshot dialog should be harder to lose track of when used from the console window
+ - A crash handler implementation has been added.