From ee1b8a8126d22da363c07d8c677ead904bb151dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20B=C3=B6hning?= <1497707+bohning@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:48:55 +0100 Subject: [PATCH 1/2] Update changelog. --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b5be10..fa6f3481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,21 @@ - + # Changes +## Fixes + +- The check for existing / outdated local resources has been improved to account for different precisions of modified times for different file systems. +- Provide binaries for Intel-based MacOS systems. +- YouTube logged-in cookies are now used for age-restricted resources. + ## Features - Song tags are no longer parsed from comments, but instead from meta tags (Use `%2C` as separation, e.g. `tags=explicit%2C80s%2CSoundtrack). See https://github.com/bohning/usdb_syncer/wiki/Meta-Tags for a full list of supported tags. - - - -# Changes - -## Features - - The UltraStar format version can now be specified in the settings (see https://usdx.eu/format/). +- The number of download threads and the per-thread bandwidth limit for Youtube can be configured in the settings. From ed12dccc05922f0a9d6d77b70690896900b4fb88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20B=C3=B6hning?= <1497707+bohning@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:00:47 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6f3481..d8f0991b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ supported tags. - The UltraStar format version can now be specified in the settings (see https://usdx.eu/format/). - The number of download threads and the per-thread bandwidth limit for Youtube can be configured in the settings. +- Option to embed artwork into video files (mp4).