updated changelog.
This commit is contained in:
parent
75ccfbaaf1
commit
394692e7de
2 changed files with 34 additions and 27 deletions
|
|
@ -1,8 +1,22 @@
|
|||
[
|
||||
{
|
||||
"tag": "master-20260107-1189d31f",
|
||||
"date": "2026-01-07T15:03:29+00:00",
|
||||
"tag": "master-20260108-2435144c",
|
||||
"date": "2026-01-08T17:05:47+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "c8e2fc5d",
|
||||
"message": "fix: put status downloading to prevent live stream from showing preparing endlessly",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-08T16:08:39+00:00",
|
||||
"full_sha": "c8e2fc5dc9aa2b16c6bcee10dd6187576f8a9f5f"
|
||||
},
|
||||
{
|
||||
"sha": "cf2ee306",
|
||||
"message": "feat: support using output template for metadata generation. Closes #539",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-08T14:03:22+00:00",
|
||||
"full_sha": "cf2ee306d2508deeff361386a406b71beecaea30"
|
||||
},
|
||||
{
|
||||
"sha": "4a3f0316",
|
||||
"message": "fix: update folder reference in socket store and adjust history count logic in state store",
|
||||
|
|
@ -3623,7 +3637,7 @@
|
|||
"full_sha": "8694e82965453019b5f6d01ef181bfd541f87173"
|
||||
}
|
||||
],
|
||||
"full_sha": "1189d31f5cc9201641bcaaca089ca9f48e25040a"
|
||||
"full_sha": "2435144cb1012658932578d36aed3623bbdf77bb"
|
||||
},
|
||||
{
|
||||
"tag": "master-20250616-c07465a6",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,23 @@
|
|||
[
|
||||
{
|
||||
"tag": "Unreleased (1189d31f)",
|
||||
"full_sha": "1189d31f5cc9201641bcaaca089ca9f48e25040a",
|
||||
"date": "2026-01-07T15:03:29+00:00",
|
||||
"tag": "Unreleased (2435144c)",
|
||||
"full_sha": "2435144cb1012658932578d36aed3623bbdf77bb",
|
||||
"date": "2026-01-08T17:05:47+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "c8e2fc5d",
|
||||
"full_sha": "c8e2fc5dc9aa2b16c6bcee10dd6187576f8a9f5f",
|
||||
"message": "fix: put status downloading to prevent live stream from showing preparing endlessly",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-08T16:08:39+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "cf2ee306",
|
||||
"full_sha": "cf2ee306d2508deeff361386a406b71beecaea30",
|
||||
"message": "feat: support using output template for metadata generation. Closes #539",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-08T14:03:22+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "4a3f0316",
|
||||
"full_sha": "4a3f0316ea8f9b25378016739dd90c3eec02a773",
|
||||
|
|
@ -104,27 +118,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "Unmerged (dev branch)",
|
||||
"full_sha": "c8e2fc5dc9aa2b16c6bcee10dd6187576f8a9f5f",
|
||||
"date": "2026-01-08T16:08:39+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "c8e2fc5d",
|
||||
"full_sha": "c8e2fc5dc9aa2b16c6bcee10dd6187576f8a9f5f",
|
||||
"message": "fix: put status downloading to prevent live stream from showing preparing endlessly",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-08T16:08:39+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "cf2ee306",
|
||||
"full_sha": "cf2ee306d2508deeff361386a406b71beecaea30",
|
||||
"message": "feat: support using output template for metadata generation. Closes #539",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-08T14:03:22+00:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "v1.0.14",
|
||||
"full_sha": "a924ddb718c99501b2eaa583e2ac631631b1037a",
|
||||
|
|
|
|||
Loading…
Reference in a new issue