summaryrefslogtreecommitdiffstats
path: root/changelog.yaml
blob: 8b96b76e4bf14a49f1e50b2a968efd41ba3c0881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# 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).
0.2:
    - Java memory settings have MB added to the number to make the units obvious.
    - Complete rework of the launcher part. No more sensitive information in the process arguments.
    - Cached downloads now do not destroy files on failure.
    - Mojang service status is now on the MultiMC status bar.
    - Java checker is no longer needed/used on instance launch.
    - Support for private FTB packs.
    - Fixed instance ID issues related to copying FTB packs without changing the instance name.
    - Forge versions are better sorted (build numbers above 999 were sorted wrong).
    - Fixed crash related to the MultiMC update channel picker in offline mode.
    - Started using icon themes for the application icons, fixing many OSX graphical glitches.
    - Icon sources have been located, along with icon licenses.
    - Update to the German translation.
0.2.1:
    - Hotfix - move the native library extraction into the onesix launcher part.