Skip to content

Commit 3a0d325

Browse files
committed
Merge branch 'dev' into feat/jsonc-user-themes
2 parents 0b19ea8 + d3d379f commit 3a0d325

File tree

30 files changed

+223
-58
lines changed

30 files changed

+223
-58
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ jobs:
172172
- name: Install tauri-cli from portable appimage branch
173173
if: contains(matrix.settings.host, 'ubuntu')
174174
run: |
175-
# cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage --force
176-
cargo install tauri-cli --git https://github.com/brendonovich/tauri --branch appimage-sidecar-binaries --force
175+
cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage --force
177176
echo "Installed tauri-cli version:"
178177
cargo tauri --version
179178

STATS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,4 @@
193193
| 2026-01-04 | 1,672,656 (+39,702) | 1,339,883 (+7,969) | 3,012,539 (+62,560) |
194194
| 2026-01-05 | 1,738,171 (+65,515) | 1,353,043 (+13,160) | 3,091,214 (+78,675) |
195195
| 2026-01-06 | 1,960,988 (+222,817) | 1,377,377 (+24,334) | 3,338,365 (+247,151) |
196+
| 2026-01-07 | 2,123,239 (+162,251) | 1,398,648 (+21,271) | 3,521,887 (+183,522) |

bun.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/app",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "",
55
"type": "module",
66
"exports": {

packages/console/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/console-app",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"type": "module",
55
"license": "MIT",
66
"scripts": {

packages/console/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@opencode-ai/console-core",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"private": true,
66
"type": "module",
77
"license": "MIT",

packages/console/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/console-function",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"$schema": "https://json.schemastore.org/package.json",
55
"private": true,
66
"type": "module",

packages/console/mail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/console-mail",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"dependencies": {
55
"@jsx-email/all": "2.2.3",
66
"@jsx-email/cli": "1.4.3",

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opencode-ai/desktop",
33
"private": true,
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"type": "module",
66
"license": "MIT",
77
"scripts": {

packages/desktop/src-tauri/entitlements.plist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,19 @@
1212
<true/>
1313
<key>com.apple.security.cs.disable-library-validation</key>
1414
<true/>
15+
<key>com.apple.security.automation.apple-events</key>
16+
<true/>
17+
<key>com.apple.security.device.audio-input</key>
18+
<true/>
19+
<key>com.apple.security.device.camera</key>
20+
<true/>
21+
<key>com.apple.security.personal-information.addressbook</key>
22+
<true/>
23+
<key>com.apple.security.personal-information.calendars</key>
24+
<true/>
25+
<key>com.apple.security.personal-information.location</key>
26+
<true/>
27+
<key>com.apple.security.personal-information.photos-library</key>
28+
<true/>
1529
</dict>
1630
</plist>

0 commit comments

Comments
 (0)