Skip to content

treemd 0.5.9#270634

Merged
BrewTestBot merged 2 commits intomainfrom
bump-treemd-0.5.9
Mar 4, 2026
Merged

treemd 0.5.9#270634
BrewTestBot merged 2 commits intomainfrom
bump-treemd-0.5.9

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## [0.5.9] - 2026-03-04

Added

  • Dynamic help text - Help popup now displays actual configured keybindings instead of hardcoded key strings (#47)

    • User-customized keybindings are reflected in the help menu at render time
    • Structured HelpLine enum replaces raw string-based help entries
  • Noop action for keybinding customization - Users can unbind keys by mapping them to Noop in their config (#46)

    • Noop entries are automatically filtered from the help popup
  • Regression tests for keybinding system - Added tests for user config override, Noop unbinding, clone preservation, and help entry filtering

Fixed

  • Keybinding config merging - User-defined keybindings now correctly override defaults (#46)

    • Previously, defaults were inserted first in the dispatch Vec and matched before user overrides
    • New approach replaces matching default bindings in-place, preserving user precedence
  • Clone for Keybindings discarded user config - clone() always returned default keybindings; now properly clones binding state

  • Wrong action in help for "Exit interactive mode" - Help text used Quit (which exits the app) instead of ExitMode for table navigation exit

  • Duplicate t keybinding - Both ToggleTodoFilter and ToggleThemePicker were bound to t in Normal mode; ToggleTodoFilter moved to T (Shift+t)

  • Phantom S key in status bar - "S or :w to save" referenced an unbound key; updated to ":w to save"

  • Editor in interactive mode - OpenInEditor now jumps to the interactive element's source line instead of the selected heading (#45)

  • File picker missing from help menu - Added file picker entry to help text

  • Potential usize underflow in help text - Key column width calculation now uses saturating_sub

tl;dr:

New Contributors

Full Changelog: Epistates/treemd@v0.5.8...v0.5.9

View the full release notes at https://github.com/Epistates/treemd/releases/tag/v0.5.9.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Mar 4, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Mar 4, 2026
@BrewTestBot BrewTestBot enabled auto-merge March 4, 2026 21:23
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 4, 2026
Merged via the queue into main with commit e3f71f0 Mar 4, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-treemd-0.5.9 branch March 4, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants