2.3.0 (2024-11-18)
Features
- added dashboard health checks (deb00d0)
- dashboard: added support for mini.sessions (c8e209e)
- dashboard: allow opts.preset.keys to be a function with default keymaps as arg (b7775ec)
- dashboard: automatically detect streaming commands and don't cache those. tty-clock, cmatrix galore. Fixes #100 (082beb5)
- notifier: timeout=0 keeps the notif visible till manually hidden. Closes #102 (0cf22a8)
Bug Fixes
- dashboard: check uis for headless and stdin_tty. Fixes #97. Fixes #98 (4ff08f1)
- dashboard: debug output (c0129da)
- dashboard: disable
vim.wo.colorcolumn
(#101) (43b4abb) - dashboard: notify on errors. Fixes #99 (2ae4108)
- debug: MYVIMRC is not always set (735f4d8)
- notifier: also handle timeout = false / timeout = true. See #102 (99f1f49)