CHANGELOG.rst 1.7 KB

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