CHANGELOG.rst 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Changelog
  2. =========
  3. 0.0.9
  4. -----
  5. * [Feature] Replace sidemenu scrollbars with Mac-like ones
  6. * [Feature] Added dashboard reset button
  7. * [Feature] Updated sidebar links ui
  8. * [Fix] Fixed filter submit block text alignment
  9. * [Fix] Made boolean field icon style global
  10. * [Fix] Fixed metrics requests timezone to be TIME_ZONE from settings
  11. 0.0.8
  12. -----
  13. * Change license to GPLv2
  14. 0.0.7
  15. -----
  16. * [Feature] Added Google Analytics visitors totals dashboard widget
  17. * [Feature] Added Google Analytics visitors chart dashboard widget
  18. * [Feature] Added Google Analytics period visitors dashboard widget
  19. * [Feature] Added Yandex Metrika visitors totals dashboard widget
  20. * [Feature] Added Yandex Metrika visitors chart dashboard widget
  21. * [Feature] Added Yandex Metrika period visitors dashboard widget
  22. * [Feature] Animated ajax loaded modules height on load
  23. * [Feature] Added initial docs
  24. * [Feature] Added ability to use custom checkboxes without labels styled
  25. * [Feature] Added ability to specify optional modules urls
  26. * [Feature] Added pop/update module settings methods
  27. * [Feature] Added module contrast style
  28. * [Feature] Added module custom style property
  29. * [Feature] Pass module to module settings form
  30. * [Feature] Set dashboard widgets minimum width
  31. * [Feature] Added dashboard widgets class helpers
  32. * [Fix] Fixed toggle all checkbox
  33. * [Fix] Fixed 500 when module class cannot be loaded
  34. * [Fix] Fixed datetime json encoder
  35. * [Fix] Fixed double shadow for tables in dashboard modules
  36. * [Fix] Fixed tables forced alignment
  37. * [Fix] Fixed dashboard ul layout
  38. * [Fix] Fixed language code formatting for js
  39. * [Fix] Fixed 500 when adding module if no module type specified
  40. 0.0.6
  41. -----
  42. * [Feature] Added initial unit tests
  43. * [Fixes] Compatibility fixes
  44. 0.0.5
  45. -----
  46. * [Feature] Added ability to set your own branding in the top of the sidebar
  47. 0.0.4
  48. -----
  49. * [Feature] Added Python 3 support
  50. 0.0.1
  51. -----
  52. * Initial release