- Added support for merging apps.
- Reinstated the support for filtering the dashboard by
app_label
. - Added an
AppConfig
class which automatically setsadmin.site.enable_nav_sidebar = False
. The quickpanel replaces the sidebar. - Minimally reduce the size of the triangle.
- Started raising an
ImproperlyConfigured
exception when encountering aFHADMIN_GROUPS
configuration withoutFHADMIN_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.