updated changelog.
This commit is contained in:
parent
29666092ec
commit
277e47fc9f
2 changed files with 76 additions and 41 deletions
|
|
@ -1,8 +1,50 @@
|
|||
[
|
||||
{
|
||||
"tag": "master-20260217-d9c9a859",
|
||||
"date": "2026-02-17T18:02:09+00:00",
|
||||
"tag": "master-20260220-70597321",
|
||||
"date": "2026-02-20T20:38:49+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "764b8373",
|
||||
"message": "refactor: replace notify with useNotification for error/success handling in composables",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-20T20:27:54+00:00",
|
||||
"full_sha": "764b837312a748ee8c43c4c9af06dd8ae380d884"
|
||||
},
|
||||
{
|
||||
"sha": "633fc7d4",
|
||||
"message": "fix: add jsdom as dev dependancy",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-20T20:14:23+00:00",
|
||||
"full_sha": "633fc7d4d24b9e48e626a58e7c7275aa21954bd0"
|
||||
},
|
||||
{
|
||||
"sha": "850a1b2e",
|
||||
"message": "fix: refactor document focus handling in test files - tests were failing in gitea CI",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-20T19:59:01+00:00",
|
||||
"full_sha": "850a1b2eca69d7c1389c68894000f05f9399ab7e"
|
||||
},
|
||||
{
|
||||
"sha": "befc7df5",
|
||||
"message": "refactor: switch from pnpm to bun",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-20T19:46:30+00:00",
|
||||
"full_sha": "befc7df583a3874aa0d9bdbed97cecd3a5fad7fd"
|
||||
},
|
||||
{
|
||||
"sha": "f2e9dc97",
|
||||
"message": "fix: update docker setup to include temporary and download directories",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-19T17:03:00+00:00",
|
||||
"full_sha": "f2e9dc97f51208c9c3364f55f3a3c4d9ed833e39"
|
||||
},
|
||||
{
|
||||
"sha": "09de6833",
|
||||
"message": "fix: update iOS shortcut links",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-18T19:49:27+00:00",
|
||||
"full_sha": "09de68330048ba18283ff153636d2b62238a8c0b"
|
||||
},
|
||||
{
|
||||
"sha": "f166c418",
|
||||
"message": "feat: improve task creation to support multiple URLs.",
|
||||
|
|
@ -4113,7 +4155,7 @@
|
|||
"full_sha": "8694e82965453019b5f6d01ef181bfd541f87173"
|
||||
}
|
||||
],
|
||||
"full_sha": "d9c9a859391ed0e657e9bb571ccd08dfd4945606"
|
||||
"full_sha": "705973219cdea5525a7d4cea16f84382a507e5a0"
|
||||
},
|
||||
{
|
||||
"tag": "master-20250616-c07465a6",
|
||||
|
|
|
|||
|
|
@ -1,43 +1,8 @@
|
|||
[
|
||||
{
|
||||
"tag": "Unreleased (d9c9a859)",
|
||||
"full_sha": "d9c9a859391ed0e657e9bb571ccd08dfd4945606",
|
||||
"date": "2026-02-17T18:02:09+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "f166c418",
|
||||
"full_sha": "f166c418f8ab11f4b6d72ba47c9f57eb83f36c44",
|
||||
"message": "feat: improve task creation to support multiple URLs.",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-17T17:03:27+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "5e40e2f6",
|
||||
"full_sha": "5e40e2f610b7bcefcaeed95a63eaa119adf98f4c",
|
||||
"message": "chore: update external packages",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-17T15:50:36+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "84077349",
|
||||
"full_sha": "84077349c74e0476fb60b0e44bd52ee30252c1cb",
|
||||
"message": "feat: improve status tracking in downloads",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-14T17:05:08+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "a0fef502",
|
||||
"full_sha": "a0fef50248e9bab12b1955626cc594d9bddd5884",
|
||||
"message": "fix: some times adding a link fails with UnboundLocalError",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-14T15:49:52+00:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "Unmerged (dev branch)",
|
||||
"full_sha": "764b837312a748ee8c43c4c9af06dd8ae380d884",
|
||||
"date": "2026-02-20T20:27:54+00:00",
|
||||
"tag": "Unreleased (70597321)",
|
||||
"full_sha": "705973219cdea5525a7d4cea16f84382a507e5a0",
|
||||
"date": "2026-02-20T20:38:49+00:00",
|
||||
"commits": [
|
||||
{
|
||||
"sha": "764b8373",
|
||||
|
|
@ -80,6 +45,34 @@
|
|||
"message": "fix: update iOS shortcut links",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-18T19:49:27+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "f166c418",
|
||||
"full_sha": "f166c418f8ab11f4b6d72ba47c9f57eb83f36c44",
|
||||
"message": "feat: improve task creation to support multiple URLs.",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-17T17:03:27+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "5e40e2f6",
|
||||
"full_sha": "5e40e2f610b7bcefcaeed95a63eaa119adf98f4c",
|
||||
"message": "chore: update external packages",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-17T15:50:36+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "84077349",
|
||||
"full_sha": "84077349c74e0476fb60b0e44bd52ee30252c1cb",
|
||||
"message": "feat: improve status tracking in downloads",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-14T17:05:08+00:00"
|
||||
},
|
||||
{
|
||||
"sha": "a0fef502",
|
||||
"full_sha": "a0fef50248e9bab12b1955626cc594d9bddd5884",
|
||||
"message": "fix: some times adding a link fails with UnboundLocalError",
|
||||
"author": "arabcoders",
|
||||
"date": "2026-02-14T15:49:52+00:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue