summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-02-11 22:53:03 +0100
committerPetr Mrázek <peterix@gmail.com>2017-02-11 22:53:03 +0100
commitaafac3934b9887ced77c9f5b3d6be988af06dbf0 (patch)
treea99ce79616483fa06e2343bf2c0c77388a3d4460
parent17fac2e0df0faa6d2e95e1b9c6918b5549d03b06 (diff)
downloadMultiMC-aafac3934b9887ced77c9f5b3d6be988af06dbf0.tar
MultiMC-aafac3934b9887ced77c9f5b3d6be988af06dbf0.tar.gz
MultiMC-aafac3934b9887ced77c9f5b3d6be988af06dbf0.tar.lz
MultiMC-aafac3934b9887ced77c9f5b3d6be988af06dbf0.tar.xz
MultiMC-aafac3934b9887ced77c9f5b3d6be988af06dbf0.zip
NOISSUE update changelog0.5.1
-rw-r--r--changelog.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 425264bb..6d366c49 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,21 @@
## Improvements
+- Log uploads now use HTTPS because the [paste.ee](https://paste.ee) site is switching to HTTPS only.
+
+- Console now has the line limit and overflow settings properly set when hidden.
+
+ Before, if you didn't have the console set to show up on launch, it would have some low default values set.
+ This meant that you wouldn't get enough of the log when the game crashed.
+
+- GH-1802: Log resize is now handled properly.
+
+ The log could end up with many empty lines because the wrong maximum size was used during the resize, potentially losing some lines.
+
+- GH-1807: Fixed 'loggging' typo in console overflow notification.
+
+- GH-1801: Launch script is no longer dumped into MultiMC's log on instance launch.
+
- GH-1065: Use of 'folder' and 'directory' in the UI has been unified to 'folder'.
- GH-1788: A problem with missing translation templates in the setup wizard pages has been fixed.