* Added more details in the changelist table (in addition to what is configured in ``REDISBOARD_DETAIL_FILTERS``). * Made some of the details in the changelist table more compact.
8.3.1
------------------
* Add missing dependency on ``attrs``.
8.3.0
------------------
* Added a bunch of links to Change/Inspect/Details in various pages and cleaned up code some more. * Improved simplified/styling a bit.
8.2.2
------------------
* Fix broken missing key check for databases different than the default one (usually 0) and render a full page instead of a text/plain 404.
8.2.1
------------------
* Fixed issue with key stats being empty for databases different than the default one (usually 0). Turns out pipelines open up a new connection and need a select call.
8.2.0
------------------
* Added a full details page. * Added some headings in inspect pages. * Fixed model name in breadcrumbs. * Fixed empty media in inspect pages. * Fixed inspect page giving 500 error for unavailable servers.