Implemented in a74165f.
The post editor now captures its cursor and selection before opening the link or media picker, carries that insertion point through picker searches and tab changes, and…
Implemented in 932b73c.\n\n- Added shared post/media one-shot translation request builders used by both automatic translation and editor Quick Actions.\n- Normalized absent excerpt/title/alt/captio…
Implemented in bda3c40. Post autosaves now schedule SQLite and filesystem persistence on Tokio's blocking pool instead of running it inside the 500 ms UI tick. In-flight saves are deduplicated,…
Implemented in 5a48456.
- Added issue open/closed state to the typed Gitea draft for both create and edit, with view-ready Rust state for the iOS editor.
- Added a native, accessible Closed…
Implemented in d0ec533.
The broken renderer was Foundation AttributedString(markdown:): it retained block structure only as presentation metadata, so conversion to NSAttributedString…
Implemented in 047f0ab.
- Added typed Gitea milestone state handling with explicit
open/closedvalidation and serialization. - Added a native, accessible Closed switch to the milestone…