Commit graph

290 commits

Author SHA1 Message Date
dependabot[bot]
07f5247e5b
ci: bump github/codeql-action from 4.31.8 to 4.31.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.8 to 4.31.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](1b168cd394...5d4e8d1aca)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 02:20:19 +00:00
Kenta Kubo
2c5fac8da4
Merge pull request #170 from kkebo/dependabot/github_actions/github/codeql-action-4.31.8 2025-12-15 12:51:25 +09:00
dependabot[bot]
153e51bf66
ci: bump github/codeql-action from 4.31.7 to 4.31.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.7 to 4.31.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](cf1bb45a27...1b168cd394)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 02:22:53 +00:00
Kenta Kubo
d0e1425f42
Merge pull request #169 from kkebo/dependabot/github_actions/actions/checkout-6.0.1 2025-12-08 13:15:16 +09:00
dependabot[bot]
b4414f4845
ci: bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...8e8c483db84b4bee98b60c0593521ed34d9990e8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 02:23:48 +00:00
Kenta Kubo
0ea4f2743e
Merge pull request #168 from kkebo/codeql 2025-12-08 00:26:23 +09:00
Kenta Kubo
54860148b4
ci: add codeql.yml
Updated CodeQL workflow to modify build modes and action versions.
2025-12-07 23:09:38 +09:00
Kenta Kubo
65bc5ba39a
Merge pull request #167 from kkebo/refactor-package.swift
refactor: refactor Package.swift
2025-11-28 02:50:57 +09:00
Kenta Kubo
6a19c36e83
refactor: refactor Package.swift 2025-11-28 02:47:51 +09:00
Kenta Kubo
c9f1bb633a
Merge pull request #166 from kkebo/dependabot/github_actions/actions/checkout-6.0.0 2025-11-24 14:40:12 +09:00
dependabot[bot]
032ec025ac
ci: bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](08c6903cd8...1af3b93b68)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 02:28:52 +00:00
Kenta Kubo
0bb8fdad23
Merge pull request #164 from kkebo/set-euo-pipefail 2025-10-18 03:02:38 +09:00
Kenta Kubo
b79afcfd3e
ci: set -euo pipefail 2025-10-18 02:30:27 +09:00
Kenta Kubo
e3878d4d3a
Merge pull request #162 from kkebo/bump-version-1.6.1
chore: bump version to 1.6.1
2025-10-14 18:48:10 +09:00
Kenta Kubo
f1fe1c06f8
chore: bump version to 1.6.1 2025-10-14 18:42:39 +09:00
Kenta Kubo
9fe66c693a
Merge pull request #160 from kkebo/fix-typos
fix: fix typos in log messages
2025-10-14 18:37:02 +09:00
Kenta Kubo
f41b114632 fix: fix typos in log messages 2025-10-14 18:31:36 +09:00
Kenta Kubo
e4775b3d44
Merge pull request #161 from kkebo/fix-missing-sidebar-issue
fix: fix missing sidebar issue
2025-10-14 18:31:25 +09:00
Kenta Kubo
21cb297b3b
fix: fix missing sidebar issue
fixes #158
2025-10-14 18:15:44 +09:00
Kenta Kubo
87a00a8c3e
Merge pull request #157 from kkebo/gh-actions-explicit-permissions 2025-10-12 12:10:56 +09:00
Kenta Kubo
e8426f1465
ci: restrict permissions 2025-10-11 22:18:27 +09:00
Kenta Kubo
fbc9514922
Merge pull request #151 from kkebo/sha-pinning 2025-10-01 01:41:57 +09:00
Kenta Kubo
f587bdf722
ci: pin GitHub Actions dependencies to commit SHA
This is a defense against supply chain attacks. Moreover, GitHub
[recommends SHA
pinning](https://github.blog/changelog/2025-08-15-github-actions-policy-now-supports-blocking-and-sha-pinning-actions/) these days. Even with this change, dependabot should continue to function.
2025-10-01 00:59:08 +09:00
Kenta Kubo
92090b4fcd
Merge pull request #150 from kkebo/update-swift-format 2025-09-19 01:22:12 +09:00
Kenta Kubo
e102e47f50 ci: bump Swift to 6.2 2025-09-19 00:53:54 +09:00
Kenta Kubo
08101f9766 chore: update .swift-format to match the default in Swift 6.2 2025-09-19 00:53:54 +09:00
Kenta Kubo
e5c25ad31d
Merge pull request #149 from kkebo/127-deactivate-on-editing
fix: deactivate the active server when it's modified
2025-09-08 23:10:23 +09:00
Kenta Kubo
87c6069581
fix: deactivate the active server when it's modified
fixes #127
2025-09-08 23:02:58 +09:00
Kenta Kubo
5516a3f1e0
Merge pull request #148 from kkebo/bump-version-1.6.0
chore: bump version to 1.6.0
2025-09-07 23:24:49 +09:00
Kenta Kubo
8d6c8d6b5e
chore: bump version to 1.6.0 2025-09-07 23:17:36 +09:00
Kenta Kubo
7e4e5e6f37
Merge pull request #147 from kkebo/fix-donebutton-color-on-mac-catalyst
fix: fix `EditButton` color on Mac Catalyst
2025-09-07 22:40:30 +09:00
Kenta Kubo
8e47f93b16 fix: fix EditButton color on Mac Catalyst 2025-09-07 22:33:17 +09:00
Kenta Kubo
4f34aad38a
Merge pull request #146 from kkebo/139-fix-editbutton-on-mac-catalyst
fix: add a workaround for FB20137863
2025-09-07 22:31:50 +09:00
Kenta Kubo
cbff3bcedb
fix: add a workaround for FB20137863
fixes #139
2025-09-07 21:36:10 +09:00
Kenta Kubo
f3f050d1c6
Merge pull request #145 from kkebo/liquid-glass-icon 2025-09-07 19:17:33 +09:00
Kenta Kubo
b29d266a37
chore: Liquid Glass App Icon 2025-09-07 03:24:58 +09:00
Kenta Kubo
5110ae80dd
Merge pull request #144 from kkebo/single-size-icon
chore: use single size app icon
2025-09-07 01:40:25 +09:00
Kenta Kubo
f6dd718180
chore: use single size app icon 2025-09-07 01:36:14 +09:00
Kenta Kubo
f63745cb4a
Merge pull request #142 from kkebo/fix-warn 2025-09-06 22:28:07 +09:00
Kenta Kubo
e5bcbd1ad2 fix: fix a warning
The warning message was "'init(tag:selection:destination🏷️)' was deprecated in iOS 16.0: use NavigationLink(value🏷️), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView".
2025-09-06 22:22:35 +09:00
Kenta Kubo
b9ac25eb4c
Merge pull request #143 from kkebo/140-revert-commenting-out 2025-09-06 22:22:25 +09:00
Kenta Kubo
bfa62b8f88 fix: uncomment logger.debugs that were commented out by mistake
fixes #140
2025-09-06 22:03:06 +09:00
Kenta Kubo
f3feb893e0
Merge pull request #141 from kkebo/older-sdks
fix: support older iOS SDKs again
2025-09-06 22:01:58 +09:00
Kenta Kubo
a8d2123154
fix: support older iOS SDKs again 2025-09-06 21:54:49 +09:00
Kenta Kubo
e963a83588
Merge pull request #136 from kkebo/116-improve-help-ui-ux
fix: improve help UI/UX
2025-09-06 03:21:28 +09:00
Kenta Kubo
71617ff998 fix: improve help UI/UX 2025-09-06 03:16:24 +09:00
Kenta Kubo
47c4f34d32
Merge pull request #137 from kkebo/refactor-with-switch-expressions 2025-09-05 04:32:55 +09:00
Kenta Kubo
b941334934
refactor: refactor with switch expressions 2025-09-05 03:18:41 +09:00
Kenta Kubo
994f7dcaa5
Merge pull request #135 from kkebo/revert-128-127-deactivate-on-editing 2025-09-05 01:15:25 +09:00
Kenta Kubo
4eca25530c
Revert "fix: deactivate the active server when it's modified" 2025-09-05 01:10:47 +09:00