diff options
author | Forkk <forkk@forkk.net> | 2014-01-07 19:21:42 -0600 |
---|---|---|
committer | Forkk <forkk@forkk.net> | 2014-01-07 19:21:42 -0600 |
commit | d7564a51ce4a85799bd421dac0c913cb20d25a63 (patch) | |
tree | 5a01f53b626a602fa3a84c73f93f201395c55199 | |
parent | 9bf4d087703d1c8b862a205b38191fb4fcbc0ad9 (diff) | |
download | MultiMC-d7564a51ce4a85799bd421dac0c913cb20d25a63.tar MultiMC-d7564a51ce4a85799bd421dac0c913cb20d25a63.tar.gz MultiMC-d7564a51ce4a85799bd421dac0c913cb20d25a63.tar.lz MultiMC-d7564a51ce4a85799bd421dac0c913cb20d25a63.tar.xz MultiMC-d7564a51ce4a85799bd421dac0c913cb20d25a63.zip |
Bump minor version number and update changelog.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | changelog.yaml | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c795ab8..33183b9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,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 0) +SET(MultiMC_VERSION_MINOR 1) SET(MultiMC_VERSION_HOTFIX 0) # Build number diff --git a/changelog.yaml b/changelog.yaml index 63c4b4b1..38b8f755 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,2 +1,18 @@ +# +# This is MultiMC's changelog. It is formatted in YAML. +# +# Each key below represents a release version name. Each release key has several string entries under it, each containing information about a single change. Each of these entries may contain Markdown for formatting. +# + 0.0: - Initial release. +0.1: + - Reworked the version numbering system to support our [new Git workflow](http://nvie.com/posts/a-successful-git-branching-model/). + - Added a tray icon for the console window. + - Fixed instances getting deselected after FTB instances are loaded (or whenever the model is reset). + - Implemented proxy settings. + - Added a hack to fix NVidia Optimus using the wrong graphics card. + - Fixed sorting of Java installations in the Java list. + - Jar files are now distributed separately, rather than being extracted from the binary at runtime. + - Added additional information to the about dialog. + |