12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- Changelog
- =========
- 0.0.9
- -----
- * [Feature] Replace sidemenu scrollbars with Mac-like ones
- * [Feature] Added dashboard reset button
- * [Feature] Updated sidebar links ui
- * [Fix] Fixed filter submit block text alignment
- * [Fix] Made boolean field icon style global
- * [Fix] Fixed metrics requests timezone to be TIME_ZONE from settings
- 0.0.8
- -----
- * Change license to GPLv2
- 0.0.7
- -----
- * [Feature] Added Google Analytics visitors totals dashboard widget
- * [Feature] Added Google Analytics visitors chart dashboard widget
- * [Feature] Added Google Analytics period visitors dashboard widget
- * [Feature] Added Yandex Metrika visitors totals dashboard widget
- * [Feature] Added Yandex Metrika visitors chart dashboard widget
- * [Feature] Added Yandex Metrika period visitors dashboard widget
- * [Feature] Animated ajax loaded modules height on load
- * [Feature] Added initial docs
- * [Feature] Added ability to use custom checkboxes without labels styled
- * [Feature] Added ability to specify optional modules urls
- * [Feature] Added pop/update module settings methods
- * [Feature] Added module contrast style
- * [Feature] Added module custom style property
- * [Feature] Pass module to module settings form
- * [Feature] Set dashboard widgets minimum width
- * [Feature] Added dashboard widgets class helpers
- * [Fix] Fixed toggle all checkbox
- * [Fix] Fixed 500 when module class cannot be loaded
- * [Fix] Fixed datetime json encoder
- * [Fix] Fixed double shadow for tables in dashboard modules
- * [Fix] Fixed tables forced alignment
- * [Fix] Fixed dashboard ul layout
- * [Fix] Fixed language code formatting for js
- * [Fix] Fixed 500 when adding module if no module type specified
- 0.0.6
- -----
- * [Feature] Added initial unit tests
- * [Fixes] Compatibility fixes
- 0.0.5
- -----
- * [Feature] Added ability to set your own branding in the top of the sidebar
- 0.0.4
- -----
- * [Feature] Added Python 3 support
- 0.0.1
- -----
- * Initial release
|