CHANGELOG.rst 1.8 KB

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