Releases: bang-olufsen/yash
Releases · bang-olufsen/yash
v3.0.0
What's Changed
- Use
std::span
as interface containers + some minor improvements by @hansbinderup in #17 - Store commands as std::span instead of array reference by @hansbinderup in #18
- Fix segmentation fault on vector reallocation by @hansbinderup in #19
- Reduce allocations when printing commands by @hansbinderup in #20
New Contributors
- @hansbinderup made their first contribution in #17
Full Changelog: v2.0.4...v3.0.0
v2.0.4
Revert "Changed usage of std::vector to std::list (#15)" (#16) This reverts commit 075b8a11c2cabfaf30e18747ab1de8e1401d9404.
v2.0.3
What's Changed
- bumping Catch2 to version v2.13.7 by @anedergaard in #13
- Added constexpr support by @jeppefrandsen in #12
- Updated example image by @jeppefrandsen in #14
- Changed usage of std::vector to std::list by @anedergaard in #15
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Add command to description of multiple commands (#10) * Add command to description * Minor rename
v2.0.1
Yash arrow key control (#9) * Yash arrow control Support for home, end, delete, left/right arrow and ctrl+left/right keys * Fixed comments Also fixed some unessesary copying/mem allocation
v2.0.0
Added full command completion and changed add of commands handling
v1.0.1
Added support for Tab completion
v1.0.0
Lowered image size