summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2020-02-08 15:00:20 +0100
committerPetr Mrázek <peterix@gmail.com>2020-02-08 15:00:20 +0100
commit08f85f1a936b4744c6ad8e77c1c6928ebee34dae (patch)
tree370718d6b5cef938d8397f090f19027a38f21c3d
parentbc98181ec274dfc933c5c0207943f9de1dbaf1d1 (diff)
downloadMultiMC-08f85f1a936b4744c6ad8e77c1c6928ebee34dae.tar
MultiMC-08f85f1a936b4744c6ad8e77c1c6928ebee34dae.tar.gz
MultiMC-08f85f1a936b4744c6ad8e77c1c6928ebee34dae.tar.lz
MultiMC-08f85f1a936b4744c6ad8e77c1c6928ebee34dae.tar.xz
MultiMC-08f85f1a936b4744c6ad8e77c1c6928ebee34dae.zip
Update changelog and set version to 0.6.8
-rw-r--r--CMakeLists.txt2
-rw-r--r--changelog.md58
2 files changed, 53 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f1032c0..d0289643 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetc
######## Set version numbers ########
set(MultiMC_VERSION_MAJOR 0)
set(MultiMC_VERSION_MINOR 6)
-set(MultiMC_VERSION_HOTFIX 7)
+set(MultiMC_VERSION_HOTFIX 8)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")
diff --git a/changelog.md b/changelog.md
index 544c7abf..f61f7631 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,52 @@
-# MultiMC 0.6.7
+# MultiMC 0.6.8
+
+This is mostly about removal of the 'curse URL' related features, because they were of low quality and generally unreliable.
+
+There are some bug fixes included.
+
+MultiMC also migrated to a new continuous deployment system, which makes everything that much smoother.
+
+### New or changed features
+
+- GH-852: Instance group expansion status now saves/loads as expected.
+
+- The bees have invaded the launcher. We now have a bee icon.
+
+- Translations have been overhauled, yet again...
+
+ - We now have a [crowdin site](https://translate.multimc.org/) for all the translation work.
+
+ - Translations are made based on the development version, and for the development version.
+
+ - Many strings have been tweaked to make translating the application easier.
+
+ - When selecting languages, European Portuguese is now displaying properly.
+
+- Accessibility has been further improved - the main window reads as `MultiMC`, not a long string of nonsensical version numbers, when announced by a screen reader.
+
+- Removed the unimplemented Technic page from instance creation dialog.
+
+- GH-2859: Broken twitch URL import method was removed.
+
+- GH-2819: Filter bar in mod lists now also works with descriptions and author lists.
+
+- GH-2832: Version page now has buttons for opening the Minecraft and internal libraries folders of the instance.
+
+- GH-2769: When copying an instance, there's now an option to keep or remove the total play time from the copy.
+
+### Bugfixes
+
+- GH-2880: Clicking the service status indicators now opens a valid site again, instead of going nowhere.
+
+- GH-2853: When collapsing groups in instance view, the action no longer becomes 'sticky' and doesn't apply to items clicked afterwards.
+
+- GH-2787: "Download All" button works again.
+
+- When dependencies are customized, the la ncher will not try to update them in an infinite loop when something else requires a different version.
+
+# Previous releases
+
+## MultiMC 0.6.7
The previous release introduced some extra buttons that made the instance window way too big for some displays. This release is aimed at fixing that, along with other UI and performance improvements.
@@ -47,8 +95,6 @@ There are some accessibility fixes thrown in too.
Sorting cascades from 'Enabled' to 'Name' and then 'Version'. This means that if you sort 'Enabled', the enabled and disabled mods are still sorted
by name and mods with the same name will be also sorted by version.
-# Previous releases
-
## MultiMC 0.6.6
This release is mostly the smaller things that have accumulated over time, along with a big change in linux packaging.
@@ -70,7 +116,7 @@ MultiMC on linux is built with Qt 5.4 and older versions of Qt will not work.
This should be a massive improvement to system integration on linux and resolves GH-1784, GH-2605, GH-1979, GH-2271, GH-1992, GH-1816 and their many duplicates.
-#### New or changed features
+### New or changed features
- GH-2487: No is now the default button when deleting instances.
@@ -100,7 +146,7 @@ This should be a massive improvement to system integration on linux and resolves
You can now drag the purple download buttons from CurseForge into MultiMC and get a modpack out of it. Much easier!
-#### Bugfixes
+### Bugfixes
- Translation folder is now created sooner, making first launch translation fetch work again.
@@ -134,7 +180,7 @@ This should be a massive improvement to system integration on linux and resolves
Finalizing the translation workflow improvements and adding fixes for sounds missing in old game versions.
-#### New or changed features
+### New or changed features
- UI for the language settings has been unified across the application