Preparing release of 1.3.5rc2

This commit is contained in:
Gina Häußge 2017-07-27 13:33:45 +02:00
parent 8f2e4ad978
commit 1f9fe8c868
5 changed files with 24 additions and 10 deletions

View file

@ -1,5 +1,19 @@
# OctoPrint Changelog
## 1.3.5rc2 (2017-07-27)
### Bug fixes
* [#2033](https://github.com/foosel/OctoPrint/issues/2033) - Temperature tab: Fix for legend in graph not updating with current values on mouse over.
* [#2033](https://github.com/foosel/OctoPrint/issues/2033) - Temperature tab: Fix for new temperature inputs not fitting on one line in Firefox.
* [#2033](https://github.com/foosel/OctoPrint/issues/2033) - Temperature tab & GCODE viewer: Fix for available tools (and offsets) not properly updating on change of printer profile.
* [#2033](https://github.com/foosel/OctoPrint/issues/2033) - Wizard: Fix sorting of required wizards not properly handling non-ASCII unicode.
* [#2035](https://github.com/foosel/OctoPrint/issues/2035) - Fix an issue of the server not starting up if there's a file in the analysis backlog. The reason for this is that spawning a new process while the intermediary server is active causes the server port to be blocked (this is due to how subprocessing works by default), in turn leading to an error on startup since the port cannot be bound by the actual server. Since the GCODE analysis takes now place in its own subprocess and hence triggers this problem, it had to be moved until after the actual server has already started up to avoid this problem.
* Wizard: Fix `onWizardPreventSettingsRefreshDialog` callback invocation.
* Corewizard plugin: Fix `firstrunonly` wizards (e.g. for printer profile configuration) being displayed again if _any_ of the sub wizards (e.g. for the online check opt-in and configuration) is active.
([Commits](https://github.com/foosel/OctoPrint/compare/1.3.5rc1...1.3.5rc2))
## 1.3.5rc1 (2017-07-26)
### Improvements

View file

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: OctoPrint\n"
"Report-Msgid-Bugs-To: i18n@octoprint.org\n"
"POT-Creation-Date: 2017-07-26 12:30+0200\n"
"PO-Revision-Date: 2017-07-26 12:40+0100\n"
"PO-Revision-Date: 2017-07-27 12:07+0100\n"
"Last-Translator: Gina Häußge <osd@foosel.net>\n"
"Language: de\n"
"Language-Team: German (http://www.transifex.com/projects/p/octoprint/language/de/)\n"
@ -1875,7 +1875,7 @@ msgstr "Trennen"
#: src/octoprint/static/js/app/viewmodels/printerstate.js:234
#: src/octoprint/static/js/app/viewmodels/temperature.js:115
msgid "Tool"
msgstr "Werkzeug"
msgstr "Tool"
#: src/octoprint/static/js/app/viewmodels/control.js:78
#: src/octoprint/static/js/app/viewmodels/temperature.js:126
@ -3061,11 +3061,11 @@ msgstr "Vor dem Fortsetzen eines Druckjobs"
#: src/octoprint/templates/dialogs/settings/gcodescripts.jinja2:33
msgid "Before tool change"
msgstr "Vor Werkzeugwechsel"
msgstr "Vor Toolwechsel"
#: src/octoprint/templates/dialogs/settings/gcodescripts.jinja2:39
msgid "After tool change"
msgstr "Nach Werkzeugwechsel"
msgstr "Nach Toolwechsel"
#: src/octoprint/templates/dialogs/settings/gcodescripts.jinja2:45
msgid "After connection to printer is established"
@ -4034,7 +4034,7 @@ msgstr "Feedrate:"
#: src/octoprint/templates/tabs/control.jinja2:93
msgid "Select Tool..."
msgstr "Werkzeug wählen..."
msgstr "Tool wählen..."
#: src/octoprint/templates/tabs/control.jinja2:104
msgid "Extrude"

View file

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: OctoPrint\n"
"Report-Msgid-Bugs-To: i18n@octoprint.org\n"
"POT-Creation-Date: 2017-07-26 12:30+0200\n"
"PO-Revision-Date: 2017-07-26 12:40+0100\n"
"PO-Revision-Date: 2017-07-27 12:07+0100\n"
"Last-Translator: Gina Häußge <osd@foosel.net>\n"
"Language: de\n"
"Language-Team: German (http://www.transifex.com/projects/p/octoprint/language/de/)\n"
@ -1875,7 +1875,7 @@ msgstr "Trennen"
#: src/octoprint/static/js/app/viewmodels/printerstate.js:234
#: src/octoprint/static/js/app/viewmodels/temperature.js:115
msgid "Tool"
msgstr "Werkzeug"
msgstr "Tool"
#: src/octoprint/static/js/app/viewmodels/control.js:78
#: src/octoprint/static/js/app/viewmodels/temperature.js:126
@ -3061,11 +3061,11 @@ msgstr "Vor dem Fortsetzen eines Druckjobs"
#: src/octoprint/templates/dialogs/settings/gcodescripts.jinja2:33
msgid "Before tool change"
msgstr "Vor Werkzeugwechsel"
msgstr "Vor Toolwechsel"
#: src/octoprint/templates/dialogs/settings/gcodescripts.jinja2:39
msgid "After tool change"
msgstr "Nach Werkzeugwechsel"
msgstr "Nach Toolwechsel"
#: src/octoprint/templates/dialogs/settings/gcodescripts.jinja2:45
msgid "After connection to printer is established"
@ -4034,7 +4034,7 @@ msgstr "Feedrate:"
#: src/octoprint/templates/tabs/control.jinja2:93
msgid "Select Tool..."
msgstr "Werkzeug wählen..."
msgstr "Tool wählen..."
#: src/octoprint/templates/tabs/control.jinja2:104
msgid "Extrude"