CHANGELOG.rst 2.5 KB

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