Skip to content

Commit 8374b6a

Browse files
committedNov 17, 2023
Release 2.2.0
1 parent e596218 commit 8374b6a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
 

‎CHANGELOG

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 2.1.15).
77

8-
## [Unreleased]
8+
## [2.2.0] - 2023-11-17
99

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
1117

1218
- Fixed local path media (profile, banner) not working (#178)
19+
- Unset `metadata_from` in `youtube2zim-playlists` (#185)
1320

1421
## [2.1.18] - 2022-11-09
1522

@@ -203,4 +210,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203210
- Get playlist or user channel (and playlist of user) from youtube
204211
- the most view video is show on top and bigger
205212
- --lowquality option for downloading in mp4 and re-encode aggressively in webm
206-

‎src/youtube2zim/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0-dev0"
1+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.