updated changelog.
This commit is contained in:
parent
3f263aaa5c
commit
7802fb6f88
2 changed files with 38 additions and 3 deletions
|
|
@ -1,8 +1,22 @@
|
|||
[
|
||||
{
|
||||
"tag": "dev-20251208-ddc71cc1",
|
||||
"date": "2025-12-08T16:43:06+00:00",
|
||||
"tag": "dev-20251215-8a62f053",
|
||||
"date": "2025-12-15T14:23:00+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "8a62f053",
|
||||
"message": "Fix: sorting order for more items in simple view.",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-12-15T14:23:00+00:00",
|
||||
"full_sha": "8a62f053a58781da03978b2ed9b593a5035d7820"
|
||||
},
|
||||
{
|
||||
"sha": "e4ffa5d7",
|
||||
"message": "Fix: Fix performance regression while loading items.",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-12-15T14:22:41+00:00",
|
||||
"full_sha": "e4ffa5d77affa489725516a82ecf5f451a702149"
|
||||
},
|
||||
{
|
||||
"sha": "ddc71cc1",
|
||||
"message": "Feat: Add new PATCH api for updating the task and improved the no timer messaging",
|
||||
|
|
@ -3238,7 +3252,7 @@
|
|||
"full_sha": "8694e82965453019b5f6d01ef181bfd541f87173"
|
||||
}
|
||||
],
|
||||
"full_sha": "ddc71cc1bdcbf4596699f7ee4b539729c02ef241"
|
||||
"full_sha": "8a62f053a58781da03978b2ed9b593a5035d7820"
|
||||
},
|
||||
{
|
||||
"tag": "dev-20250616-c07465a6",
|
||||
|
|
|
|||
|
|
@ -48,6 +48,27 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "Unmerged (dev branch)",
|
||||
"full_sha": "8a62f053a58781da03978b2ed9b593a5035d7820",
|
||||
"date": "2025-12-15T14:23:00+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "8a62f053",
|
||||
"full_sha": "8a62f053a58781da03978b2ed9b593a5035d7820",
|
||||
"message": "Fix: sorting order for more items in simple view.",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-12-15T14:23:00+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "e4ffa5d7",
|
||||
"full_sha": "e4ffa5d77affa489725516a82ecf5f451a702149",
|
||||
"message": "Fix: Fix performance regression while loading items.",
|
||||
"author": "arabcoders",
|
||||
"date": "2025-12-15T14:22:41+00:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "v1.0.10",
|
||||
"full_sha": "3ece619834c3361b09ff169b1327fb44d6afc8e0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue