updated changelog.
This commit is contained in:
parent
85a8a28093
commit
cd6ff7aeb5
2 changed files with 41 additions and 27 deletions
|
|
@ -1,8 +1,29 @@
|
|||
[
|
||||
{
|
||||
"tag": "master-20251231-b8934d40",
|
||||
"date": "2025-12-31T18:37:28+00:00",
|
||||
"tag": "master-20260101-3b55c4d6",
|
||||
"date": "2026-01-01T18:03:22+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "47be76fd",
|
||||
"message": "Refactor: add caching for FlareSolverr solutions.",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-01T17:55:57+00:00",
|
||||
"full_sha": "47be76fd73ae853eea95af9b57933b02e7add695"
|
||||
},
|
||||
{
|
||||
"sha": "6c1421b3",
|
||||
"message": "Feat: Added Cloudflare solver handler",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-01T17:27:07+00:00",
|
||||
"full_sha": "6c1421b3b48c63ad1bc87cf7de7da47bb71bfee0"
|
||||
},
|
||||
{
|
||||
"sha": "baacf839",
|
||||
"message": "Refactor: run extract_info in separate thread",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-01T17:19:31+00:00",
|
||||
"full_sha": "baacf83974ed483d75aa7aa644c5ebfce151c56b"
|
||||
},
|
||||
{
|
||||
"sha": "7b51c6f2",
|
||||
"message": "Refactor: improve filtering capabilities in downloads page with detailed usage examples.",
|
||||
|
|
@ -3434,7 +3455,7 @@
|
|||
"full_sha": "8694e82965453019b5f6d01ef181bfd541f87173"
|
||||
}
|
||||
],
|
||||
"full_sha": "b8934d40eb9aef54409550a2d3e8cbdea6fa732f"
|
||||
"full_sha": "3b55c4d677d2b331a808336e3642053b639b0c00"
|
||||
},
|
||||
{
|
||||
"tag": "master-20250616-c07465a6",
|
||||
|
|
|
|||
|
|
@ -1,29 +1,8 @@
|
|||
[
|
||||
{
|
||||
"tag": "Unreleased (b8934d40)",
|
||||
"full_sha": "b8934d40eb9aef54409550a2d3e8cbdea6fa732f",
|
||||
"date": "2025-12-31T18:37:28+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "7b51c6f2",
|
||||
"full_sha": "7b51c6f245f3020987d2eed0fd59aa0b75e7c658",
|
||||
"message": "Refactor: improve filtering capabilities in downloads page with detailed usage examples.",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-12-31T18:27:59+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "c3f230de",
|
||||
"full_sha": "c3f230de7363ca2cc145a3640cf511ef915d6603",
|
||||
"message": "Refactor: playlists sometimes return different ID what we got",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-12-30T19:55:15+00:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "Unmerged (dev branch)",
|
||||
"full_sha": "47be76fd73ae853eea95af9b57933b02e7add695",
|
||||
"date": "2026-01-01T17:55:57+00:00",
|
||||
"tag": "Unreleased (3b55c4d6)",
|
||||
"full_sha": "3b55c4d677d2b331a808336e3642053b639b0c00",
|
||||
"date": "2026-01-01T18:03:22+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "47be76fd",
|
||||
|
|
@ -45,6 +24,20 @@
|
|||
"message": "Refactor: run extract_info in separate thread",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-01T17:19:31+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "7b51c6f2",
|
||||
"full_sha": "7b51c6f245f3020987d2eed0fd59aa0b75e7c658",
|
||||
"message": "Refactor: improve filtering capabilities in downloads page with detailed usage examples.",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-12-31T18:27:59+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "c3f230de",
|
||||
"full_sha": "c3f230de7363ca2cc145a3640cf511ef915d6603",
|
||||
"message": "Refactor: playlists sometimes return different ID what we got",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-12-30T19:55:15+00:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue