CHANGELOG.rst 2.4 KB

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