Skip to content

Commit

Permalink
Preparing release of 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed May 31, 2017
1 parent b9747d0 commit b55c4ef
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 28 deletions.
42 changes: 19 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,21 @@
# OctoPrint Changelog

## 1.3.3rc3 (2017-05-24)
## 1.3.3 (2017-05-31)

### Improvements

* Some clarifications and typo fixes in the documentation

### Bug fixes

* [#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
### Note for owners of Malyan M200/Monoprice Select Mini

* [#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.
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:

([Commits](https://github.com/foosel/OctoPrint/compare/1.3.3rc1...1.3.3rc2))
* Always assume SD card is present (`feature.sdAlwaysAvailable`)
* Send a checksum with the command: Always (`feature.alwaysSendChecksum`)

## 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.
Expand Down Expand Up @@ -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.
Expand All @@ -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)).
Expand All @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion SUPPORTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ thanks to everyone who contributed!
* Aleph Objects, Inc.
* Andrew Moorby
* Arnljot Arntsen
* BEEVERYCREATIVE
* Boris Hussein
* Brad Jackson
* Brian E. Tyler
Expand Down Expand Up @@ -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)!
and 1098 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel)!
Binary file modified src/octoprint/translations/de/LC_MESSAGES/messages.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion src/octoprint/translations/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OctoPrint\n"
"Report-Msgid-Bugs-To: [email protected]\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 <[email protected]>\n"
"Language: de\n"
Expand Down
Binary file modified translations/de/LC_MESSAGES/messages.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion translations/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OctoPrint\n"
"Report-Msgid-Bugs-To: [email protected]\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 <[email protected]>\n"
"Language: de\n"
Expand Down
4 changes: 2 additions & 2 deletions translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit b55c4ef

Please sign in to comment.