mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
docs: update CHANGELOG, ARCHITECTURE and AGENTS for post-0.2.0 fixes
- CHANGELOG: add [Unreleased] section with all fixes and perf improvements since the 0.2.0 tag - ARCHITECTURE: note that GetItemContent also returns ay (no base64) - AGENTS: update D-Bus method summary -- GetItemContent returns (s, ay), SetFocusedApp removed Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f9826c63a8
commit
375f50e962
3 changed files with 41 additions and 3 deletions
|
|
@ -102,7 +102,9 @@ creating a duplicate row.
|
|||
### Wire format
|
||||
|
||||
`SubmitItem` takes `ay` (D-Bus byte array) directly. No base64 encoding
|
||||
in JS, no decode step in Rust.
|
||||
in JS, no decode step in Rust. Likewise `GetItemContent` returns `(s, ay)` --
|
||||
mime type plus raw bytes -- so paste-back requires no base64 decode on the
|
||||
compositor thread either.
|
||||
|
||||
### Mime allowlist
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue