Merge branch 'maintenance' into devel
# Conflicts: # CHANGELOG.md # src/octoprint/translations/de/LC_MESSAGES/messages.mo # src/octoprint/translations/de/LC_MESSAGES/messages.po # translations/de/LC_MESSAGES/messages.mo # translations/de/LC_MESSAGES/messages.po # translations/messages.pot
This commit is contained in:
commit
8ff1834442
2 changed files with 20 additions and 6 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -104,6 +104,24 @@
|
|||
|
||||
([Commits](https://github.com/foosel/OctoPrint/compare/1.2.16...1.3.0rc1))
|
||||
|
||||
## 1.2.18rc1 (2016-11-22)
|
||||
|
||||
### Improvements
|
||||
|
||||
* Allow arbitrary frame rates for creating timelapses. Before, the entered fps value was also directly used as frame rate for the actual video, which could cause problems with any frame rates not specified in the MPEG2 standard. Now OctoPrint will use a standard frame rate for the rendered video and render the timelapse stills into the finished movie with the configured frame rate.
|
||||
* Limited Cura profile importer to `.ini` files and clarified the supported versions
|
||||
* Add support for the `R` parameter for `M109` and `M190`
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* [#1541](https://github.com/foosel/OctoPrint/issues/1541) - Fix selecting the printer profile to use by default
|
||||
* [#1543](https://github.com/foosel/OctoPrint/issues/1543) - Fix target temperature propagation from communication layer
|
||||
* [#1567](https://github.com/foosel/OctoPrint/issues/1567) - Fix issue with restricted settings getting parsed to the wrong data structure in the frontend if loaded anonymously first.
|
||||
* [#1571](https://github.com/foosel/OctoPrint/issues/1571) - Fix parsing of port number from HTTP Host header for IPv6 addresses
|
||||
* Fix issue with settings restriction causing internal settings defaults to be changed.
|
||||
|
||||
([Commits](https://github.com/foosel/OctoPrint/compare/1.2.17...1.2.18))
|
||||
|
||||
## 1.2.17 (2016-11-08)
|
||||
|
||||
### Improvements
|
||||
|
|
|
|||
|
|
@ -33,27 +33,22 @@ thanks to everyone who contributed!
|
|||
* Gary Deen
|
||||
* Gary N McKinney
|
||||
* George Robles
|
||||
* Gregor Lütolf
|
||||
* J. Eckert
|
||||
* Jason Galarneau
|
||||
* Joe Korzeniewski
|
||||
* Josh Daniels
|
||||
* Joshua David Gregory
|
||||
* Kaile Riser
|
||||
* Kale Stedman
|
||||
* Kazuhiro Ogura
|
||||
* Korneel Bullens
|
||||
* Lamin Kivelä
|
||||
* M Khorakiwala
|
||||
* Makespace Madrid
|
||||
* Mark Lane
|
||||
* Mark Qvist
|
||||
* Mark Walker
|
||||
* Masayoshi Mitsui
|
||||
* Michael Aumock
|
||||
* Michael McDargh Sr
|
||||
* Miles Flavel
|
||||
* Nikolai Langer
|
||||
* Noe Ruiz
|
||||
* Patrick McGinnis
|
||||
* Peter Grace
|
||||
|
|
@ -68,10 +63,11 @@ thanks to everyone who contributed!
|
|||
* Shane Ekerbicer
|
||||
* Simon Hallam
|
||||
* Stefan Krister
|
||||
* Stephane Schittly
|
||||
* Steven Pearson
|
||||
* Sven Mueller
|
||||
* Terrance Shaw
|
||||
* Thomas Hatley
|
||||
* Trent Shumay
|
||||
|
||||
and 968 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel)!
|
||||
and 989 more wonderful people pledging on the [Patreon campaign](https://patreon.com/foosel)!
|
||||
|
|
|
|||
Loading…
Reference in a new issue