diff options
author | Sky <git@bunnies.cc> | 2014-01-09 15:42:44 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2014-01-09 15:42:44 +0000 |
commit | 86b6cdfcb3c9f9afa572901c0c0f1654a4bf19ea (patch) | |
tree | 81af1a15dbdb5b67b05dab410cb469a70cf2e28a /changelog.yaml | |
parent | e6201f9ff799a21faff15c61586f2da4e62b799f (diff) | |
parent | 52c9cd5497153365f5b3871b216e5828923f9b5f (diff) | |
download | PrismLauncher-86b6cdfcb3c9f9afa572901c0c0f1654a4bf19ea.tar.gz PrismLauncher-86b6cdfcb3c9f9afa572901c0c0f1654a4bf19ea.tar.bz2 PrismLauncher-86b6cdfcb3c9f9afa572901c0c0f1654a4bf19ea.zip |
Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop
Diffstat (limited to 'changelog.yaml')
-rw-r--r-- | changelog.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/changelog.yaml b/changelog.yaml index 63c4b4b1..82dccd69 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,2 +1,19 @@ +# +# 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. + - 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. +0.1.1: + - Hotfix - Changed the issue tracker URL to [GitHub issues](https://github.com/MultiMC/MultiMC5/issues). + |