From c70708e91585da783c5bd9193f5f560047f4ab52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 16 Jun 2016 13:26:30 +0200 Subject: [PATCH] Fixed changelog for 1.2.13 Will stay this way now for 1.2.13 though, already released. Follow up versions should reflect the contents of the release notes however. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cd647a..c39f0061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ * [#1373](https://github.com/foosel/OctoPrint/issues/1373): Don't parse `B:` as bed temperature when it shows up as part of a position report from `M114`. * [#1374](https://github.com/foosel/OctoPrint/issues/1374): Don't try to perform a passive login when the components we'd need to inform about a change in login state aren't yet available. Solves a bug that lead - among other things - to the Plugin Manager and the Software Update Plugin not showing anything but misleading errors until the user logged out and back in. - * Fixed the temperature graph looking staying uninitialized until a connection to a printer was established. + * Fixed the temperature graph staying uninitialized until a connection to a printer was established. + * Fixed an error causing issues during frontend startup if the browser doesn't support tracking browser visibility. + * Fixed an error causing issues during frontend startup if the browser doesn't support the capabilities needed for the GCODE viewer. ([Commits](https://github.com/foosel/OctoPrint/compare/1.2.12...1.2.13))