Some first entries into the release notes list for the next release (WIP)

This commit is contained in:
Gina Häußge 2014-08-31 22:52:18 +02:00
parent 95f084fb36
commit 4296b49570

View file

@ -1,5 +1,29 @@
# OctoPrint Release Notes
## 1.2.0 (In Development)
### New Features
* Added internationalization of UI. Translations of OctoPrint are being crowd sourced via [Transifex](https://www.transifex.com/projects/p/octoprint/).
The following translations are already available with more in the works:
- German (de)
- French (fr)
- Hebrew (he)
- Romanian (ro)
* New file list: Pagination is gone, no more (mobile incompatible) pop overs, instead scrollable and with instant
search
### Improvements
* Logging is now configurable via config file
* Added last print time to additional GCODE file information
### Bug Fixes
* [#435](https://github.com/foosel/OctoPrint/issues/435) - Always interpret negative duration (e.g. for print time left)
as 0
## 1.1.0
### New Features