Lotus CI
c7679bc021
chore: bump cinny submodule to 15d85f52
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m57s
Build Lotus Chat Desktop / build-windows (push) Successful in 27m42s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-25 00:30:23 +00:00
Lotus CI
575934bf76
chore: bump cinny submodule to 4154cae5
Build Lotus Chat Desktop / prepare (push) Successful in 8s
Build Lotus Chat Desktop / build-linux (push) Successful in 29m34s
Build Lotus Chat Desktop / build-windows (push) Successful in 44m47s
Build Lotus Chat Desktop / update-manifest (push) Successful in 6s
2026-07-24 07:00:56 +00:00
Lotus CI
43db656269
chore: bump cinny submodule to 59ec4256
Build Lotus Chat Desktop / prepare (push) Successful in 4s
Build Lotus Chat Desktop / build-windows (push) Successful in 21m30s
Build Lotus Chat Desktop / build-linux (push) Successful in 22m55s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-22 01:58:41 +00:00
Lotus CI
330dfa3844
chore: bump cinny submodule to 8e02cef6
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-windows (push) Successful in 39m5s
Build Lotus Chat Desktop / build-linux (push) Failing after 40m15s
Build Lotus Chat Desktop / update-manifest (push) Skipped
2026-07-20 05:44:52 +00:00
jared and Claude Opus 4.8
c5461ce8ee
ci: concurrency (cancel-in-progress) on the release build
...
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-windows (push) Successful in 20m45s
Build Lotus Chat Desktop / build-linux (push) Successful in 22m25s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
Continuous "latest" builds track lotus HEAD, so only the newest submodule bump
needs to build. Cancel a superseded in-flight release: rapid lotus pushes would
otherwise queue several ~30-min Tauri builds back-to-back, and build-linux runs
on ubuntu-latest — the same runner pool as cinny web CI — so the queue also
starves web CI/deploys. update-manifest only publishes release.json on full
success, so a cancelled run leaves the last good manifest untouched.
Reviewed by 2 agents (SHIP).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-19 22:09:19 -04:00
Lotus CI
93b3d1561e
chore: bump cinny submodule to 015495c7
Build Lotus Chat Desktop / prepare (push) Successful in 4s
Build Lotus Chat Desktop / build-linux (push) Successful in 24m57s
Build Lotus Chat Desktop / build-windows (push) Successful in 35m18s
Build Lotus Chat Desktop / update-manifest (push) Successful in 12s
2026-07-19 16:45:16 +00:00
Lotus CI
2e02bb2654
chore: bump cinny submodule to 291e14ab
Build Lotus Chat Desktop / prepare (push) Successful in 2s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m50s
Build Lotus Chat Desktop / build-windows (push) Successful in 30m55s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-19 06:35:09 +00:00
Lotus CI
3739403583
chore: bump cinny submodule to 09f37f89
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m56s
Build Lotus Chat Desktop / build-windows (push) Successful in 29m1s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-19 03:49:50 +00:00
Lotus CI
ed34abf147
chore: bump cinny submodule to dcfee9f1
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-windows (push) Successful in 19m16s
Build Lotus Chat Desktop / build-linux (push) Successful in 21m39s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-19 01:52:16 +00:00
Lotus CI
d6d1ac36a3
chore: bump cinny submodule to 8a154051
Build Lotus Chat Desktop / prepare (push) Successful in 4s
Build Lotus Chat Desktop / build-windows (push) Successful in 19m46s
Build Lotus Chat Desktop / build-linux (push) Successful in 22m35s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-18 22:37:06 +00:00
Lotus CI
9900fdca25
chore: bump cinny submodule to 7c28ba58
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-windows (push) Successful in 20m5s
Build Lotus Chat Desktop / build-linux (push) Successful in 22m19s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-18 20:42:37 +00:00
Lotus CI
42e6fbba6a
chore: bump cinny submodule to 539901ec
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 21m48s
Build Lotus Chat Desktop / build-windows (push) Successful in 28m19s
Build Lotus Chat Desktop / update-manifest (push) Successful in 7s
2026-07-18 19:30:12 +00:00
Lotus CI
4849935c27
chore: bump cinny submodule to 0ce5e763
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m43s
Build Lotus Chat Desktop / build-windows (push) Successful in 32m35s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-16 03:47:37 +00:00
jared and Claude Opus 4.8
33b1a45edd
fix(windows): merge taskbar icon (AUMID) + focus window on notification click
...
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 24m50s
Build Lotus Chat Desktop / build-windows (push) Successful in 32m26s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
Taskbar showed two icons because the AppUserModelID was (a) set too late — after
the main window was built, so its taskbar button grouped under a mismatched
implicit AUMID — and (b) valued 'LotusGuild.LotusChat', which differs from the
bundle identifier 'org.lotusguild.lotus-chat' that Tauri's NSIS installer stamps
on its shortcuts. Fix both: set the AUMID at the top of run() before the window
is built (new set_process_aumid, split out of ensure_app_user_model_id), and
align the constant to the bundle identifier so the running window and a pinned
installer shortcut group together.
Notification click didn't raise the window: add a focus_main_window command
(reuses show_main) for the web/service-worker path, and call show_main directly
in the rich-toast Activated body-click handler.
Note: existing users who pinned the old mis-grouped icon may need to re-pin once.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-15 23:40:57 -04:00
Lotus CI
60526d2a65
chore: bump cinny submodule to a8c99f2a
Build Lotus Chat Desktop / prepare (push) Successful in 2s
Build Lotus Chat Desktop / build-windows (push) Successful in 18m49s
Build Lotus Chat Desktop / build-linux (push) Successful in 21m35s
Build Lotus Chat Desktop / update-manifest (push) Successful in 5s
2026-07-11 23:45:27 +00:00
Lotus CI
605c0184b3
chore: bump cinny submodule to 360e72f7
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-windows (push) Successful in 20m22s
Build Lotus Chat Desktop / build-linux (push) Successful in 21m44s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-11 02:40:36 +00:00
Lotus CI
27a9922499
chore: bump cinny submodule to e7e6d44a
Build Lotus Chat Desktop / prepare (push) Successful in 12s
Build Lotus Chat Desktop / build-linux (push) Successful in 22m39s
Build Lotus Chat Desktop / build-windows (push) Successful in 22m38s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-10 22:43:06 +00:00
Lotus CI
29fa5475e9
chore: bump cinny submodule to 82eb65b8
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 25m39s
Build Lotus Chat Desktop / build-windows (push) Successful in 31m2s
Build Lotus Chat Desktop / update-manifest (push) Successful in 14s
2026-07-10 19:15:58 +00:00
Lotus CI
23f13fe1b3
chore: bump cinny submodule to b6413d76
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 24m42s
Build Lotus Chat Desktop / build-windows (push) Successful in 30m8s
Build Lotus Chat Desktop / update-manifest (push) Successful in 5s
2026-07-10 15:00:44 +00:00
Lotus CI
3fb71c7c9b
chore: bump cinny submodule to 57f21e5c
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 26m35s
Build Lotus Chat Desktop / build-windows (push) Successful in 33m52s
Build Lotus Chat Desktop / update-manifest (push) Successful in 5s
2026-07-10 04:55:12 +00:00
Lotus CI
0845af4b0b
chore: bump cinny submodule to 39e75f4e
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 24m35s
Build Lotus Chat Desktop / build-windows (push) Successful in 24m49s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-10 03:34:19 +00:00
Lotus CI
0955b0e88f
chore: bump cinny submodule to 5d5ae0ee
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 22m16s
Build Lotus Chat Desktop / build-windows (push) Successful in 22m42s
Build Lotus Chat Desktop / update-manifest (push) Successful in 6s
2026-07-10 03:00:55 +00:00
Lotus CI
57a2bb23ad
chore: bump cinny submodule to 384a1dd2
Build Lotus Chat Desktop / prepare (push) Successful in 12s
Build Lotus Chat Desktop / build-linux (push) Failing after 14m47s
Build Lotus Chat Desktop / build-windows (push) Successful in 32m9s
Build Lotus Chat Desktop / update-manifest (push) Has been skipped
2026-07-08 06:32:07 +00:00
Lotus CI
1b73c296b5
chore: bump cinny submodule to d7d261a0
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 24m26s
Build Lotus Chat Desktop / build-windows (push) Successful in 31m9s
Build Lotus Chat Desktop / update-manifest (push) Successful in 6s
2026-07-08 05:56:17 +00:00
Lotus CI
b04890ddae
chore: bump cinny submodule to 3045a9f0
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m28s
Build Lotus Chat Desktop / build-windows (push) Successful in 29m38s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-08 04:43:13 +00:00
Lotus CI
34bba4f174
chore: bump cinny submodule to 1b2142e6
Build Lotus Chat Desktop / prepare (push) Successful in 8s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m57s
Build Lotus Chat Desktop / build-windows (push) Successful in 28m11s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-08 00:43:32 +00:00
Lotus CI
d7c94b4162
chore: bump cinny submodule to 0c6003fb
Build Lotus Chat Desktop / prepare (push) Successful in 7s
Build Lotus Chat Desktop / build-linux (push) Successful in 26m59s
Build Lotus Chat Desktop / build-windows (push) Successful in 30m5s
Build Lotus Chat Desktop / update-manifest (push) Successful in 17s
2026-07-07 19:02:20 +00:00
Lotus CI
4788f2387a
chore: bump cinny submodule to 7fd3164b
Build Lotus Chat Desktop / prepare (push) Successful in 4s
Build Lotus Chat Desktop / build-linux (push) Successful in 25m56s
Build Lotus Chat Desktop / build-windows (push) Successful in 28m9s
Build Lotus Chat Desktop / update-manifest (push) Successful in 9s
2026-07-07 18:24:56 +00:00
Lotus CI
97a572e8e9
chore: bump cinny submodule to 44420220
Build Lotus Chat Desktop / prepare (push) Successful in 4s
Build Lotus Chat Desktop / build-linux (push) Successful in 24m43s
Build Lotus Chat Desktop / build-windows (push) Successful in 26m38s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-07 17:49:03 +00:00
Lotus CI
1de1f9b749
chore: bump cinny submodule to a3ca951f
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m31s
Build Lotus Chat Desktop / build-windows (push) Successful in 27m54s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-07 17:00:01 +00:00
Lotus CI
330776d02e
chore: bump cinny submodule to 013f113b
Build Lotus Chat Desktop / prepare (push) Successful in 4s
Build Lotus Chat Desktop / build-linux (push) Successful in 26m20s
Build Lotus Chat Desktop / build-windows (push) Successful in 30m22s
Build Lotus Chat Desktop / update-manifest (push) Successful in 8s
2026-07-07 05:07:15 +00:00
jared and Claude Opus 4.8
527ebd200d
fix(csp): allow Bluesky/Loom/Kick embeds in frame-src
...
Build Lotus Chat Desktop / prepare (push) Successful in 5s
Build Lotus Chat Desktop / build-linux (push) Successful in 24m21s
Build Lotus Chat Desktop / build-windows (push) Successful in 28m30s
Build Lotus Chat Desktop / update-manifest (push) Successful in 1m6s
Add embed.bsky.app, www.loom.com, player.kick.com.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-07 00:56:08 -04:00
jared and Claude Opus 4.8
8b37e0c44e
fix(csp): allow embed.reddit.com in frame-src
...
Reddit post embeds moved from www.redditmedia.com to embed.reddit.com.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-07 00:56:08 -04:00
Lotus CI
44cd0cf260
chore: bump cinny submodule to b247a044
Build Lotus Chat Desktop / prepare (push) Successful in 9s
Build Lotus Chat Desktop / build-linux (push) Successful in 26m15s
Build Lotus Chat Desktop / build-windows (push) Successful in 27m2s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-07 03:15:47 +00:00
jared and Claude Opus 4.8
54c27a49ba
fix(csp): allow Instagram/Tidal/Reddit embeds in frame-src
...
Build Lotus Chat Desktop / prepare (push) Successful in 4s
Build Lotus Chat Desktop / build-linux (push) Successful in 25m14s
Build Lotus Chat Desktop / build-windows (push) Successful in 29m18s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
Add www.instagram.com, embed.tidal.com, www.redditmedia.com for the new inline
media embeds.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-06 23:05:32 -04:00
Lotus CI
0aca6c56af
chore: bump cinny submodule to fbaa921f
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 26m27s
Build Lotus Chat Desktop / build-windows (push) Successful in 29m5s
Build Lotus Chat Desktop / update-manifest (push) Successful in 17s
2026-07-07 01:35:53 +00:00
Lotus CI
6af8910224
chore: bump cinny submodule to 791b1cb5
Build Lotus Chat Desktop / prepare (push) Successful in 11s
Build Lotus Chat Desktop / build-linux (push) Successful in 26m0s
Build Lotus Chat Desktop / build-windows (push) Successful in 28m7s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-07 00:34:39 +00:00
jared and Claude Opus 4.8
f9e07434df
fix(csp): allow X/Twitter post + Apple Music embeds in frame-src
...
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m48s
Build Lotus Chat Desktop / build-windows (push) Successful in 25m9s
Build Lotus Chat Desktop / update-manifest (push) Successful in 9s
Add platform.twitter.com (interactive tweet embed) and embed.music.apple.com
(Apple Music player) to the webview frame-src.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-06 20:24:24 -04:00
jared and Claude Opus 4.8
5916f2f353
fix(csp): allow TikTok/Twitch/Dailymotion/Streamable/Spotify/SoundCloud embeds
...
Extend webview frame-src for the newly-added inline media players: www.tiktok.com,
www.dailymotion.com, geo.dailymotion.com, streamable.com, player.twitch.tv,
clips.twitch.tv, open.spotify.com, w.soundcloud.com.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-06 20:24:24 -04:00
jared and Claude Opus 4.8
3af04491b2
fix(csp): allow YouTube/Vimeo embed iframes in frame-src
...
Lotus Chat now plays YouTube/Vimeo links inline; the webview CSP frame-src was
'self' blob: openstreetmap only, which blocked the embed players. Add
youtube-nocookie.com, youtube.com, and player.vimeo.com.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-06 20:24:24 -04:00
Lotus CI
6f1b1ee48a
chore: bump cinny submodule to 93f307cd
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 22m40s
Build Lotus Chat Desktop / build-windows (push) Successful in 28m15s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-07 00:00:53 +00:00
Lotus CI
c8197a141a
chore: bump cinny submodule to 29d74eda
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m4s
Build Lotus Chat Desktop / build-windows (push) Successful in 2h12m33s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-05 16:28:39 +00:00
Lotus CI
5bdac06413
chore: bump cinny submodule to 57da9a6c
Build Lotus Chat Desktop / prepare (push) Successful in 13s
Build Lotus Chat Desktop / build-windows (push) Successful in 21m33s
Build Lotus Chat Desktop / build-linux (push) Successful in 25m31s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-04 02:57:32 +00:00
Lotus CI
c07568f815
chore: bump cinny submodule to f12175e7
Build Lotus Chat Desktop / prepare (push) Successful in 4s
Build Lotus Chat Desktop / build-windows (push) Successful in 22m38s
Build Lotus Chat Desktop / build-linux (push) Successful in 25m28s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-04 02:20:20 +00:00
Lotus CI
08dbc11490
chore: bump cinny submodule to 4ecc1735
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-linux (push) Successful in 27m50s
Build Lotus Chat Desktop / build-windows (push) Successful in 34m54s
Build Lotus Chat Desktop / update-manifest (push) Successful in 3s
2026-07-03 21:27:43 +00:00
Lotus CI
357ab4866e
chore: bump cinny submodule to 44854a15
Build Lotus Chat Desktop / prepare (push) Successful in 2s
Build Lotus Chat Desktop / build-linux (push) Successful in 24m52s
Build Lotus Chat Desktop / build-windows (push) Successful in 28m21s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
2026-07-03 18:02:13 +00:00
Lotus CI
684881b013
chore: bump cinny submodule to 17bd50cc
Build Lotus Chat Desktop / prepare (push) Successful in 5s
Build Lotus Chat Desktop / build-linux (push) Successful in 25m22s
Build Lotus Chat Desktop / build-windows (push) Successful in 28m34s
Build Lotus Chat Desktop / update-manifest (push) Successful in 7s
2026-07-03 15:57:20 +00:00
jared and Claude Opus 4.8
8479d6e768
fix(native): correct PKEY_AppUserModel_ID import (D6 CI build)
...
Build Lotus Chat Desktop / prepare (push) Successful in 9s
Build Lotus Chat Desktop / build-linux (push) Successful in 25m18s
Build Lotus Chat Desktop / build-windows (push) Successful in 29m40s
Build Lotus Chat Desktop / update-manifest (push) Successful in 4s
Windows CI failed: PROPERTYKEY is not in Win32::UI::Shell::PropertiesSystem.
Use the ready-made PKEY_AppUserModel_ID constant from Win32::Storage::Enhanced
Storage (same module jumplist.rs uses for PKEY_Title, feature already enabled)
instead of hand-rolling the PROPERTYKEY — drops the GUID::from_u128 dependency.
Also simplify IPersistFile::Save's fremember arg (it's bool, not BOOL).
All windows-crate symbols now verified against windows-docs-rs (PKEY_AppUser
Model_ID / IPersistFile::Save / SetCurrentProcessExplicitAppUserModelID /
CreateToastNotifierWithId).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-03 11:46:53 -04:00
Lotus CI
e65c5771e8
chore: bump cinny submodule to ca9abb53
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-windows (push) Failing after 25m32s
Build Lotus Chat Desktop / build-linux (push) Successful in 25m54s
Build Lotus Chat Desktop / update-manifest (push) Has been skipped
2026-07-03 04:21:40 +00:00
Lotus CI
b39735b8f8
chore: bump cinny submodule to 21276a47
Build Lotus Chat Desktop / prepare (push) Successful in 3s
Build Lotus Chat Desktop / build-windows (push) Failing after 27m13s
Build Lotus Chat Desktop / build-linux (push) Successful in 29m19s
Build Lotus Chat Desktop / update-manifest (push) Has been skipped
2026-07-03 03:57:50 +00:00