You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ All notable changes to Capsomnia will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
+
- Add Intel Mac source-install support for macOS 13.5 or later with Swift 5.9, while keeping the signed and notarized package Apple silicon-only on macOS 14 or later.
8
+
7
9
## 3.0.0 - 2026-08-10
8
10
9
11
- Add an optional auto-off timer with 15-minute through 8-hour presets, a one-minute to 24-hour custom picker, a live countdown, and an explicit restart action in Advanced Settings.
소스 설치 프로그램은 `Capsomnia.app`을 로컬에서 빌드해 `~/Applications/`에 넣고, 같은 helper와 sudoers 규칙을 설치한 뒤 사용자 LaunchAgent를 시작합니다.
70
+
소스 설치 프로그램은 로컬에서 `Capsomnia.app`을 빌드해 `~/Applications/`에 배치하고, 제한된 helper와 sudoers 규칙을 설치한 뒤 사용자 LaunchAgent를 시작합니다. 서명 및 공증된 릴리스 패키지는 계속 Apple silicon 전용이며 macOS 14 이상이 필요합니다.
@@ -44,7 +44,8 @@ Capsomnia itself does not make network requests, collect telemetry, or require a
44
44
45
45
Requirements:
46
46
47
-
- Apple silicon Mac with macOS 14 or later
47
+
- Signed upstream package: Apple silicon Mac with macOS 14 or later
48
+
- Source install: Apple silicon Mac with macOS 14 or later, or Intel Mac with macOS 13.5 or later
48
49
- Administrator access during installation
49
50
50
51
Install the signed package:
@@ -58,15 +59,15 @@ The package build and install scripts are public in [`scripts/build-pkg.sh`](scr
58
59
59
60
## Build From Source
60
61
61
-
Developer source install still works and requires a Swift 6 toolchain:
62
+
Developer source installation supports Apple silicon Macs on macOS 14 or later and Intel Macs on macOS 13.5 or later. It requires Swift 5.9 or later, included with Xcode 15 or later:
The source installer builds `Capsomnia.app` locally, places it in `~/Applications/`, installs the same helper and sudoers rule, and starts a user LaunchAgent.
70
+
The source installer builds `Capsomnia.app` locally, places it in `~/Applications/`, installs the restricted helper and sudoers rule, and starts a user LaunchAgent. The signed and notarized release package remains Apple silicon-only and requires macOS 14 or later.
0 commit comments