From 4296b49570037cba5dd2e918880eee71945b381b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 31 Aug 2014 22:52:18 +0200 Subject: [PATCH] Some first entries into the release notes list for the next release (WIP) --- RELEASE-NOTES.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c3b095a7..70661a53 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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