CHANGELOG.rst 2.4 KB

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