Skip to content

Commit 3ad9ea5

Browse files
committed
NOISSUE update version number, changelog and credits in about dialog
1 parent c9e851f commit 3ad9ea5

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetc
4646
######## Set version numbers ########
4747
set(MultiMC_VERSION_MAJOR 0)
4848
set(MultiMC_VERSION_MINOR 6)
49-
set(MultiMC_VERSION_HOTFIX 10)
49+
set(MultiMC_VERSION_HOTFIX 11)
5050

5151
# Build number
5252
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")

application/dialogs/AboutDialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ QString getCreditsHtml(QStringList patrons)
4646
stream << "<p>TakSuyu &lt;<a href='mailto:taksuyu@gmail.com'>taksuyu@gmail.com</a>&gt;</p>\n";
4747
stream << "<p>Kilobyte &lt;<a href='mailto:stiepen22@gmx.de'>stiepen22@gmx.de</a>&gt;</p>\n";
4848
stream << "<p>Rootbear75 &lt;<a href='https://twitter.com/rootbear75'>@rootbear75</a>&gt;</p>\n";
49+
stream << "<p>Zeker Zhayard &lt;<a href='https://twitter.com/zeker_zhayard'>@Zeker_Zhayard</a>&gt;</p>\n";
4950
stream << "<br />\n";
5051

5152
if(!patrons.isEmpty()) {

changelog.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# MultiMC 0.6.8
1+
# MultiMC 0.6.11
2+
3+
This adds Forge 1.13+ support using [ForgeWrapper](https://github.com/ZekerZhayard/ForgeWrapper) by ZekerZhayard.
4+
5+
### New or changed features
6+
7+
- GH-2988: You can now import instances and curse modpacks from the command line with the `--import` option followed by either an URL or a local file path.
8+
9+
- GH-2544: MultiMC now supports downloading library files without including them on the Java classpath.
10+
11+
This is done by adding them to the `mavenFiles` list instead of the `libraries` list.
12+
13+
Such downloads are not deduplicated or version upgraded like libraries are.
14+
15+
This enables ForgeWrapper to work - MultiMC downloads all the files, and ForgeWrapper runs the Forge installer during instance start when needed.
16+
17+
# Previous releases
18+
19+
## MultiMC 0.6.8
220

321
This is mostly about removal of the 'curse URL' related features, because they were of low quality and generally unreliable.
422

@@ -44,7 +62,6 @@ MultiMC also migrated to a new continuous deployment system, which makes everyth
4462

4563
- When a component is customized, the launcher will not try to update it in an infinite loop when something else requires a different version.
4664

47-
# Previous releases
4865

4966
## MultiMC 0.6.7
5067

0 commit comments

Comments
 (0)