Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 725480a

Browse files
author
rlaphoenix
committed
Update Changelog for v1.3.1
1 parent da1beae commit 725480a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.1] - 2023-02-23
9+
10+
### Fixed
11+
12+
- Fixed a regression where the `track.path` was only updated for `Descriptor.URL` downloads if it had DRM. This caused
13+
downloads of subtitles or DRM-free tracks using the `URL` descriptor to be broken (#33).
14+
- Fixed a regression where `title` and `track` were not passed to the Service's functions for getting Widevine Service
15+
Certificates and Widevine Licenses.
16+
- Corrected the Cookie Path that was logged when adding cookies with `devine auth add`.
17+
- The Config data is now defaulted to an empty dictionary when completely empty or non-existent. This fixes a crash if
18+
you try to use `devine auth add` without a config file.
19+
820
## [1.3.0] - 2023-02-22
921

1022
## Deprecated
@@ -124,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124136

125137
Initial public release under the name Devine.
126138

139+
[1.3.1]: https://github.com/devine-dl/devine/releases/tag/v1.3.1
127140
[1.3.0]: https://github.com/devine-dl/devine/releases/tag/v1.3.0
128141
[1.2.0]: https://github.com/devine-dl/devine/releases/tag/v1.2.0
129142
[1.1.0]: https://github.com/devine-dl/devine/releases/tag/v1.1.0

0 commit comments

Comments
 (0)