File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,18 @@ 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 2.1.15).
7
7
8
- ## [Unreleased]
8
+ ## [2.2.0] - 2023-11-17
9
9
10
- ### Changed
10
+ ### Changed
11
+
12
+ - Using zimscraperlib 2.0.0 (#171)
13
+ - Using python 3.10 + debian bookworm (dropped support for older Python versions) (#180)
14
+ - Adopt Python bootstrap conventions (including hatch) (#180)
15
+
16
+ ### Fixed
11
17
12
18
- Fixed local path media (profile, banner) not working (#178)
19
+ - Unset `metadata_from` in `youtube2zim-playlists` (#185)
13
20
14
21
## [2.1.18] - 2022-11-09
15
22
@@ -203,4 +210,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203
210
- Get playlist or user channel (and playlist of user) from youtube
204
211
- the most view video is show on top and bigger
205
212
- --lowquality option for downloading in mp4 and re-encode aggressively in webm
206
-
Original file line number Diff line number Diff line change 1
- __version__ = "2.2.0-dev0 "
1
+ __version__ = "2.2.0"
You can’t perform that action at this time.
0 commit comments