Dez 122019
Wie immer schreibe ich den Changelog mit den direkten Verlinkungen zu den Improvements und den Bugfixes rein. Ich bin gespannt was die finale Version erscheinen wird und wie dann die Auslastung auf dem Raspberry sein wird. Wobei das nicht ausschlaggebend ist da das System sowieso wenig Ressources benötigt, aber rein Interesse halber ist es gut zu wissen, ob es Verbesserungen oder Verschlechterungen gibt. Ich halte Euch hier auf den laufenden.
Improvements
- #3367 – Ensure that static CSS and JS files always get the correct MIME Type associated, to work around issues when installed under Windows 10 with invalid entries in the registry triggering strict MIME checking
- #3381 – Continue to support request parameters on the
/api/login
endpoint for now for backwards compatibility with API clients that still use things like/api/login?passive=true
, e.g. older versions of Printoid - Remove a left-over comment from the Python 3 migration
Bug fixes
- #3365 (regression) – Fix permissions of global API key
- #3366 (regression) – Appkeys: Fix issue causing 500/internal server error
- #3370 (regression) – Fix issue causing lost session in case of a client IP change
- #3371 – Python 3: Fix calculation of
rolling_window
in print time estimator - #3375 – Fix
abort
support forSimpleApiPlugin
implementations - #3384 – Python 3: Fix login using HTTP Basic Auth
- #3385 – Python 3: Fix serial port auto detection
- #3388 – Granular permission system: Fix extruder controls being visible without control permission
- Fix a unicode issue under Windows (regression)