From 5da52b6c57ae3e232dba1382a6a3dd2adab34d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 12 Jun 2015 17:30:32 +0200 Subject: [PATCH] Preparing release of 1.2.0-rc2 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1822f7e5..7cf61518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,9 @@ * OctoPrint now has a [plugin system](http://docs.octoprint.org/en/devel/plugins/index.html) which allows extending its core functionality. Plugins may be installed through the new Plugin Manager available in OctoPrint's settings. This Plugin Manager also allows browsing and easy installation of plugins registered on the official - [OctoPrint Plugin Repository](http://plugins.octoprint.org). + [OctoPrint Plugin Repository](http://plugins.octoprint.org). For interested developers there is a + [tutorial available in the documentation](http://docs.octoprint.org/en/master/plugins/gettingstarted.html) and also a + [cookiecutter template](https://github.com/OctoPrint/cookiecutter-octoprint-plugin) to quickly bootstrap new plugins. * New type of API key: [App Session Keys](http://docs.octoprint.org/en/devel/api/apps.html) for trusted applications * Printer Profiles: Printer properties like print volume, extruder offsets etc are now managed via Printer Profiles. A connection to a printer will always have a printer profile associated. @@ -194,6 +196,10 @@ * Fixed another instance of a missing `branch` field in version dicts generated by versioneer (compare [#634](https://github.com/foosel/OctoPrint/pull/634)). Caused an issue when installing from source archive downloaded from Github. + * [#931](https://github.com/foosel/OctoPrint/issues/931) - Adjusted `octoprint_setuptools` to be compatible to older + versions of setuptools potentially site-wide installed on hosts. + * Plugin Manager supports installing plugins that need `--process-dependency-links` as `pip` argument. This might be + necessary when plugins depend on (patched) library versions that are not yet released on PyPI * Various fixes without tickets: * GCODE viewer now doesn't stumble over completely extrusionless GCODE files * Do not deliver the API key on settings API unless user has admin rights