CHANGELOG.rst 1.7 KB

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