Releases: KazDragon/consolepp
Releases · KazDragon/consolepp
v0.2.2
What's Changed
- Vcpkg metaproject support by @PerdixOfMars in #13
- Improve vcpkg handling by @PerdixOfMars in #14
- Update README.md by @PerdixOfMars in #15
- Update README.md by @PerdixOfMars in #16
- Automated Release Process by @PerdixOfMars in #17
New Contributors
- @PerdixOfMars made their first contribution in #13
Full Changelog: v0.2.1...v0.2.2
Version 0.2.1
Updates to the development environment.
Version 0.2.0
Console++ now requires C++20
This removes the dependency on gsl-lite.
The console class now models the channel concept.
This change allows for better interoperability with Server++, Terminal++, etc.
Version 0.1.0
Console++ now requires C++17.
Version 0.0.2
Consle++ is now namespaced under KazDragon:: in CMake.
Initial release
This release includes basic console i/o and console size queries.