Commit graph

173 commits

Author SHA1 Message Date
Kenta Kubo
dcb6962205
ci: add CI 2025-04-06 05:53:45 +09:00
Kenta Kubo
83533600ad
chore: add .yamllint.yml 2025-04-06 05:53:32 +09:00
Kenta Kubo
5faedd45d9
style: swift-format 2025-04-06 05:51:39 +09:00
Kenta Kubo
3e97eec20b
chore: add .swift-format 2025-04-06 05:51:29 +09:00
Kenta Kubo
8f7ba01404
Merge pull request #97 from kkebo/swift-6-language-mode 2025-03-22 03:24:57 +09:00
Kenta Kubo
76de00f801
build: apply recommended Xcode settings 2025-03-09 01:57:16 +09:00
Kenta Kubo
c2f2953b4e
fix: fix retroactive conformance warnings 2025-03-09 01:56:23 +09:00
Kenta Kubo
56cd5b15ed
build: enable Swift 6 language mode on Xcode 2025-03-09 01:55:50 +09:00
Kenta Kubo
ebb9cf90a7
fix: fix errors in Swift 6 language mode 2025-03-09 01:41:10 +09:00
Kenta Kubo
5d42bc0833
revert: fix: avoid errors in Swift Playgrounds
Swift Playground can't import the PlaygroundSupport module anymore when
opening an App project.
2025-03-09 01:40:27 +09:00
Kenta Kubo
8ef17080a8
build: bump swift-tools-version to 6.0
It also enables Swift 6 language mode on Swift Playground.
2025-03-09 01:38:00 +09:00
Kenta Kubo
03f8802e3b
chore: happy new year! 2025-01-20 02:12:51 +09:00
Kenta Kubo
e32b754cc5
Merge pull request #95 from kkebo/fix-readme
Fix App Store badges in README.md
2024-11-13 02:02:06 +09:00
Kenta Kubo
cfdb06a06f
Fix App Store badges in README.md 2024-11-13 02:01:03 +09:00
Kenta Kubo
53e26ff328
Merge pull request #94 from kkebo/gitattributes 2024-10-22 00:03:24 +09:00
Kenta Kubo
f82bc5acc1
chore: add .gitattributes
- Use LF
- Use `union` as a merge driver for pbxproj
- Colorize `Package.resolved` and `.swift-format`
2024-10-12 02:33:37 +09:00
Kenta Kubo
851d565f76
chore: bump version to 1.5.0 (24) 2024-07-18 01:01:05 +09:00
Kenta Kubo
eac8267d4e
chore: bump version to 1.5.0 (23) 2024-07-17 03:14:52 +09:00
Kenta Kubo
2a5c61fb6b
Merge pull request #84 from kkebo/restore-from-presets 2024-07-17 03:11:02 +09:00
Kenta Kubo
b18c5b60dc
feat: add "Restore from Presets" button
This feature allows you to select and add any server from the presets. Without it, when a new server like Freifunk München DNS was added to the preset, existing users would have to reinstall the app in order to add it to their server list. This change resolves such a problem.
2024-07-17 02:34:38 +09:00
Kenta Kubo
9e4a505697
build: fix iOS Deployment Target of DNSecureTests 2024-07-17 01:21:36 +09:00
Kenta Kubo
853fb0df13
chore: bump version to 1.5.0 (22) 2024-07-17 00:56:29 +09:00
Kenta Kubo
143b2845b6
Merge pull request #82 from T0biii/patch-1
add FFMUC DNS Server (doh & dot)
2024-07-17 00:44:44 +09:00
Tobias
7f97b6cf48
fix duplicate IPs 2024-06-28 09:52:58 +02:00
Tobias
a68dccf9d1
add FFMUC DNS Server 2024-06-28 09:43:33 +02:00
Kenta Kubo
1da5ecef36
Merge pull request #81 from kkebo/use-preview-macros 2024-06-25 00:03:25 +09:00
Kenta Kubo
0ad8d115bc refactor: use #Preview macros
The `#Preview` macro is a simple replacement for the `PreviewProvider`
protocol.
2024-06-24 02:07:01 +09:00
Kenta Kubo
d873148619
Merge pull request #80 from kkebo/replace-deprecated-apis 2024-06-24 02:06:49 +09:00
Kenta Kubo
fcc41a2bcd
refactor: replace deprecated APIs
I replaced deprecated SwiftUI APIs with new ones.
2024-06-06 02:17:32 +09:00
Kenta Kubo
bbab4c95b7
chore: bump version to 1.4.5 (21) 2024-01-14 00:54:59 +09:00
Kenta Kubo
b3e49d5b36
Merge pull request #77 from kkk669/issues/72 2024-01-14 00:53:20 +09:00
Kenta Kubo
716cd5653d
fix: fix UUID mismatch issue (#72)
fixes #72
2024-01-12 22:58:01 +09:00
Kenta Kubo
e4753bce4f
fix: avoid errors in Swift Playgrounds 2024-01-12 22:01:51 +09:00
Kenta Kubo
c0d42ee1c5
refactor: make it work in Swift Playgrounds again 2024-01-12 21:47:58 +09:00
Kenta Kubo
fe7cfcfcea
docs: add a TestFlight link for macOS 2024-01-07 13:04:26 +09:00
Kenta Kubo
de988fb3b9
chore: bump version to 1.4.4 (20) 2024-01-07 12:54:51 +09:00
Kenta Kubo
3d54ac1ae8
build: update Xcode build settings 2024-01-07 12:54:51 +09:00
Kenta Kubo
0df3ebc797
fix: fix a compiler error 2024-01-07 12:52:32 +09:00
Kenta Kubo
2b39c60dfc
docs: add instructions for macOS 13 or later to README.md 2024-01-07 12:46:28 +09:00
Kenta Kubo
6641bf6a25
Merge pull request #76 from kkk669/update-instructions
feat: add instructions for macOS 13 or later (#75)
2024-01-07 12:37:30 +09:00
Kenta Kubo
6c081a2876
refactor: refactor image in text 2024-01-07 12:21:25 +09:00
Kenta Kubo
de654c15c0
feat: add instructions for macOS 13 or later 2024-01-07 12:18:18 +09:00
Kenta Kubo
01daf552da
refactor: rename image sets 2024-01-07 11:51:31 +09:00
Kenta Kubo
bd048a0132
refactor: use generated constants instead of string literals 2024-01-07 11:22:18 +09:00
Kenta Kubo
66a219c146
docs: happy new year! 2024-01-04 00:28:56 +09:00
Kenta Kubo
786c200267
Update LICENSE.txt 2023-11-14 00:59:30 +09:00
Kenta Kubo
4f3c78890b
Refactor button style 2023-06-12 00:07:58 +09:00
Kenta Kubo
ec054cde2b
Merge pull request #68 from kkk669/playground
Add Package.swift for Swift Playgrounds
2023-05-01 00:09:07 +09:00
Kenta Kubo
4ddcef7988
Rename LICENSE to LICENSE.txt for Swift Playgrounds 2023-04-30 15:35:49 +09:00
Kenta Kubo
34a1d4f81b
Add Package.swift for Swift Playgrounds
Swift Playgrounds support is currently limited because it doesn't
support essential entitlements for DNSecure. However, this is useful
for me to modify UI with Swift Playgrounds.
2023-04-30 15:33:19 +09:00