Some first entries into the release notes list for the next release (WIP)
This commit is contained in:
parent
95f084fb36
commit
4296b49570
1 changed files with 24 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue