Point release over v0.45.4: the current stable plus 1 applied commit(s), isolated from the changes still soaking on main.
Mode: cherry-pick
Applied: 496a4be (496a4be)
Patch Changes
- Renaming a file in the Files sidebar no longer doubles its markdown extension. The rename box hands you the whole filename with only the name part selected, so typing or pasting a name that already ends in
.mdleft the original.mdin place and committednotes.md.md. That produced two files for one document:notes.md.mdis filed under the document namenotes.md, which resolves back to a different file, so the next save wrote the same document out again as a plainnotes.mdbeside it. Both names also land on one row in the sidebar, so only one of the two files was visible there. A typed.mdor.mdxnow replaces the retained one instead of stacking on it. Names that merely contain dots (v1.2.md,report.2026.md) and non-document files are untouched. This stops new doubled names from being created;.md.mdand.mdx.mdxfiles already on disk are left alone and still need renaming by hand.