Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.6 KB

CHANGELOG.rst

File metadata and controls

59 lines (40 loc) · 1.6 KB

Change log

Next version

2.3 (2024-09-24)

  • Added support for merging apps.
  • Reinstated the support for filtering the dashboard by app_label.
  • Added an AppConfig class which automatically sets admin.site.enable_nav_sidebar = False. The quickpanel replaces the sidebar.
  • Minimally reduce the size of the triangle.
  • Started raising an ImproperlyConfigured exception when encountering a FHADMIN_GROUPS configuration without FHADMIN_GROUPS_REMAINING.
  • Added Python 3.12, Django 4.2, Django 5.1.
  • Tweaked the styles a bit.
  • Avoided navigating to the admin index when clicking the main title, expand the panel instead.

2.2 (2022-02-24)

  • Added a testsuite and CI using GitHub actions.
  • Simplified the implementation while taking advantage of new functionality in Django.
  • Made the quickpanel available on the index page too by removing useless animations and implementing the JavaScript without jQuery.

2.1 (2022-02-24)

  • Simplified the data structure of the groups configuration.

2.0 (2022-02-24)

  • Dropped support for Django < 3.2, Python < 3.8.
  • Fixed and reduced the CSS code.
  • Amended the default module groups a bit.

1.4.2 (2018-11-26)

  • No release notes.