File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.22.0] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.22.0 ) - 2022-10-12
8
+ - Add CI checks for migrations and translations. #184 (by [ @merwok ] ( https://github.com/merwok ) in #186 )
9
+ - Add option for list filter quick remove. #181 (by [ @merwok ] ( https://github.com/merwok ) in #183 )
10
+ - [ css] Fix left/right scrolling broken with django-import-export. #165
11
+ - [ html] Fix duplicated welcome message. #185
12
+
7
13
## [ 0.21.0] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.21.0 ) - 2022-10-06
8
14
- Add language chooser control option (default select, minimal select). #136
9
15
- Add option to make active list filters more visible. #174 (by [ @merwok ] ( https://github.com/merwok ) in #178 )
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- __version__ = "0.21 .0"
3
+ __version__ = "0.22 .0"
You can’t perform that action at this time.
0 commit comments