updated changelog.
This commit is contained in:
parent
75ecba0c9f
commit
6ceb175f22
2 changed files with 52 additions and 3 deletions
|
|
@ -1,8 +1,29 @@
|
|||
[
|
||||
{
|
||||
"tag": "dev-20260114-45e27003",
|
||||
"date": "2026-01-14T17:05:06+00:00",
|
||||
"tag": "dev-20260116-79594319",
|
||||
"date": "2026-01-16T17:45:10+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "79594319",
|
||||
"message": "Refactor: replace direct extract_info calls to async fetch_info",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-16T17:45:10+00:00",
|
||||
"full_sha": "795943196e4f162a1ee07f2f2149def6ffe7d5dd"
|
||||
},
|
||||
{
|
||||
"sha": "ea572ec4",
|
||||
"message": "feat: implement cache cleanup",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-16T17:42:51+00:00",
|
||||
"full_sha": "ea572ec4c51c780ad1bacde940cd320416744d07"
|
||||
},
|
||||
{
|
||||
"sha": "d87995c4",
|
||||
"message": "fix: popover on mobile going over edge",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-16T16:20:27+00:00",
|
||||
"full_sha": "d87995c4b05161bea85eabf44ad9ea4e081a5471"
|
||||
},
|
||||
{
|
||||
"sha": "45e27003",
|
||||
"message": "fix: do not show action buttons while loading tasks",
|
||||
|
|
@ -3728,7 +3749,7 @@
|
|||
"full_sha": "8694e82965453019b5f6d01ef181bfd541f87173"
|
||||
}
|
||||
],
|
||||
"full_sha": "45e27003c145d99a28454b458ea9ad50af6c2460"
|
||||
"full_sha": "795943196e4f162a1ee07f2f2149def6ffe7d5dd"
|
||||
},
|
||||
{
|
||||
"tag": "dev-20250616-c07465a6",
|
||||
|
|
|
|||
|
|
@ -55,6 +55,34 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "Unmerged (dev branch)",
|
||||
"full_sha": "795943196e4f162a1ee07f2f2149def6ffe7d5dd",
|
||||
"date": "2026-01-16T17:45:10+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "79594319",
|
||||
"full_sha": "795943196e4f162a1ee07f2f2149def6ffe7d5dd",
|
||||
"message": "Refactor: replace direct extract_info calls to async fetch_info",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-16T17:45:10+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "ea572ec4",
|
||||
"full_sha": "ea572ec4c51c780ad1bacde940cd320416744d07",
|
||||
"message": "feat: implement cache cleanup",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-16T17:42:51+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "d87995c4",
|
||||
"full_sha": "d87995c4b05161bea85eabf44ad9ea4e081a5471",
|
||||
"message": "fix: popover on mobile going over edge",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-01-16T16:20:27+00:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "v1.1.0",
|
||||
"full_sha": "3b496782722e4befe05aaf98ec26dee5d4d72662",
|
||||
|
|
|
|||
Loading…
Reference in a new issue