Skip to content

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 06 Dec 01:27
· 182 commits to main since this release

[0.4.6] - 2025-12-05

Fixed the non-existing file open modal.

The issue was that both exit_interactive_mode() and exit_link_follow_mode() unconditionally set self.mode = AppMode::Normal, which was overwriting the ConfirmFileCreate mode set by load_file() or load_wikilink() when a file doesn't exist.

Full Changelog: v0.4.5...v0.4.6