From 3be039b1a9c3ea8447c81f111dd06923a4f9a2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sat, 8 Nov 2014 15:23:57 +0100 Subject: [PATCH] Added a couple of changelog entries for previous commits --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index effb8f30..9c5ec48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,8 @@ uploaded STL files including removal and reslicing) and also allows folders (not yet supported by UI) * Also interpret lines starting with "!!" as errors * Added deletion of pyc files to the `python setup.py clean` command -* Settings now show a QRCode for the API Key ([#637]) +* Settings now show a QRCode for the API Key ([#637](https://github.com/foosel/OctoPrint/pull/637)) +* Username in login dialog is not automatically capitalized on mobile devices anymore ([#639](https://github.com/foosel/OctoPrint/pull/639)) ### Bug Fixes @@ -51,6 +52,8 @@ as 0 * [#633](https://github.com/foosel/OctoPrint/issues/633) - Correctly interpret temperature lines from multi extruder setups under Smoothieware +* [#556](https://github.com/foosel/OctoPrint/issues/556) - Allow login of the same user from multiple browsers without + side effects * Various fixes of bugs in newly introduced features and improvements: * [#625](https://github.com/foosel/OctoPrint/pull/625) - Newly added GCODE files were not being added to the analysis queue