Skip to content

Commit 793bb71

Browse files
committed
Preparing release of 1.3.6
1 parent 8229842 commit 793bb71

File tree

3 files changed

+27
-30
lines changed

3 files changed

+27
-30
lines changed

CHANGELOG.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,14 @@
11
# OctoPrint Changelog
22

3-
## 1.3.6rc3 (2017-12-08)
3+
## 1.3.6 (2017-12-12)
44

5-
### Improvements
6-
7-
* Fetch plugin blacklist (and also announcements, plugin notices and plugin repository) via https instead of http.
8-
9-
### Bug fixes
10-
11-
* Fixed an issue causing redundant software update configuration settings to be written to `config.yaml`, in turn causing issues when downgrading to <1.3.5
12-
* Fixed an issue detecting whether the installed version is a release version or a development version.
13-
14-
([Commits](https://github.com/foosel/OctoPrint/compare/1.3.6rc2...1.3.6rc3))
5+
### Note for upgraders and plugin authors: Change in the bundling of JS assets can lead to issues in plugins
156

16-
## 1.3.6rc2 (2017-12-05)
7+
A change to solve issues with plugins bundling JS assets that cause interference with other plugins (e.g. through the declaration of `"use strict"`) and in general to add better isolation and error handling might cause errors for some plugins that go beyond your run-off-the-mill view model and also implicitly declare new globals.
178

18-
### Bug fixes
19-
20-
* [#2262](https://github.com/foosel/OctoPrint/issues/2262) - Fixed a bug causing `Error:checksum mismatch, Last Line: ...` errors from the firmware to be handled incorrectly.
21-
* [#2267](https://github.com/foosel/OctoPrint/issues/2267) - Fixed a bug causing the GCODE viewer to not get properly initialized due to a JS error on load if "Also show next layer" was selected.
22-
* [#2268](https://github.com/foosel/OctoPrint/issues/2268) - Fixed a bug causing a display error with the temperature offsets. If one offset was changed, all others seemed to revert back to 0.
23-
* Fixed ordering of plugin assets, should be alphabetical based on the plugin identifier.
9+
If you happen to run into any such issues, you can switch back to the old way of bundling JS assets via the newly introduced "Settings > Feature > Enable legacy plugin asset bundling" toggle (check it, save the settings, restart the server). This is provided to allow for a minimally invasive adjustment period until affected plugins have been updated.
2410

25-
([Commits](https://github.com/foosel/OctoPrint/compare/1.3.6rc1...1.3.6rc2))
26-
27-
## 1.3.6rc1 (2017-12-01)
11+
You can find out more about the change, how to know if a plugin is even affected and what do about it [on the OctoBlog](https://octoprint.org/blog/2017/12/01/heads-up-plugin-authors/).
2812

2913
### Improvements
3014

@@ -83,6 +67,7 @@
8367
* Docs: Added information on how to run the test suite.
8468
* Various refactorings
8569
* Various documentation updates
70+
* Fetch plugin blacklist (and also announcements, plugin notices and plugin repository) via https instead of http.
8671

8772
### Bug fixes
8873

@@ -105,6 +90,9 @@
10590
* [#2226](https://github.com/foosel/OctoPrint/issues/2226) - Handle `No Line Number with checksum, Last Line: ...` errors from the firmware.
10691
* [#2233](https://github.com/foosel/OctoPrint/pull/2233) - Respond with `411 Length Required` when content length is missing on file uploads.
10792
* [#2242](https://github.com/foosel/OctoPrint/issues/2242) - Fixed an issue where print time left could show "1 days" instead of "1 day".
93+
* [#2262](https://github.com/foosel/OctoPrint/issues/2262) (regression) - Fixed a bug causing `Error:checksum mismatch, Last Line: ...` errors from the firmware to be handled incorrectly.
94+
* [#2267](https://github.com/foosel/OctoPrint/issues/2267) (regression) - Fixed a bug causing the GCODE viewer to not get properly initialized due to a JS error on load if "Also show next layer" was selected.
95+
* [#2268](https://github.com/foosel/OctoPrint/issues/2268) (regression) - Fixed a bug causing a display error with the temperature offsets. If one offset was changed, all others seemed to revert back to 0.
10896
* Fixed cleanup of unrendered timelapses with certain names.
10997
* Fixed a caching issue with the file list API and the slicing API.
11098
* Fixed initial sizing of the temperature graph.
@@ -122,8 +110,18 @@
122110
* Virtual printer: Fix resend simuation.
123111
* Docs: Fixed CSS of line numbered listings.
124112
* Docs: Updated mermaid to fix a deprecation warning.
113+
* Fixed ordering of plugin assets, should be alphabetical based on the plugin identifier. (regression)
114+
* Fixed an issue causing redundant software update configuration settings to be written to `config.yaml`, in turn causing issues when downgrading to <1.3.5. (regression)
115+
* Fixed an issue detecting whether the installed version is a release version or a development version. (regression)
125116

126-
([Commits](https://github.com/foosel/OctoPrint/compare/1.3.5...1.3.6rc1))
117+
### More Information
118+
119+
* [Commits](https://github.com/foosel/OctoPrint/compare/1.3.5...1.3.6)
120+
* Release Candidates:
121+
* [1.3.5rc1](https://github.com/foosel/OctoPrint/releases/tag/1.3.6rc1)
122+
* [1.3.5rc2](https://github.com/foosel/OctoPrint/releases/tag/1.3.6rc2)
123+
* [1.3.5rc3](https://github.com/foosel/OctoPrint/releases/tag/1.3.6rc3)
124+
* A special **Thank you!** to everyone who reported back on these release candidates this time: [andrivet](https://github.com/andrivet), [b-morgan](https://github.com/b-morgan), [bjarchi](https://github.com/bjarchi), [chippypilot](https://github.com/chippypilot), [ChrisHeerschap](https://github.com/ChrisHeerschap), [cosmith71](https://github.com/cosmith71), [Crowlord](https://github.com/Crowlord), [ctgreybeard](https://github.com/ctgreybeard), [fiveangle](https://github.com/fiveangle), [goeland86](https://github.com/goeland86), [jbjones27](https://github.com/jbjones27), [jneilliii](https://github.com/jneilliii), [JohnOCFII](https://github.com/JohnOCFII), [Kunsi](https://github.com/Kunsi), [Lordxv](https://github.com/Lordxv), [malnvenshorn](https://github.com/malnvenshorn), [mcp5500](https://github.com/mcp5500), [ntoff](https://github.com/ntoff), [ripp2003](https://github.com/ripp2003) and [schorsch3000](https://github.com/schorsch3000)
127125

128126
## 1.3.5 (2017-10-16)
129127

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
OctoPrint provides a snappy web interface for controlling consumer 3D printers. It is Free Software
66
and released under the [GNU Affero General Public License V3](http://www.gnu.org/licenses/agpl.html).
77

8-
Its website can be found at [octoprint.org](http://octoprint.org).
8+
Its website can be found at [octoprint.org](https://octoprint.org/?utm_source=github&utm_medium=readme).
99

1010
The documentation is located at [docs.octoprint.org](http://docs.octoprint.org).
1111

12-
The official plugin repository can be reached at [plugins.octoprint.org](http://plugins.octoprint.org).
12+
The official plugin repository can be reached at [plugins.octoprint.org](https://plugins.octoprint.org/?utm_source=github&utm_medium=readme).
1313

14-
OctoPrint's development wouldn't be possible without the [financial support by its community](http://octoprint.org/support-octoprint/).
15-
If you enjoy OctoPrint, please consider becoming a regular supporter!
14+
**OctoPrint's development wouldn't be possible without the [financial support by its community](https://octoprint.org/support-octoprint/?utm_source=github&utm_medium=readme).
15+
If you enjoy OctoPrint, please consider becoming a regular supporter!**
1616

1717
![Screenshot](http://i.imgur.com/dF3noFp.png)
1818

@@ -29,7 +29,7 @@ Contributions of all kinds are welcome, not only in the form of code but also wi
2929
[official documentation](http://docs.octoprint.org/) or [the public wiki](https://github.com/foosel/OctoPrint/wiki), support
3030
of other users in the [bug tracker](https://github.com/foosel/OctoPrint/issues),
3131
[the Mailinglist](https://groups.google.com/group/octoprint) or
32-
[the G+ Community](https://plus.google.com/communities/102771308349328485741) and also [financially](http://octoprint.org/support-octoprint/).
32+
[the G+ Community](https://plus.google.com/communities/102771308349328485741) and also [financially](https://octoprint.org/support-octoprint/?utm_source=github&utm_medium=readme).
3333

3434
If you think something is bad about OctoPrint or its documentation the way it is, please help
3535
in any way to make it better instead of just complaining about it -- this is an Open Source Project

SUPPORTERS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ thanks to everyone who contributed!
3636
* Kazuhiro Ogura
3737
* Makespace Madrid
3838
* Marcus Ackermann
39-
* Mark Qvist
4039
* Mark Walker
4140
* Michael Aumock
4241
* Miles Flavel
@@ -46,7 +45,7 @@ thanks to everyone who contributed!
4645
* Patrick McGinnis
4746
* Peter Schmehl
4847
* PRINT3Dforum.com
49-
* Robert Gusek
48+
* Randy C. Will
5049
* Roger Strolz
5150
* Roy Cortes
5251
* Samer Najia
@@ -59,4 +58,4 @@ thanks to everyone who contributed!
5958
* Timeshell.ca
6059
* Trent Shumay
6160

62-
and 1143 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel)!
61+
and 1062 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel)!

0 commit comments

Comments
 (0)