Releases: nabbisen/bekoedit
Releases · nabbisen/bekoedit
Release list
0.15.0
0.15.0 - Form Mode accessibility metadata and RUSTSEC-2026-0257 Completes RFC-042: every Form Mode block is a named role=group stating its kind, and raw Markdown islands state both that they are verbatim regions and why they could not be edited as a form, reusing the product's existing island reason strings. 0.14.0's notes recorded this as the remaining gap. Resolves RUSTSEC-2026-0257 by updating the transitive webbrowser dependency to 1.2.4 in Cargo.lock. Reached only through dioxus-desktop; no bekoedit code opens external links. No manifest pin added.
0.14.0
0.14.0 — shell interaction, focus, and accessibility conformance RFC-042 slices 1-4: a single focus authority shared between the application shell and the source editor; keyboard navigation for the workspace file tree, the application and editor-tools menus, and the editor mode tabs; accessibility roles, names, and announcements for the conflict banner, Recovery, and Settings. Settings failures are reported rather than discarded. bekoedit-fs and bekoedit-ui-contract shed unused public API - the breaking change this minor release carries. Form Mode block editing does not yet expose accessibility metadata (RFC-042 slice 5).