CHANGELOG.rst 1.8 KB

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