Skip to content

Commit

Permalink
NOISSUE update version number, changelog and credits in about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Mar 29, 2020
1 parent c9e851f commit 3ad9ea5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 10)
set(MultiMC_VERSION_HOTFIX 11)

# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")
Expand Down
1 change: 1 addition & 0 deletions application/dialogs/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ QString getCreditsHtml(QStringList patrons)
stream << "<p>TakSuyu &lt;<a href='mailto:[email protected]'>[email protected]</a>&gt;</p>\n";
stream << "<p>Kilobyte &lt;<a href='mailto:[email protected]'>[email protected]</a>&gt;</p>\n";
stream << "<p>Rootbear75 &lt;<a href='https://twitter.com/rootbear75'>@rootbear75</a>&gt;</p>\n";
stream << "<p>Zeker Zhayard &lt;<a href='https://twitter.com/zeker_zhayard'>@Zeker_Zhayard</a>&gt;</p>\n";
stream << "<br />\n";

if(!patrons.isEmpty()) {
Expand Down
21 changes: 19 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# MultiMC 0.6.8
# MultiMC 0.6.11

This adds Forge 1.13+ support using [ForgeWrapper](https://github.com/ZekerZhayard/ForgeWrapper) by ZekerZhayard.

### New or changed features

- 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.

- GH-2544: MultiMC now supports downloading library files without including them on the Java classpath.

This is done by adding them to the `mavenFiles` list instead of the `libraries` list.

Such downloads are not deduplicated or version upgraded like libraries are.

This enables ForgeWrapper to work - MultiMC downloads all the files, and ForgeWrapper runs the Forge installer during instance start when needed.

# Previous releases

## MultiMC 0.6.8

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

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

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

# Previous releases

## MultiMC 0.6.7

Expand Down

0 comments on commit 3ad9ea5

Please sign in to comment.