updated changelog.
This commit is contained in:
parent
9e79b74343
commit
dd7cfd9444
2 changed files with 34 additions and 27 deletions
|
|
@ -1,8 +1,22 @@
|
|||
[
|
||||
{
|
||||
"tag": "master-20250825-46725e6f",
|
||||
"date": "2025-08-25T16:20:36+00:00",
|
||||
"tag": "master-20250825-c91ca380",
|
||||
"date": "2025-08-25T19:43:05+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "70e06f01",
|
||||
"message": "remove webview in favor of using built-in browser.",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-08-25T19:24:04+00:00",
|
||||
"full_sha": "70e06f01229435a98efb776398b181eab8319abe"
|
||||
},
|
||||
{
|
||||
"sha": "fe38837b",
|
||||
"message": "Add dialog composable",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-08-25T19:21:32+00:00",
|
||||
"full_sha": "fe38837b9e7e9ed70a68eaeb478ebf2a163c164c"
|
||||
},
|
||||
{
|
||||
"sha": "3adc4eb0",
|
||||
"message": "Sometimes yt-dlp doesn't provide playlist_count, so we need to have fallback. Fixes #384",
|
||||
|
|
@ -1341,7 +1355,7 @@
|
|||
"full_sha": "8694e82965453019b5f6d01ef181bfd541f87173"
|
||||
}
|
||||
],
|
||||
"full_sha": "46725e6f8e4ae8b01dae8ce8a0066526b11d58f7"
|
||||
"full_sha": "c91ca38035fdb005eb596667e86304b2aa2c4210"
|
||||
},
|
||||
{
|
||||
"tag": "master-20250616-c07465a6",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,23 @@
|
|||
[
|
||||
{
|
||||
"tag": "Unreleased (46725e6f)",
|
||||
"full_sha": "46725e6f8e4ae8b01dae8ce8a0066526b11d58f7",
|
||||
"date": "2025-08-25T16:20:36+00:00",
|
||||
"tag": "Unreleased (c91ca380)",
|
||||
"full_sha": "c91ca38035fdb005eb596667e86304b2aa2c4210",
|
||||
"date": "2025-08-25T19:43:05+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "70e06f01",
|
||||
"full_sha": "70e06f01229435a98efb776398b181eab8319abe",
|
||||
"message": "remove webview in favor of using built-in browser.",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-08-25T19:24:04+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "fe38837b",
|
||||
"full_sha": "fe38837b9e7e9ed70a68eaeb478ebf2a163c164c",
|
||||
"message": "Add dialog composable",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-08-25T19:21:32+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "3adc4eb0",
|
||||
"full_sha": "3adc4eb0625cfafd90e8b650156cc81a783e508e",
|
||||
|
|
@ -27,27 +41,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "Unmerged (dev branch)",
|
||||
"full_sha": "70e06f01229435a98efb776398b181eab8319abe",
|
||||
"date": "2025-08-25T19:24:04+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "70e06f01",
|
||||
"full_sha": "70e06f01229435a98efb776398b181eab8319abe",
|
||||
"message": "remove webview in favor of using built-in browser.",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-08-25T19:24:04+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "fe38837b",
|
||||
"full_sha": "fe38837b9e7e9ed70a68eaeb478ebf2a163c164c",
|
||||
"message": "Add dialog composable",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-08-25T19:21:32+00:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "v0.8.9",
|
||||
"full_sha": "43e0128c3b6d35a1a51a6474261eebd4fe312a4c",
|
||||
|
|
|
|||
Loading…
Reference in a new issue