From 6171c76199f5def65260d3015347e74074e6c850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 3 Sep 2014 11:30:00 +0200 Subject: [PATCH] Renamed RELEASE-NOTES.md to CHANGELOG.md, added note regarding new version format --- RELEASE-NOTES.md => CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename RELEASE-NOTES.md => CHANGELOG.md (95%) diff --git a/RELEASE-NOTES.md b/CHANGELOG.md similarity index 95% rename from RELEASE-NOTES.md rename to CHANGELOG.md index c3b095a7..02299b00 100644 --- a/RELEASE-NOTES.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# OctoPrint Release Notes +# OctoPrint Changelog ## 1.1.0 @@ -28,7 +28,9 @@ * Support for circular beds in the GCODE viewer ([#407](https://github.com/foosel/OctoPrint/pull/407)) * The dimensions of the print bed can now be configured via the Settings ([#396](https://github.com/foosel/OctoPrint/pull/396)) * Target temperature reporting format of Repetier Firmware is now supported as well ([360](https://github.com/foosel/OctoPrint/issues/360)) -* Version tracking now based on git tagging and [versioneer](https://github.com/warner/python-versioneer/). +* Version tracking now based on git tagging and [versioneer](https://github.com/warner/python-versioneer/). Version number, + git commit and branch get reported in the format `--g ( branch)`, + e.g. `1.2.0-dev-172-ga48b5de (devel branch)`. * Made "Center viewport on model" and "Zoom in on model" in the GCODE viewer automatically deselect and de-apply if viewport gets manipulated by the user ([#398](https://github.com/foosel/OctoPrint/issues/398)) * GCODE viewer now interprets inverted axes for printer control and mirrors print bed accordingly ([#431](https://github.com/foosel/OctoPrint/issues/431))