CHANGELOG.rst 2.0 KB

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