Skip to content

Commit 061c2ee

Browse files
committed
Release 3.0.1
1 parent 0867313 commit 061c2ee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ 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+
## [3.0.1] - 2024-08-13
9+
10+
### Fixed
911

10-
### Changed
1112
- Disable preloading of subtitles in video.js in `zimui` (#38)
1213
- Fix scraper to exit properly when `Too much videos failed to download` exceptions are raised (#285)
1314
- Clean up temporary files properly in case of exceptions during scraper run (#288)
1415
- Implement infinite scroll for video/playlist lists and add loading spinners in `zimui` (#284)
16+
- Update video.JS to 8.17.3, brings support for Chrome 58 and 59 (#275)
1517

1618
## [3.0.0] - 2024-07-29
1719

scraper/src/youtube2zim/__about__.py

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

0 commit comments

Comments
 (0)