This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,32 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.1.0] - 2023-02-07
9+
10+ ### Added
11+
12+ - Added utility to change the video range flag between full(pc) and limited(tv).
13+ - Added utility to test decoding of video and audio streams using FFmpeg.
14+ - Added CHANGELOG.md
15+
16+ ### Changed
17+
18+ - The services and profiles listed by ` auth list ` are now sorted alphabetically.
19+ - An explicit error is now logged when adding a Cookie to a Service under a duplicate name.
20+
21+ ### Fixed
22+
23+ - Corrected the organization name across the project from ` devine ` to ` devine-dl ` as ` devine ` was taken.
24+ - Fixed startup crash if the config was not yet created or was blank.
25+ - Fixed crash when using the ` cfg ` command to set a config option on new empty config files.
26+ - Fixed crash when loading key vaults during the ` dl ` command.
27+ - Fixed crash when using the ` auth list ` command when you do not have a ` Cookies ` data directory.
28+ - Fixed crash when adding a Cookie using ` auth add ` to a Service that has no directory yet.
29+ - Fixed crash when adding a Credential using ` auth add ` when it's the first ever credential, or first for the Service.
30+
831## [ 1.0.0] - 2023-02-06
932
1033Initial public release under the name Devine.
1134
35+ [ 1.1.0 ] : https://github.com/devine-dl/devine/releases/tag/v1.1.0
1236[ 1.0.0 ] : https://github.com/devine-dl/devine/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments