***Cli**: New cli tool for downloading and updating plugins
***Annotations**: Annotations can now contain links that can be clicked (you can navigate on to annotation popovers), closes [#1588](https://github.com/grafana/grafana/issues/1588)
***Plugin API**: Both datasource and panel plugin api (and plugin.json schema) have been updated, requiring an update to plugins. See [plugin api](https://github.com/grafana/grafana/blob/master/public/app/plugins/plugin_api.md) for more info.
...
...
@@ -21,6 +22,7 @@
***Admin**: Admin can now have global overview of Grafana setup, closes [#3812](https://github.com/grafana/grafana/issues/3812)
***graph**: Right side legend height is now fixed at row height, closes [#1277](https://github.com/grafana/grafana/issues/1277)
***Table**: All content in table panel is now html escaped, closes [#3673](https://github.com/grafana/grafana/issues/3673)
***graph**: Template variables can now be used in TimeShift and TimeFrom, closes[#1960](https://github.com/grafana/grafana/issues/1960)
### Bug fixes
***Playlist**: Fix for memory leak when running a playlist, closes [#3794](https://github.com/grafana/grafana/pull/3794)
<selectclass="gf-form-input"ng-model="current.auto_count"ng-options="f for f in [2,3,4,5,10,20,30,40,50,100,200,300,400,500]"ng-change="runQuery()"></select>
</div>
</div>
<divclass="gf-form">
<spanclass="gf-form-label"ng-show="current.auto">
Auto interval min value <tip>The calculated value will not go below this threshold</tip>
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.jsonData.tsdbVersion"ng-options="v.value as v.name for v in ctrl.tsdbVersions"></select>