Hello everyone. I've been using Glues as my main note-taking app, and I'm pleased to share this update. Here's a brief look at what's new. Expect more improvements soon!
Main Highlights
Design Renewal
- 256-Color Support
Switched from just 16 ANSI colors to 256 colors. Everything now looks way more vibrant and consistent, no matter which terminal you’re using.
- Better Note Tree Browser
- Added Nerd Font icons for directories and notes, so it’s easier to see what’s what at a glance.
- Directories get a neat yellow icon, and notes have dimmer icons for contrast.
- New Bottom Status Area
- Shows Vim mode (Normal/Insert/Visual) on the bottom-left corner.
- Displays a breadcrumb to let you know exactly where you are.
- Hides the Vim mode label when no tabs are open—clean and simple.
Keymap Side Panel
- Press
?
to toggle a handy panel on the right with all the key mappings. - No more cramming everything into a single top row. Now you can open/close the panel anytime you want.
Additional Improvements
- Tab Closing Tweaks: You can now close all tabs on the right or all on the left.
- Cleaner Tab Rendering: Removed the square brackets around editor tabs.
- “Saving…” Label Update: Redesigned for better visibility.
- OS Clipboard Integration: Yanked text goes straight to your system clipboard.
- Vim ‘a’ Command Fix: Properly inserts text at the end of a line.
- Rust Update: Bumped to version 1.84.
- Plus various refactoring and logging upgrades under the hood.
Hope you find these changes helpful! I’m loving it so far and will keep improving Glues for everyone. Enjoy!
What's Changed
- Fix note rename to apply changes to open tabs in TUI by @panarch in #96
- Implement breadcrumb support in tui editor by @panarch in #97
- Update tui/ editor to show vim mode at bottom left corner by @panarch in #98
- Remove surrounding borders in note tree & editor and leave only divid… by @panarch in #99
- Remove square bracket uses in editor tab rendering by @panarch in #100
- Apply Nerd Font icons to NoteTree by @panarch in #101
- Apply NerdFont to editor - tabs & bottom right status message by @panarch in #102
- Add tab close mode with closing all right tabs by @panarch in #103
- Add closing all left tabs (normal mode - tXh) by @panarch in #104
- Change NoteTree icon colors - directory to yellow & note to dimmed by @panarch in #105
- Replace colors - named ANSI colors to other indexed colors by @panarch in #106
- Move tab management including breadcrumb from tui/ to core/ by @panarch in #107
- Add logger to core module by @panarch in #108
- Make editor breadcrumb look better by @panarch in #109
- Update rust-toolchain rust version to 1.84 by @panarch in #110
- Update editor yank to set OS clipboard by @panarch in #111
- Update editor 'Saving...' bottom-right label design by @panarch in #112
- Hide Vim mode label in editor if no tabs open by @panarch in #113
- Fix 'a' behavior in Vim normal mode to stop at line end by @panarch in #114
- Split tui/transitions.rs into sub modules by @panarch in #115
- Implement Keymap side panel UI/UX by @panarch in #116
- Release v0.6.0 by @panarch in #117
Full Changelog: v0.5.5...v0.6.0