summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-01-20 04:08:29 +0100
committerPetr Mrázek <peterix@gmail.com>2016-01-20 04:08:29 +0100
commit33b6222f9ff658e7ce3095c8b96967ba14b72804 (patch)
tree66cc4c332b62449eacbbc805e58da910bb9d48a6 /changelog.md
parent5ecaed21b5412b0e4b9b9ecf5547ca8225c541a9 (diff)
downloadMultiMC-33b6222f9ff658e7ce3095c8b96967ba14b72804.tar
MultiMC-33b6222f9ff658e7ce3095c8b96967ba14b72804.tar.gz
MultiMC-33b6222f9ff658e7ce3095c8b96967ba14b72804.tar.lz
MultiMC-33b6222f9ff658e7ce3095c8b96967ba14b72804.tar.xz
MultiMC-33b6222f9ff658e7ce3095c8b96967ba14b72804.zip
NOISSUE update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md38
1 files changed, 31 insertions, 7 deletions
diff --git a/changelog.md b/changelog.md
index 8dc5b0a3..25d5b2e1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,34 @@
-# MultiMC 0.4.8
+# MultiMC 0.4.9
+
+Hotfix for issues with wifi connections.
+
+### **IMPORTANT**
+
+- GH-1408: MultiMC 0.4.8 doesn't work on wireless connections.
+
+ This is especially the case on Windows. If you already updated to 0.4.8, you will need to do a manual update, or use a wired connection to do the update.
+
+ The issue was caused by a change in the underlying framework (Qt), and MultiMC not including the network bearer plugins. This made it think that the connection is always down and not try to contact any servers because of that.
+
+ The upstream bug is [QTBUG-49267](https://bugreports.qt.io/browse/QTBUG-49267).
+
+- GH-1410: MultiMC crashes on launch on OS X 10.7.5
+
+ OSX 10.7.x is no longer supported by Apple and I do not have a system to test and fix this.
+
+ So, this is likely **NOT** going to be fixed - please update your OS if you are still running 10.7.
+
+### Improvements
+
+- 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!
-## **IMPORTANT**
+### **IMPORTANT**
- GH-1402: MultiMC will keep its binary filename after an update if you rename it.
@@ -13,7 +39,7 @@ Fluffy and functional!
Future updates should no longer have this issue.
-## New features
+### New features
- GH-1047, GH-1233: MultiMC now includes basic Minecraft world management.
@@ -35,7 +61,7 @@ Fluffy and functional!
- GH-253, GH-1300: MultiMC can now be started with the `-l "Instance ID"` parameter, launching the specified instance directly.
-## Improvements
+### Improvements
- Instance list
- GH-1121: Instances are now selected after you create them.
@@ -101,7 +127,7 @@ Fluffy and functional!
- Translations:
- GH-1313: Some parts of the MultiMC user interface have been marked as 'not for translation'.
-## Internals and internal bug fixes
+### Internals and internal bug fixes
- GH-1052: All the dependencies were rebuilt and the build environment upgraded to the latest compiler versions.
- GH-1051: The CDPATH environment variable is now ignored.
@@ -124,8 +150,6 @@ Fluffy and functional!
- GH-1266, GH-1301: Linux runner scripts has been improved.
- GH-1360: Development and other unstable versions of MultiMC now uses github commits instead of this manually maintained changelog.
-# Previous releases
-
## 0.4.7
This is what 0.4.6 should have been. Oh well, at least it's here now!