Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/add-new-calls.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
default: minor
---

# Add experimental new calls

Introduce an opt-in new call system behind a single experimental setting. It uses LiveKit JS on web and desktop and native LiveKit on supported mobile devices, with Element Call remaining the fallback when the setting is off.
4 changes: 4 additions & 0 deletions .github/workflows/tauri-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@ jobs:
shell: bash
run: mise -y run tauri:setup:ios

- name: Download iOS frameworks
shell: bash
run: pnpm ios:frameworks

- name: Symlink icons to the ios folder
shell: bash
run: mise run icons:symlink --write --force
Expand Down
9 changes: 9 additions & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
!.slim/deepwork/
!.slim/deepwork/**

# BEGIN oh-my-opencode-slim worktrees
!.slim/
!.slim/worktrees.json
!.slim/worktrees/
!.slim/worktrees/**
# END oh-my-opencode-slim worktrees
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"typecheck": "tsc",
"tauri": "tauri",
"tauri:cef": "node scripts/tauri.js cef",
"ios:frameworks": "node scripts/download-ios-frameworks.js",
"tauri:wry": "node scripts/tauri.js wry",
"test": "vitest",
"test:ui": "vitest --ui",
Expand Down Expand Up @@ -46,6 +47,7 @@
"@choochmeque/tauri-plugin-sharekit-api": "0.4.0-rc.5",
"@fontsource-variable/nunito": "5.2.7",
"@fontsource/space-mono": "5.2.9",
"@livekit/components-react": "2.9.23",
"@lottiefiles/dotlottie-react": "^0.12.0",
"@noble/hashes": "^2.2.0",
"@phosphor-icons/react": "^2.1.10",
Expand Down Expand Up @@ -96,6 +98,7 @@
"leaflet": "1.9.4",
"linkify-react": "^4.3.3",
"linkifyjs": "^4.3.3",
"livekit-client": "2.21.0",
"marked": "^18.0.5",
"matrix-js-sdk": "42.0.0",
"matrix-widget-api": "^1.17.0",
Expand Down
Loading
Loading