Skip to content

Commit 2600a96

Browse files
committed
chore(release): merge release/v0.1.x into main
2 parents 9f664ba + 3ccd535 commit 2600a96

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- name: Package macOS app
7171
run: npm run package:mac
7272
env:
73+
CSC_IDENTITY_AUTO_DISCOVERY: false
7374
# Future: Add code signing
7475
# APPLE_ID: ${{ secrets.APPLE_ID }}
7576
# APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
---
99

1010

11+
### [0.1.5](https://github.com/antonbelev/claude-owl/compare/v0.1.3...v0.1.5) (2025-11-18)
12+
13+
14+
### 🐛 Bug Fixes
15+
16+
* **ci:** disable auto code signing discovery for unsigned macOS builds ([5faa180](https://github.com/antonbelev/claude-owl/commit/5faa1806be6d359e172e6ef182c877946ee0892a))
17+
* **mac:** use identity null to completely disable code signing ([cad049a](https://github.com/antonbelev/claude-owl/commit/cad049a5027d210f9ac5e06b0c85a9faad0e03c3))
18+
1119
### [0.1.4](https://github.com/antonbelev/claude-owl/compare/v0.1.3...v0.1.4) (2025-11-18)
1220

1321
### 0.1.3 (2025-11-17)

electron-builder.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
}
2424
],
2525
"icon": "assets/icon.icns",
26-
"hardenedRuntime": false,
27-
"gatekeeperAssess": false,
28-
"sign": false
26+
"identity": null
2927
},
3028
"dmg": {
3129
"contents": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-owl",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Open-source UI for managing Claude Code configurations, settings, and features",
55
"main": "dist/main/index.js",
66
"author": "Claude Owl Contributors",

0 commit comments

Comments
 (0)