CHANGELOG.rst 1.6 KB

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