Skip to content

Commit e10c760

Browse files
author
Andy
committed
feat(release): Bump version to 1.4.2 and update changelog with new features and fixes
1 parent 990084a commit e10c760

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.2] - 2025-08-14
9+
10+
### Added
11+
12+
- **Session Management for API Requests**: Enhanced API reliability with retry logic
13+
- Implemented session management for tags functionality with automatic retry mechanisms
14+
- Improved API request stability and error handling
15+
- **Series Year Configuration**: New `series_year` option for title naming control
16+
- Added configurable `series_year` option to control year inclusion in series titles
17+
- Enhanced YAML configuration with series year handling options
18+
- **Audio Language Override**: New audio language selection option
19+
- Added `audio_language` option to override default language selection for audio tracks
20+
- Provides more granular control over audio track selection
21+
- **Vault Key Reception Control**: Enhanced vault security options
22+
- Added `no_push` option to Vault and its subclasses to control key reception
23+
- Improved key management security and flexibility
24+
25+
### Changed
26+
27+
- **HLS Segment Processing**: Enhanced segment retrieval and merging capabilities
28+
- Enhanced segment retrieval to allow all file types for better compatibility
29+
- Improved segment merging with recursive file search and fallback to binary concatenation
30+
- Fixed issues with VTT files from HLS not being found correctly due to format changes
31+
- Added cleanup of empty segment directories after processing
32+
- **Documentation**: Updated README.md with latest information
33+
34+
### Fixed
35+
36+
- **Audio Track Selection**: Improved per-language logic for audio tracks
37+
- Adjusted `per_language` logic to ensure correct audio track selection
38+
- Fixed issue where all tracks for selected language were being downloaded instead of just the intended ones
39+
840
## [1.4.1] - 2025-08-08
941

1042
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "unshackle"
7-
version = "1.4.1"
7+
version = "1.4.2"
88
description = "Modular Movie, TV, and Music Archival Software."
99
authors = [{ name = "unshackle team" }]
1010
requires-python = ">=3.10,<3.13"

unshackle/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.1"
1+
__version__ = "1.4.2"

0 commit comments

Comments
 (0)