New Features
- allow sorting by name in interactive mode
Bug Fixes
- formatting in src/interactive/app/handlers.rs
- on MacOS use only 3 threads by default.
Otherwise, it would get very slow and the difference is enormous.
16 threads for example take 4.1s on a workload, whereas this only takes
550ms with 3 threads.
Style
- simplify some statements for readability
Commit Statistics
- 9 commits contributed to the release over the course of 55 calendar days.
- 84 days passed between releases.
- 4 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
- Merge pull request #275 from joehasson/feat/interactive-mode-sort-by-name (364f732)
- Thanks clippy (092a6c5)
- Allow sorting by name in interactive mode (73224e6)
- Merge pull request #274 from musicinmybrain/petgraph0.7 (14a276e)
- Update petgraph to 0.7 (b83a2f6)
- Merge pull request #271 from hamirmahal/style/simplify-some-statements-for-readability (3bc25bd)
- Formatting in src/interactive/app/handlers.rs (0a4d09e)
- Simplify some statements for readability (c1dc1b2)
- On MacOS use only 3 threads by default. (8933be4)