All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
3.0.7 - 2025-01-13
- Restore MSRV for Windows
3.0.6 - 2024-10-24
3.0.5 - 2024-10-24
- Update MSRV to 1.66
- Implement AutoStream for dyn Write + auto traits
3.0.4 - 2024-07-25
3.0.3 - 2024-05-02
- Drop MSRV to 1.65
3.0.2 - 2023-12-04
3.0.1 - 2023-09-29
- Impl
WinconStream
forBox<dyn Write>
3.0.0 - 2023-09-28
- API is rewritten from scratch, just being a
WinconStream::write_colored
2.1.0 - 2023-08-24
- Update MSRV to 1.70.0
- Allow querying
is_terminal
2.0.0 - 2023-08-23
- Removed support for non-static locked streams
- Removed
Console::map
- Exposed lower level get/set color APIs
1.0.2 - 2023-08-09
1.0.1 - 2023-04-24
std::fs::File
support (writes ANSI to it)
1.0.0 - 2023-04-13
- Updated
anstyle
0.2.0 - 2023-03-13
- Take two at
Console::new
reporting errors
0.1.1 - 2023-03-08
Console
now implementsDebug
0.1.0 - 2023-03-08
anstyle
upgradedConsole::new
no longer errorsStream::set_color
andStream::get_color
changed their signatures
Console::lock
supportConsole::into_inner
supportConsole::map
supportConsole::flush
support- An ANSI implementation for windows