mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 01:00:22 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
7ca9f92343 | ||
|
cbd4b88e91 |
@@ -6,7 +6,7 @@ set(MultiMC_NEWS_RSS_URL "http://multimc.org/rss.xml" CACHE STRING "URL to fetch
|
||||
######## Set version numbers ########
|
||||
set(MultiMC_VERSION_MAJOR 0)
|
||||
set(MultiMC_VERSION_MINOR 4)
|
||||
set(MultiMC_VERSION_HOTFIX 9)
|
||||
set(MultiMC_VERSION_HOTFIX 10)
|
||||
|
||||
# Build number
|
||||
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")
|
||||
@@ -375,12 +375,6 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInf
|
||||
COMPONENT Runtime
|
||||
REGEX "minimal|linuxfb|offscreen" EXCLUDE
|
||||
)
|
||||
# Bearer plugins
|
||||
install(
|
||||
DIRECTORY "${QT_PLUGINS_DIR}/bearer"
|
||||
DESTINATION ${PLUGIN_DEST_DIR}
|
||||
COMPONENT Runtime
|
||||
)
|
||||
else()
|
||||
# Image formats
|
||||
install(
|
||||
@@ -409,14 +403,6 @@ else()
|
||||
REGEX "d\\." EXCLUDE
|
||||
REGEX "_debug\\." EXCLUDE
|
||||
)
|
||||
# Bearer plugins
|
||||
install(
|
||||
DIRECTORY "${QT_PLUGINS_DIR}/bearer"
|
||||
DESTINATION ${PLUGIN_DEST_DIR}
|
||||
COMPONENT Runtime
|
||||
REGEX "d\\." EXCLUDE
|
||||
REGEX "_debug\\." EXCLUDE
|
||||
)
|
||||
if(APPLE)
|
||||
# Accessible plugin to make buttons look decent on osx
|
||||
if("${Qt5Core_VERSION_STRING}" VERSION_LESS "5.4.0")
|
||||
|
24
changelog.md
24
changelog.md
@@ -1,4 +1,24 @@
|
||||
# MultiMC 0.4.9
|
||||
# MultiMC 0.4.10
|
||||
|
||||
Second hotfix for issues with wifi connections.
|
||||
|
||||
## **IMPORTANT**
|
||||
|
||||
- GH-1422: Huge ping spikes while using MultiMC
|
||||
|
||||
Another day, another fix. The bearer plugins added in 0.4.9 didn't really help and we ran into more bugs.
|
||||
|
||||
This time, the presence of the netowrk bearer plugins caused a lot of network lag for people on wifi connections.
|
||||
|
||||
Because this wasn't a problem on the previous version of Qt MultiMC used (5.4.2), I ended up reverting to that. This is a temporary solution until the Qt framework can be rebuilt and retested for every platform without this broken feature.
|
||||
|
||||
The upstream bug is [QTBUG-40332](https://bugreports.qt.io/browse/QTBUG-40332) and despite being closed, it is far from fixed.
|
||||
|
||||
Because of the reverted Qt version, OSX 10.7 *might* work again. If it does, please do tell, it would help with figuring out what went wrong there :)
|
||||
|
||||
# Previous releases
|
||||
|
||||
## MultiMC 0.4.9
|
||||
|
||||
Hotfix for issues with wifi connections.
|
||||
|
||||
@@ -22,8 +42,6 @@ Hotfix for issues with wifi connections.
|
||||
|
||||
- GH-1362: When uploading or copying the Minecraft log, the action is logged, including a full timestamp.
|
||||
|
||||
# Previous releases
|
||||
|
||||
## MultiMC 0.4.8
|
||||
|
||||
Fluffy and functional!
|
||||
|
Reference in New Issue
Block a user