~~~~~~~~~~~~~~~~
- 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.