File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,17 @@ All notable changes to this project are documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) (as of version 1.5.0).
7
7
8
+ ## [ 1.6.1] - 2022-07-26
9
+
10
+ ### Changed
11
+
12
+ - Wider range of accepted lxml dependency version as 4.9.1 fixes a security issue
13
+
8
14
## [ 1.6.0] - 2022-05-23
9
15
10
16
## Added
11
17
12
- - ` Archive.get_metadata_item() ` to retrieve full item instead of just value
18
+ - ` Archive.get_metadata_item() ` to retrieve full item instead of just value
13
19
14
20
### Changed
15
21
Original file line number Diff line number Diff line change 1
- iso-639 == 0.4.5
1
+ iso-639 == 0.4.5
2
2
requests >= 2.25.1 ,< 3.0
3
3
colorthief == 0.2.1
4
4
python-resize-image >= 1.1.19 ,< 1.2
5
5
Babel >= 2.9 ,< 3.0
6
6
file-magic >= 0.4.0 ,< 0.5
7
7
libzim >= 1.1.0 ,< 1.2
8
8
beautifulsoup4 >= 4.9.3 ,< 4.10
9
- lxml >= 4.6.3 ,< 4.7
9
+ lxml >= 4.6.3 ,< 4.10
10
10
optimize-images >= 1.3.6 ,< 1.6
11
11
# youtube-dl should be updated as frequently as possible
12
12
youtube_dl
Original file line number Diff line number Diff line change 1
- 1.6.0
1
+ 1.6.1
You can’t perform that action at this time.
0 commit comments