Lotus CI
f45817d4ac
chore: bump cinny submodule to 8ff2f33d
2026-06-09 23:15:38 +00:00
jared
a6aae9d6f2
fix(ci): correct artifact filenames and drop AppImage build
...
Two build failures after rename to "Lotus Chat":
- Windows upload was globbing for Cinny_*_x64-setup.exe; Tauri now
outputs "Lotus Chat_4.12.2_x64-setup.exe" to match productName
- Linux upload was globbing for Cinny_*_amd64.deb; same issue
Also switch version source from filename parsing to tauri.conf.json
directly — more robust, no regex.
Linux: drop AppImage bundle (--bundles deb only). AppImage requires
downloading AppRun from github.com/tauri-apps/binary-releases during
the build step; the CI runner times out on that download. The deb
builds cleanly. Re-enable AppImage once GitHub connectivity is fixed.
Update manifest now covers Windows only (Linux AppImage not available).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-09 18:57:31 -04:00
jared
838c69f46e
fix(windows): grant microphone and camera permissions in WebView2
...
WebView2 silently denies getUserMedia() unless a PermissionRequested
handler explicitly allows it. macOS was already covered by Info.plist;
Windows had nothing. Adds a COM event handler via with_webview that
auto-approves mic and camera requests so Element Call voice/video
works in the desktop app.
Also includes previously uncommitted changes:
- tauri.conf.json: add media-src / mediastream: to CSP
- Info.plist: macOS NSMicrophoneUsageDescription / NSCameraUsageDescription
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-09 18:27:12 -04:00
jared
0b7ace5dfa
Add update-manifest job to generate release.json after both builds
2026-06-07 13:14:54 -04:00
jared
8f0f8db201
Rename to Lotus Chat, point updater at our release manifest
Build Lotus Chat Desktop / build-windows (push) Has been cancelled
Build Lotus Chat Desktop / build-linux (push) Has been cancelled
2026-06-07 13:13:32 -04:00
jared
ceda17edc4
Set matrix.lotusguild.org as default homeserver
Build Lotus Chat Desktop / build-windows (push) Successful in 26m54s
Build Lotus Chat Desktop / build-linux (push) Successful in 21m54s
2026-06-07 13:12:27 -04:00
jared
12c860de0c
Deduplicate assets on upload, fix release accumulation
Build Lotus Chat Desktop / build-linux (push) Successful in 22m54s
Build Lotus Chat Desktop / build-windows (push) Successful in 24m4s
2026-06-07 12:29:56 -04:00
jared
12a559dc6d
Remove rust-cache from Windows job (stale paths break cargo)
Build Lotus Chat Desktop / build-windows (push) Failing after 15m25s
Build Lotus Chat Desktop / build-linux (push) Successful in 22m19s
2026-06-07 11:27:42 -04:00
jared
938fa0953b
Fix upload: extract version from artifact, fix bash token syntax
Build Lotus Chat Desktop / build-windows (push) Failing after 15m46s
Build Lotus Chat Desktop / build-linux (push) Successful in 24m8s
2026-06-07 01:40:31 -04:00
jared
5f678ff088
Fix PowerShell env var: TOKEN -> env:TOKEN
Build Lotus Chat Desktop / build-linux (push) Failing after 17m12s
Build Lotus Chat Desktop / build-windows (push) Successful in 30m8s
2026-06-07 00:46:28 -04:00
jared
df39489916
Use scoped RELEASE_TOKEN instead of GITHUB_TOKEN
Build Lotus Chat Desktop / build-linux (push) Successful in 23m13s
Build Lotus Chat Desktop / build-windows (push) Failing after 30m28s
2026-06-06 22:53:16 -04:00
jared
b2288bc9b2
Read version directly in upload step, not from step outputs
Build Lotus Chat Desktop / build-linux (push) Successful in 22m9s
Build Lotus Chat Desktop / build-windows (push) Failing after 31m5s
2026-06-06 22:15:23 -04:00
jared
0923312111
Drop prepare-release job, each build gets-or-creates the release
Build Lotus Chat Desktop / build-linux (push) Successful in 26m14s
Build Lotus Chat Desktop / build-windows (push) Failing after 36m56s
2026-06-06 19:35:56 -04:00
jared
279117ecf2
Switch Windows bundler from WiX/MSI to NSIS/EXE
Build Lotus Chat Desktop / prepare-release (push) Failing after 18m5s
Build Lotus Chat Desktop / build-windows (push) Has been skipped
Build Lotus Chat Desktop / build-linux (push) Has been skipped
2026-06-06 19:03:33 -04:00
jared
adb017804d
Shallow submodule clone on Windows to fix checkout timeout
Build Lotus Chat Desktop / prepare-release (push) Successful in 8s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m26s
Build Lotus Chat Desktop / build-windows (push) Failing after 32m33s
latest
2026-06-06 17:26:03 -04:00
jared
0e700b335a
Restructure: publish direct to release, no artifact storage
Build Lotus Chat Desktop / prepare-release (push) Successful in 8s
Build Lotus Chat Desktop / build-windows (push) Failing after 17m29s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m46s
2026-06-06 16:49:49 -04:00
jared
a7b93deb98
Add xdg-utils for AppImage bundler
Build Lotus Chat Desktop / build-linux (push) Failing after 16m51s
Build Lotus Chat Desktop / build-windows (push) Failing after 30m24s
Build Lotus Chat Desktop / publish (push) Has been skipped
2026-06-06 16:13:59 -04:00
jared
99fb77b867
Fix shell: use powershell not pwsh on Windows
Build Lotus Chat Desktop / build-windows (push) Failing after 41s
Build Lotus Chat Desktop / build-linux (push) Failing after 15m5s
Build Lotus Chat Desktop / publish (push) Has been skipped
2026-06-06 14:12:57 -04:00
jared
6f543f8bef
Install full Tauri 2 Linux deps (webkit4.1 + soup3 + xdo)
Build Lotus Chat Desktop / build-windows (push) Failing after 27s
Build Lotus Chat Desktop / publish (push) Has been cancelled
Build Lotus Chat Desktop / build-linux (push) Has been cancelled
2026-06-06 13:59:42 -04:00
jared
473028491c
Use pre-installed Node on Windows runner
Build Lotus Chat Desktop / build-windows (push) Failing after 35s
Build Lotus Chat Desktop / build-linux (push) Failing after 10m23s
Build Lotus Chat Desktop / publish (push) Has been skipped
2026-06-06 13:58:19 -04:00
jared
a598ba6049
Fix webkit package for Bullseye
Build Lotus Chat Desktop / build-windows (push) Failing after 5s
Build Lotus Chat Desktop / build-linux (push) Failing after 9m18s
Build Lotus Chat Desktop / publish (push) Has been skipped
2026-06-06 13:21:46 -04:00
jared
a7ced9d477
Add Lotus Chat desktop build workflow
Build Lotus Chat Desktop / build-linux (push) Failing after 36s
Build Lotus Chat Desktop / build-windows (push) Failing after 2m12s
Build Lotus Chat Desktop / publish (push) Has been skipped
2026-06-06 13:03:30 -04:00
jared
646da8276a
Update cinny submodule to lotus branch tip
2026-06-06 12:56:03 -04:00
jared
af9ad2eb6f
Point cinny submodule at LotusGuild/cinny lotus branch
2026-06-06 12:55:13 -04:00
Krishan
9d12943e3a
chore: use shx for cross platform compatibility ( #582 )
2026-05-24 21:15:53 +10:00
Krishan
b670ef0e32
chore: update config.json to match with web code ( #583 )
2026-05-24 21:12:22 +10:00
Krishan
a823e45535
chore: fix script to not break on windows ( #581 )
...
fix script to not break on windows
2026-05-24 21:11:58 +10:00
Krishan
36887eaf40
chore: Release v4.12.2 ( #580 )
...
Release v4.12.2
v4.12.2
2026-05-23 23:18:03 +10:00
Krishan
9809657b84
chore: add script for updates ( #578 )
2026-05-23 21:52:55 +10:00
Krishan
2b61520524
fix: update CSP to allow reordering rooms inside space ( #579 )
...
* fix: update CSP to allow reordering rooms inside space
Fixes https://github.com/cinnyapp/cinny/issues/2949
* disable native dnd in windows configuration
* Disable drag and drop for main webview window in lib.rs
* Remove dragDropEnabled setting from tauri.conf.json
* Replace drag_drop_enabled with disable_drag_drop_handler
2026-05-23 21:52:14 +10:00
Krishan
8b7bced138
chore: Release v4.12.1 ( #577 )
...
chore: release v4.12.1
v4.12.1
2026-05-15 19:16:31 +10:00
dependabot[bot]
24d34c77d5
chore: bump actions/setup-node from 6.2.0 to 6.4.0 ( #576 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 6.2.0 to 6.4.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/6044e13b5dc448c55e2357c09f80417699197238...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-23 22:29:10 +10:00
dependabot[bot]
e72e44bb12
chore: bump softprops/action-gh-release from 2.3.3 to 3.0.0 ( #575 )
...
Bump softprops/action-gh-release from 2.3.3 to 3.0.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.3.3 to 3.0.0.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/6cbd405e2c4e67a21c47fa9e383d020e4e28b836...b4309332981a82ec1c5618f44dd2e27cc8bfbfda )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-14 14:21:27 +10:00
Shenwei Wang
08fcd330e1
fix: enable tauri plugin opener ( #559 )
...
* fix: enable tauri plugin opener
* fix: add remote urls to make build work on Windows
* fix: update Cargo.lock
We need tauri v2.8.0 since which supports `WebviewBuilder::on_new_window`
* fix: handle `window.open()` using `WebviewBuilder::on_new_window`
---------
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com >
2026-04-13 17:20:44 +10:00
Krishan
0a5f14508c
chore: upload build artifacts to workflow run ( #571 )
...
* Add artifact collection and upload steps to workflow
* Change artifact upload method in test workflow
Replaced the upload-artifact action with a custom bash script to handle artifact uploads.
* Refactor artifact upload process in CI workflow
Removed artifact collection step and added separate upload steps for macOS, Linux, and Windows artifacts.
2026-04-12 18:10:24 +10:00
Pietagorh
a2077499a0
chore: replace link to tauri v1 docs in README ( #568 )
...
now points to tauri v2
2026-04-01 22:33:50 +11:00
Krishan
18b8f696a1
chore: use private vulnerability disclosure ( #565 )
2026-03-22 18:21:18 +11:00
Krishan
957f2a9f77
chore: add issue template to redirect new issues to discussions ( #564 )
...
* chore: add issue template to redirect new issues to discussions
* chore: delete .github/PULL_REQUEST_TEMPLATE.md
* chore: delete .github/ISSUE_TEMPLATE/bug_report.yml
* chore: delete .github/ISSUE_TEMPLATE/feature_request.yml
2026-03-22 17:48:53 +11:00
Shenwei Wang
89804c83ac
fix: use devUrl when dev ( #556 )
2026-03-18 00:29:22 +11:00
Shenwei Wang
a396a54f90
fix: modify CSP to allow connect-src blob ( #549 )
...
* Modify CSP to allow connect-src blob
Updated Content Security Policy to include 'blob' in connect-src.
Fixing #548
* chore(ci): Disable Updater for Fork PRs
* fix: disable createUpdaterArtifacts for fork PRs
* fix: always disable createUpdaterArtifacts
* fix: fix typos
2026-03-17 23:57:32 +11:00
Krishan
3930144876
chore: remove secret from test run
2026-03-13 13:29:00 +11:00
Krishan
d2b51ee0e6
chore(release): v4.11.2 [skip ci] ( #543 )
v4.11.2
2026-03-12 01:10:36 +11:00
Krishan
086ba8b77a
fix: version is on top level now ( #542 )
2026-03-12 01:10:18 +11:00
Krishan
8da44b2b88
chore(release): v4.11.1 [skip ci] ( #541 )
v4.11.1
2026-03-12 00:35:57 +11:00
Krishan
fcd638bc1c
fix: duplicate window creation and CSP issues ( #540 )
2026-03-12 00:23:50 +11:00
Krishan
c6921d602c
chore: update Renovate configuration for dependency dashboard ( #537 )
...
* Update Renovate configuration for dependency dashboard
* Fix JSON formatting in renovate.json
2026-03-10 14:56:50 +11:00
Krishan
9b3574a80e
chore: add PR title check workflow ( #536 )
...
Add PR title check workflow
2026-03-10 14:56:29 +11:00
Krishan
1e8d28faee
Pin all the action deps to SHA ( #531 )
2026-03-04 00:22:57 +11:00
Krishan
d15e86a176
Update Tauri from v1 to v2 ( #496 )
...
* Upgrade tauri to v2
* update action and disable menu
* Add args to workflow step in test.yml
* Rename environment variables for Tauri signing
* Change mainBinaryName from 'Cinny' to 'cinny'
* Update linux file names to use 'Cinny' instead of 'cinny'
* Upgrade Tauri action to v0.6.1 and fix targets
Updated Tauri action version and corrected target specification.
2026-03-03 23:16:04 +11:00
Krishan
cf839c0fe9
Update Rust installation action in workflow
2026-03-03 22:15:57 +11:00