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