diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-12-31 19:39:46 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-12-31 19:39:46 +0100 |
commit | b08ec1e97aee10340c63e6af7b034fc130384993 (patch) | |
tree | 316dae5d1d1936e08c93557180de968b1593c81a | |
parent | d7ed472e681a83b292eeb3c70960a85c85ce3e71 (diff) | |
download | MultiMC-b08ec1e97aee10340c63e6af7b034fc130384993.tar MultiMC-b08ec1e97aee10340c63e6af7b034fc130384993.tar.gz MultiMC-b08ec1e97aee10340c63e6af7b034fc130384993.tar.lz MultiMC-b08ec1e97aee10340c63e6af7b034fc130384993.tar.xz MultiMC-b08ec1e97aee10340c63e6af7b034fc130384993.zip |
NOISSUE fix changelog typos0.6.0
-rw-r--r-- | changelog.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md index 1cdd1f38..d1b124c9 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,7 @@ This goes along with some changes to the instance format and to the metadata format. - Instead of including the metadata JSON files directly in the instances, the instances now contain a new `mmc-pack.json` file that simply specify versions to be used. + Instead of including the metadata JSON files directly in the instances, the instances now contain a new `mmc-pack.json` file that specifies versions to be used. The metadata can be found at [v1.meta.multimc.org](https://v1.meta.multimc.org), the [meta.multimc.org](https://meta.multimc.org) endpoint that was used during development will be replaced by documentation. @@ -96,11 +96,11 @@ - Tweaker list in metadata now overrides the order of already present tweakers. - This allows running Minecrift/Vivecraft. + This allows running [Vivecraft](http://www.vivecraft.org/). Official support will hopefully follow. - Instance icons can now be in the SVG format. Also, aspect ratio of SVG icons is now preserved in the instance toolbar. -- GH-1082: Is is now possible to disable and enable version components (packages) similarly to mods. +- GH-1082: It is now possible to disable and enable version components (packages) similarly to mods. - A new material design / flat icon theme has been added. @@ -181,7 +181,7 @@ - When closing and reopening the instance window, the log settings are preserved. -- In the instance export dialog, the sorting order has been change to go a-z top to bottom by default. +- In the instance export dialog, the sorting order has been changed to go from `a` to `z`, not backwards. # Previous releases |