CHANGELOG.rst 3.6 KB

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