Preparing release of 1.2.1

This commit is contained in:
Gina Häußge 2015-06-30 08:42:16 +02:00
parent 2a8eea086c
commit 9f8d30a66c

View file

@ -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))