summaryrefslogtreecommitdiffstats
path: root/changelog.yaml
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-03-29 15:55:19 +0100
committerPetr Mrázek <peterix@gmail.com>2014-03-29 15:55:19 +0100
commita19aca0648a6bc8b40c71bac705fd7ddbd58a559 (patch)
treee063398b188abfbe7939db7452022309ce27f798 /changelog.yaml
parent9617326cf8f9f70d3d1e7e08809617a1818c1c0e (diff)
downloadMultiMC-a19aca0648a6bc8b40c71bac705fd7ddbd58a559.tar
MultiMC-a19aca0648a6bc8b40c71bac705fd7ddbd58a559.tar.gz
MultiMC-a19aca0648a6bc8b40c71bac705fd7ddbd58a559.tar.lz
MultiMC-a19aca0648a6bc8b40c71bac705fd7ddbd58a559.tar.xz
MultiMC-a19aca0648a6bc8b40c71bac705fd7ddbd58a559.zip
Update changelog for 0.3
Diffstat (limited to 'changelog.yaml')
-rw-r--r--changelog.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/changelog.yaml b/changelog.yaml
index 8b96b76e..cf957c49 100644
--- a/changelog.yaml
+++ b/changelog.yaml
@@ -31,3 +31,23 @@
- Update to the German translation.
0.2.1:
- Hotfix - move the native library extraction into the onesix launcher part.
+0.3:
+ - Improved instance view
+ - Overhauled 1.6+ version loading
+ - There is no longer a single custom.json file that overrides version.json
+ - Instead there are now "patch" files in <instance>/patches/, one for each main tweaker (forge, liteloader etc.)
+ - These patches are applied after version.json in a customisable order,
+ - A list of these files is shown in the left most tab in the Edit Mods dialog, where a list of libraries was shown before.
+ - custom.json can still be used for overriding everything.
+ - Offline mode can be used even when online
+ - Show an "empty" message in version selector dialogs
+ - Fix FTB paths on windows
+ - Tooling support
+ - JProfiler
+ - JVisualVM
+ - MCEdit
+ - Don't assume forge in FTB instances and allow other libraries (liteloader, mcpatcher, etc.) in FTB instances
+ - Screenshot uploading/managing
+ - Instance badges
+ - Some pre/post command stuff (remove the timeout, variable substitution)
+ - Fix logging when the system language is not en_US \ No newline at end of file