summaryrefslogtreecommitdiffstats
tag namev2.29.0 (a72bd6ae93a8e2fbb124eb5c09552c29a2e603a8)
tag date2024-03-10 08:28:37 +0100
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit ab5273334b...
### New Features
- Add scrollbar to the main entries list. That way it's easier to grasp how long the list is, and how fast one is traversing is. ### Bug Fixes - avoid crashes when the terminal is resized to unusually small sizes. - mark-pane help bar now shows closest to the selected item. Previously this would only work in the first screen, but not when the list was long enough for scrolling. ### Commit Statistics - 18 commits contributed to the release over the course of 44 calendar days. - 46 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Avoid crashes when the terminal is resized to unusually small sizes. (caa1e72) - Mark-pane help bar now shows closest to the selected item. (24a6c29) - Update to the latest versions of `tui-react` and `ratatui` (8ab4ee7) - Fix possible overflow during substraction in mark pane (a94c7d3) - Add scrollbar for mark list (5fe858d) - Add scrollbar to the main entries list. (0c511ff) - Avoid iterating a potentially long list doubly (fd797e8) - Add scrollbar for main list (120a08a) - Merge branch 'dev/pwach/ignore-vs-code' (b79fde4) - Remove user and platform specific files from `.gitignore` (30f28a7) - Ignore .vscode directory (same as .idea) (27cbd21) - Merge pull request #231 from gosuwachu/dev/pwach/fix-clippy (250fdc4) - Update dependencies (0086854) - Fixes clippy error in rust 1.76 (85c00cd) - Merge pull request #229 from chessmango-forks/main (5052da9) - Different image obvi (f5ec49f) - Strip arm64 bin (504ac52) - Add aarch64 releases (a88baf1)