CHANGELOG.rst 1.6 KB

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