From b55c4ef5ca5b96ec4274bf8ebe3ca51439003128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 31 May 2017 12:31:36 +0200 Subject: [PATCH] Preparing release of 1.3.3 --- CHANGELOG.md | 42 ++++++++---------- SUPPORTERS.md | 3 +- .../translations/de/LC_MESSAGES/messages.mo | Bin 100678 -> 100678 bytes .../translations/de/LC_MESSAGES/messages.po | 2 +- translations/de/LC_MESSAGES/messages.mo | Bin 100678 -> 100678 bytes translations/de/LC_MESSAGES/messages.po | 2 +- translations/messages.pot | 4 +- 7 files changed, 25 insertions(+), 28 deletions(-) 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/translations/de/LC_MESSAGES/messages.mo b/src/octoprint/translations/de/LC_MESSAGES/messages.mo index 9a984dc5c12865419bce6876bd0432e94f22a3f0..696d40fc60f5f3e39977e4674e34b82e148eb957 100644 GIT binary patch delta 23 fcmX>$iS5`Vwhec#au^#b7#dm`nQne^HEA;dc~=T9 delta 23 fcmX>$iS5`Vwhec#au}H?7#dp{8E$@ZHEA;dd1wkQ 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 9a984dc5c12865419bce6876bd0432e94f22a3f0..696d40fc60f5f3e39977e4674e34b82e148eb957 100644 GIT binary patch delta 23 fcmX>$iS5`Vwhec#au^#b7#dm`nQne^HEA;dc~=T9 delta 23 fcmX>$iS5`Vwhec#au}H?7#dp{8E$@ZHEA;dd1wkQ 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"