From 83b8361f1910f28cf85761905f298a55f6f1ef3e Mon Sep 17 00:00:00 2001 From: "Abdul.Mohsen B. A. A" Date: Wed, 18 Jun 2025 19:30:10 +0000 Subject: [PATCH] updated changelog. --- CHANGELOG-dev.json | 13 +++++-- CHANGELOG-master.json | 84 +++++++++++++++++++++++++++++++++++++++++++ CHANGELOG.json | 84 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 178 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-dev.json b/CHANGELOG-dev.json index 209e56f5..02158491 100644 --- a/CHANGELOG-dev.json +++ b/CHANGELOG-dev.json @@ -1,8 +1,15 @@ [ { - "tag": "dev-20250618-8a3673bc", - "date": "2025-06-18T16:58:58+00:00", + "tag": "dev-20250618-f5070885", + "date": "2025-06-18T19:08:11+00:00", "commits": [ + { + "sha": "f5070885", + "message": "As we no longer need to update each time yt-dlp updates, we going to use simver", + "author": "arabcoders", + "date": "2025-06-18T19:08:11+00:00", + "full_sha": "f50708852a06e3593f1cdc52281a2e7f4e18774d" + }, { "sha": "8a3673bc", "message": "added playlist items concurrency support.", @@ -74,7 +81,7 @@ "full_sha": "8694e82965453019b5f6d01ef181bfd541f87173" } ], - "full_sha": "8a3673bc072630084b5b51c001efb72da8ed5c9d" + "full_sha": "f50708852a06e3593f1cdc52281a2e7f4e18774d" }, { "tag": "dev-20250616-c07465a6", diff --git a/CHANGELOG-master.json b/CHANGELOG-master.json index 56572b9a..086d78e0 100644 --- a/CHANGELOG-master.json +++ b/CHANGELOG-master.json @@ -1,4 +1,88 @@ [ + { + "tag": "master-20250618-6e05efb1", + "date": "2025-06-18T19:19:43+00:00", + "commits": [ + { + "sha": "f5070885", + "message": "As we no longer need to update each time yt-dlp updates, we going to use simver", + "author": "arabcoders", + "date": "2025-06-18T19:08:11+00:00", + "full_sha": "f50708852a06e3593f1cdc52281a2e7f4e18774d" + }, + { + "sha": "8a3673bc", + "message": "added playlist items concurrency support.", + "author": "arabcoders", + "date": "2025-06-18T16:58:58+00:00", + "full_sha": "8a3673bc072630084b5b51c001efb72da8ed5c9d" + }, + { + "sha": "872d85c4", + "message": "add log entry when playlist processing is completed.", + "author": "arabcoders", + "date": "2025-06-18T15:36:55+00:00", + "full_sha": "872d85c458650716bf3ac3270c3905661acf2bf1" + }, + { + "sha": "690ecf83", + "message": "reduce youtube task handler logging", + "author": "arabcoders", + "date": "2025-06-18T15:26:10+00:00", + "full_sha": "690ecf834f3333e8ba184c05e6f13d60613c6d24" + }, + { + "sha": "5065d4ee", + "message": "fixed segments_stream redirection", + "author": "arabcoders", + "date": "2025-06-18T14:46:02+00:00", + "full_sha": "5065d4ee621fe6e53105885ecdebee553f25694f" + }, + { + "sha": "20b0e41a", + "message": "update the tips on how to mark task as rss feed only.", + "author": "arabcoders", + "date": "2025-06-18T14:27:09+00:00", + "full_sha": "20b0e41aaa47b4704b856d741629794f99b1d66f" + }, + { + "sha": "cf647cb8", + "message": "Fix missing parameter", + "author": "arabcoders", + "date": "2025-06-18T14:25:27+00:00", + "full_sha": "cf647cb8bf8db73345a2e939aa743da6cf65f5d2" + }, + { + "sha": "f6c44245", + "message": "make the task handler timer configurable", + "author": "arabcoders", + "date": "2025-06-18T14:23:42+00:00", + "full_sha": "f6c44245f633b0937b27934f8f5970881a7c7a9e" + }, + { + "sha": "888ab30b", + "message": "Allow task handler to work even if no timer is set.", + "author": "arabcoders", + "date": "2025-06-18T14:03:30+00:00", + "full_sha": "888ab30bfcab2af3c7b5c7a919fed03beeb8de77" + }, + { + "sha": "0345da64", + "message": "handle ping endpoint logging better", + "author": "arabcoders", + "date": "2025-06-17T17:00:03+00:00", + "full_sha": "0345da6468351f73f15ae11640429d94b23a0a54" + }, + { + "sha": "8694e829", + "message": "minor design update", + "author": "arabcoders", + "date": "2025-06-17T14:24:52+00:00", + "full_sha": "8694e82965453019b5f6d01ef181bfd541f87173" + } + ], + "full_sha": "6e05efb1468b61d2d326049cea76bdee6486fd95" + }, { "tag": "master-20250616-c07465a6", "date": "2025-06-16T19:19:11+00:00", diff --git a/CHANGELOG.json b/CHANGELOG.json index fc48b364..de99395c 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,4 +1,88 @@ [ + { + "tag": "v0.1.1", + "full_sha": "6e05efb1468b61d2d326049cea76bdee6486fd95", + "date": "2025-06-18T19:19:43+00:00", + "commits": [ + { + "sha": "f5070885", + "full_sha": "f50708852a06e3593f1cdc52281a2e7f4e18774d", + "message": "As we no longer need to update each time yt-dlp updates, we going to use simver", + "author": "arabcoders", + "date": "2025-06-18T19:08:11+00:00" + }, + { + "sha": "8a3673bc", + "full_sha": "8a3673bc072630084b5b51c001efb72da8ed5c9d", + "message": "added playlist items concurrency support.", + "author": "arabcoders", + "date": "2025-06-18T16:58:58+00:00" + }, + { + "sha": "872d85c4", + "full_sha": "872d85c458650716bf3ac3270c3905661acf2bf1", + "message": "add log entry when playlist processing is completed.", + "author": "arabcoders", + "date": "2025-06-18T15:36:55+00:00" + }, + { + "sha": "690ecf83", + "full_sha": "690ecf834f3333e8ba184c05e6f13d60613c6d24", + "message": "reduce youtube task handler logging", + "author": "arabcoders", + "date": "2025-06-18T15:26:10+00:00" + }, + { + "sha": "5065d4ee", + "full_sha": "5065d4ee621fe6e53105885ecdebee553f25694f", + "message": "fixed segments_stream redirection", + "author": "arabcoders", + "date": "2025-06-18T14:46:02+00:00" + }, + { + "sha": "20b0e41a", + "full_sha": "20b0e41aaa47b4704b856d741629794f99b1d66f", + "message": "update the tips on how to mark task as rss feed only.", + "author": "arabcoders", + "date": "2025-06-18T14:27:09+00:00" + }, + { + "sha": "cf647cb8", + "full_sha": "cf647cb8bf8db73345a2e939aa743da6cf65f5d2", + "message": "Fix missing parameter", + "author": "arabcoders", + "date": "2025-06-18T14:25:27+00:00" + }, + { + "sha": "f6c44245", + "full_sha": "f6c44245f633b0937b27934f8f5970881a7c7a9e", + "message": "make the task handler timer configurable", + "author": "arabcoders", + "date": "2025-06-18T14:23:42+00:00" + }, + { + "sha": "888ab30b", + "full_sha": "888ab30bfcab2af3c7b5c7a919fed03beeb8de77", + "message": "Allow task handler to work even if no timer is set.", + "author": "arabcoders", + "date": "2025-06-18T14:03:30+00:00" + }, + { + "sha": "0345da64", + "full_sha": "0345da6468351f73f15ae11640429d94b23a0a54", + "message": "handle ping endpoint logging better", + "author": "arabcoders", + "date": "2025-06-17T17:00:03+00:00" + }, + { + "sha": "8694e829", + "full_sha": "8694e82965453019b5f6d01ef181bfd541f87173", + "message": "minor design update", + "author": "arabcoders", + "date": "2025-06-17T14:24:52+00:00" + } + ] + }, { "tag": "master-20250616-c07465a", "full_sha": "c07465a676adb9af7cc0c9c56d9deb8bd12c9782",