diff options
author | Forkk <forkk@forkk.net> | 2014-01-08 21:45:13 -0600 |
---|---|---|
committer | Forkk <forkk@forkk.net> | 2014-01-08 21:45:13 -0600 |
commit | 06b5fa5dccdfc54496cd79e6eba6d025bc6e1204 (patch) | |
tree | 83d2f49d9e694bdd8f8d2cdd3879e696f435ba10 /changelog.yaml | |
parent | 51817962aa64bc5c084e33fb29a21261d19bc8f3 (diff) | |
parent | b767d4b134148ddb3f956253a2f7f2cad831e782 (diff) | |
download | PrismLauncher-06b5fa5dccdfc54496cd79e6eba6d025bc6e1204.tar.gz PrismLauncher-06b5fa5dccdfc54496cd79e6eba6d025bc6e1204.tar.bz2 PrismLauncher-06b5fa5dccdfc54496cd79e6eba6d025bc6e1204.zip |
Merge branch 'release-0.1'
Release MultiMC version 0.1.
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 new file mode 100644 index 00000000..0e41abdd --- /dev/null +++ b/changelog.yaml @@ -0,0 +1,17 @@ +# +# 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. + |