From 9f8d30a66c2fcc5cd0e8984c72dc36f7e84fde10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 30 Jun 2015 08:42:16 +0200 Subject: [PATCH] Preparing release of 1.2.1 --- CHANGELOG.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef6e1c9..b565dcb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # OctoPrint Changelog -## 1.2.1 (unreleased) +## 1.2.1 (2015-06-30) ### Improvements @@ -9,17 +9,20 @@ `1.2.0` will now make the plugin compatible to OctoPrint 1.2.0+, not only 1.2.0). Alternatively the compatibility information may now contain stuff like `>=1.2,<1.3` in which case the plugin will only be shown as compatible to OctoPrint versions 1.2.0 and up but not 1.3.0 or anything above that. See also - [the requirement specification format of the `semantic_version` package](http://python-semanticversion.readthedocs.org/en/latest/#requirement-specification). + [the requirement specification format of the `pkg_resources` package](https://pythonhosted.org/setuptools/pkg_resources.html#requirements-parsing). +* Only print the commands of configured event handlers to the log when a new `debug` flag is present in the config + (see [the docs](http://docs.octoprint.org/en/master/configuration/config_yaml.html#events)). Reduces risk of disclosing sensitive data when sharing log files. ### Bug Fixes * [#956](https://github.com/foosel/OctoPrint/issues/956) - Fixed server crash when trying to configure a default slicing profile for a still unconfigured slicer. -* [IRC] - Clean exit on `SIGTERM`, calling the shutdown functions provided by plugins. -* [IRC] - No longer reloading the page when the return key is pressed in either the file or the plugin search field. -* Don't disconnect on `volume.init` errors from the firmware. -* `touch` uploaded files on local file storage to ensure proper "uploaded date" even for files that are just moved from - other locations of the file system (e.g. when being added from the `watched` folder). +* [#957](https://github.com/foosel/OctoPrint/issues/957) - Increased maximum allowed body size for plugin archive uploads. +* Bugs without tickets: + * Clean exit on `SIGTERM`, calling the shutdown functions provided by plugins. + * Don't disconnect on `volume.init` errors from the firmware. + * `touch` uploaded files on local file storage to ensure proper "uploaded date" even for files that are just moved + from other locations of the file system (e.g. when being added from the `watched` folder). ([Commits](https://github.com/foosel/OctoPrint/compare/1.2.0...1.2.1))