Some more entries into the Changelog, trying to get up to date...

This commit is contained in:
Gina Häußge 2014-09-04 08:30:36 +02:00
parent 33bf487a1c
commit 85c170712a

View file

@ -1,6 +1,6 @@
# OctoPrint Changelog # OctoPrint Changelog
## 1.2.0 (In Development) ## 1.2.0 - Unreleased
### New Features ### New Features
@ -14,19 +14,26 @@
- Romanian (ro) - Romanian (ro)
* New file list: Pagination is gone, no more (mobile incompatible) pop overs, instead scrollable and with instant * New file list: Pagination is gone, no more (mobile incompatible) pop overs, instead scrollable and with instant
search search
* You can now define a folder (default: `~/.octoprint/watched`) to be watched for newly added GCODE (or -- if slicing
support is enabled -- STL) files to automatically add.
### Improvements ### Improvements
* Logging is now configurable via config file * Logging is now configurable via config file
* Added last print time to additional GCODE file information * Added last print time to additional GCODE file information
* Better error handling for capture issues during timelapse creation & more robust handling of missing images during
timelapse creation
* Start counting the layers at 1 instead of 0 in the GCODE viewer
* Upgraded [Font Awesome](https://fortawesome.github.io/Font-Awesome/) to version 3.2.1
* Better error reporting for timelapse rendering and system commands
* Supports
### Bug Fixes ### Bug Fixes
* [#435](https://github.com/foosel/OctoPrint/issues/435) - Always interpret negative duration (e.g. for print time left) * [#435](https://github.com/foosel/OctoPrint/issues/435) - Always interpret negative duration (e.g. for print time left)
as 0 as 0
## 1.1.0 - 2014-09-03
## 1.1.0
### New Features ### New Features