CHANGELOG.rst 2.9 KB

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