diff --git a/.versioneer-lookup b/.versioneer-lookup index dbeba7ba..b03660e7 100644 --- a/.versioneer-lookup +++ b/.versioneer-lookup @@ -18,12 +18,12 @@ HEAD # maintenance is currently the branch for preparation of maintenance release 1.3.4 # so are any fix/... and improve/... branches -maintenance 1.3.4 3fbd477d15b5776ca929ea578c5437720aaf7f31 pep440-dev -fix/.* 1.3.4 3fbd477d15b5776ca929ea578c5437720aaf7f31 pep440-dev -improve/.* 1.3.4 3fbd477d15b5776ca929ea578c5437720aaf7f31 pep440-dev +maintenance 1.3.4 b55c4ef5ca5b96ec4274bf8ebe3ca51439003128 pep440-dev +fix/.* 1.3.4 b55c4ef5ca5b96ec4274bf8ebe3ca51439003128 pep440-dev +improve/.* 1.3.4 b55c4ef5ca5b96ec4274bf8ebe3ca51439003128 pep440-dev -# staging/maintenance is currently the branch for preparation of 1.3.3rc4 (if we'll need that) -staging/maintenance 1.3.3rc4 ce1541e956778b732458599a21f38b6783a0c2ec pep440-dev +# staging/maintenance is currently the branch for preparation of 1.3.4rc1 +staging/maintenance 1.3.4rc1 b55c4ef5ca5b96ec4274bf8ebe3ca51439003128 pep440-dev # every other branch is a development branch and thus gets resolved to 1.4.0-dev for now .* 1.4.0 7f5d03d0549bcbd26f40e7e4a3297ea5204fb1cc pep440-dev diff --git a/CHANGELOG.md b/CHANGELOG.md index 9529d0ec..88731fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,21 @@ # OctoPrint Changelog -## 1.3.3rc3 (2017-05-24) +## 1.3.3 (2017-05-31) -### Improvements +### Note for owners of Malyan M200/Monoprice Select Mini - * Some clarifications and typo fixes in the documentation +OctoPrint's firmware autodetection is now able to detect this printer. Currently when this printer is detected, the following firmware specific features will be enabled automatically: -### Bug fixes + * Always assume SD card is present (`feature.sdAlwaysAvailable`) + * Send a checksum with the command: Always (`feature.alwaysSendChecksum`) - * [#1821](https://github.com/foosel/OctoPrint/issues/1821) - Properly reset "Capture post roll images" setting in timelapse configuration when switching from "off" to "timed" timelapse mode. - * [#1934](https://github.com/foosel/OctoPrint/issues/1934) (regression) - Fix consecutive timed timelapse captures without configured post roll. - -([Commits](https://github.com/foosel/OctoPrint/compare/1.3.3rc2...1.3.3rc3)) - -## 1.3.3rc2 (2017-05-17) - -### Bug fixes - - * [#1917](https://github.com/foosel/OctoPrint/issues/1917) (regression) - Fix job data resetting on print job completion. - * [#1918](https://github.com/foosel/OctoPrint/issues/1918) (regression) - Fix "save as default" checkbox not being disabled when other controls are disabled. - * [#1919](https://github.com/foosel/OctoPrint/issues/1919) (regression) - Fix call to no longer existing function in Plugin Manager UI. - -([Commits](https://github.com/foosel/OctoPrint/compare/1.3.3rc1...1.3.3rc2)) - -## 1.3.3rc1 (2017-05-11) +Since the firmware is a very special kind of beast and its sources are so far unavailable, only tests with a real printer will show if those are sufficient settings for communication with this printer to fully function correctly. Thus, if you run into any issues with enabled firmware autodetection on this printer model, please add a comment in [#1762](https://github.com/foosel/OctoPrint/issues/1762) and explain what kind of communication problem you are seeing. Also make sure to include a [`serial.log`](https://github.com/foosel/OctoPrint/blob/master/CONTRIBUTING.md#where-can-i-find-those-log-files-you-keep-talking-about)! ### Improvements * [#478](https://github.com/foosel/OctoPrint/issues/478) - Made webcam stream container fixed height (with selectable aspect ratio) to prevent jumps of the controls beneath it on load. * [#748](https://github.com/foosel/OctoPrint/issues/748) - Added delete confirmation and bulk delete for timelapses. See also the discussion in brainstorming ticket [#1807](https://github.com/foosel/OctoPrint/issues/1807). - * [#1092](https://github.com/foosel/OctoPrint/issues/1092) - Added new event to the file manager: `FileAdded`, `FileRemoved`, `FolderAdded`, `FolderRemoved`. Contrary to the `Upload` event, `FileAdded` will always fire when a file was added to storage through the file manager, not only when added through the web interface. Extended documentation accordingly. + * [#1092](https://github.com/foosel/OctoPrint/issues/1092) - Added new events to the file manager: `FileAdded`, `FileRemoved`, `FolderAdded`, `FolderRemoved`. Contrary to the `Upload` event, `FileAdded` will always fire when a file was added to storage through the file manager, not only when added through the web interface. Extended documentation accordingly. * [#1521](https://github.com/foosel/OctoPrint/issues/1521) - Software update plugin: Display timestamp of last version cache refresh in "Advanced options" area. * [#1734](https://github.com/foosel/OctoPrint/issues/1734) - Treat default/initial printer profile like all other printer profiles, persisting it to disk instead of `config.yaml` and allowing deletion. OctoPrint will migrate the existing default profile to the new location on first start. * [#1734](https://github.com/foosel/OctoPrint/issues/1734) - Better communication of what actions are available for printer profiles. @@ -76,7 +62,7 @@ * [#202](https://github.com/foosel/OctoPrint/issues/202) - Fixed an issue with the drag-n-drop area flickering if the mouse was moved too slow while dragging (see also [#1867](https://github.com/foosel/OctoPrint/pull/1867)). * [#1671](https://github.com/foosel/OctoPrint/issues/1671) - Removed obsolete entry of no longer available filter for empty folders from file list options. - * [#1821](https://github.com/foosel/OctoPrint/issues/1821) - Fixed a wrong default value for "capture post roll images" in timelapse configuration. + * [#1821](https://github.com/foosel/OctoPrint/issues/1821) - Properly reset "Capture post roll images" setting in timelapse configuration when switching from "off" to "timed" timelapse mode. * [#1822](https://github.com/foosel/OctoPrint/issues/1822) - Properly reset file metadata when a file is overwritten with a new version. * [#1836](https://github.com/foosel/OctoPrint/issues/1836) - Fixed order of `PrintCancelled` and `PrintFailed` events on print cancel. * [#1837](https://github.com/foosel/OctoPrint/issues/1837) - Fixed a race condition causing OctoPrint trying to read data from the current job on job cancel that was no longer there. @@ -89,6 +75,10 @@ * [#1897](https://github.com/foosel/OctoPrint/issues/1897) - Removed possibility to concurrently try to perform multiple tests of the configured snapshot URL. * [#1906](https://github.com/foosel/OctoPrint/issues/1906) - Fixed interpretation of `G92` in GCODE analysis. * [#1907](https://github.com/foosel/OctoPrint/issues/1907) - Don't send temperature commands with tool parameter when a shared nozzle is defined. + * [#1917](https://github.com/foosel/OctoPrint/issues/1917) (regression) - Fix job data resetting on print job completion. + * [#1918](https://github.com/foosel/OctoPrint/issues/1918) (regression) - Fix "save as default" checkbox not being disabled when other controls are disabled. + * [#1919](https://github.com/foosel/OctoPrint/issues/1919) (regression) - Fix call to no longer existing function in Plugin Manager UI. + * [#1934](https://github.com/foosel/OctoPrint/issues/1934) (regression) - Fix consecutive timed timelapse captures without configured post roll. * Fixed API key QR Code being shown (for "n/a" value) when no API key was set. * Fixed timelapse configuration API not returning 400 status code on some bad parameters. * Fixed a typo (see also [#1826](https://github.com/foosel/OctoPrint/pull/1826)). @@ -100,7 +90,13 @@ * Use `pip` instead of `python setup.py develop` in `octoprint dev plugin:install` command to avoid issues on Windows. * Docs: Fixed a wrong command in the plugin tutorial (see also [#1860](https://github.com/foosel/OctoPrint/pull/1860)). -([Commits](https://github.com/foosel/OctoPrint/compare/1.3.2...1.3.3rc1)) +### More information + +- [Commits](https://github.com/foosel/OctoPrint/compare/1.3.2...1.3.3) +- Release Candidates: + - [1.3.3rc1](https://github.com/foosel/OctoPrint/releases/tag/1.3.3rc1) + - [1.3.3rc2](https://github.com/foosel/OctoPrint/releases/tag/1.3.3rc2) + - [1.3.3rc3](https://github.com/foosel/OctoPrint/releases/tag/1.3.3rc3) ## 1.3.2 (2017-03-16) diff --git a/SUPPORTERS.md b/SUPPORTERS.md index 4d68ef26..2909b810 100644 --- a/SUPPORTERS.md +++ b/SUPPORTERS.md @@ -10,6 +10,7 @@ thanks to everyone who contributed! * Aleph Objects, Inc. * Andrew Moorby * Arnljot Arntsen + * BEEVERYCREATIVE * Boris Hussein * Brad Jackson * Brian E. Tyler @@ -64,4 +65,4 @@ thanks to everyone who contributed! * Timeshell.ca * Trent Shumay -and 1086 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel)! \ No newline at end of file +and 1098 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel)! \ No newline at end of file diff --git a/src/octoprint/printer/__init__.py b/src/octoprint/printer/__init__.py index 8e4b1e3c..3fb95b5a 100644 --- a/src/octoprint/printer/__init__.py +++ b/src/octoprint/printer/__init__.py @@ -367,7 +367,7 @@ class PrinterInterface(object): * CLOSED * ERROR * CLOSED_WITH_ERROR - * TRANFERING_FILE + * TRANSFERING_FILE * OFFLINE * UNKNOWN * NONE diff --git a/src/octoprint/translations/de/LC_MESSAGES/messages.mo b/src/octoprint/translations/de/LC_MESSAGES/messages.mo index 9a984dc5..696d40fc 100644 Binary files a/src/octoprint/translations/de/LC_MESSAGES/messages.mo and b/src/octoprint/translations/de/LC_MESSAGES/messages.mo differ diff --git a/src/octoprint/translations/de/LC_MESSAGES/messages.po b/src/octoprint/translations/de/LC_MESSAGES/messages.po index dd858d96..a7e54508 100644 --- a/src/octoprint/translations/de/LC_MESSAGES/messages.po +++ b/src/octoprint/translations/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OctoPrint\n" "Report-Msgid-Bugs-To: i18n@octoprint.org\n" -"POT-Creation-Date: 2017-05-24 13:21+0200\n" +"POT-Creation-Date: 2017-05-31 11:25+0200\n" "PO-Revision-Date: 2017-05-11 13:44+0100\n" "Last-Translator: Gina Häußge \n" "Language: de\n" diff --git a/translations/de/LC_MESSAGES/messages.mo b/translations/de/LC_MESSAGES/messages.mo index 9a984dc5..696d40fc 100644 Binary files a/translations/de/LC_MESSAGES/messages.mo and b/translations/de/LC_MESSAGES/messages.mo differ diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po index dd858d96..a7e54508 100644 --- a/translations/de/LC_MESSAGES/messages.po +++ b/translations/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OctoPrint\n" "Report-Msgid-Bugs-To: i18n@octoprint.org\n" -"POT-Creation-Date: 2017-05-24 13:21+0200\n" +"POT-Creation-Date: 2017-05-31 11:25+0200\n" "PO-Revision-Date: 2017-05-11 13:44+0100\n" "Last-Translator: Gina Häußge \n" "Language: de\n" diff --git a/translations/messages.pot b/translations/messages.pot index adcff063..fd47897b 100644 --- a/translations/messages.pot +++ b/translations/messages.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OctoPrint 1.3.3rc3.dev8+gbd1d0e6\n" +"Project-Id-Version: OctoPrint 1.3.3rc4.dev2+gb9747d0\n" "Report-Msgid-Bugs-To: i18n@octoprint.org\n" -"POT-Creation-Date: 2017-05-24 13:21+0200\n" +"POT-Creation-Date: 2017-05-31 11:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"