CHANGELOG.rst 2.6 KB

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