v0.12.0
A release with a number of fixes. Also implements skip
as a list of conditions (finally!), and makes the prefix searching in large binary files much faster.
What's Changed
- feat: use mmap for better performance while reading files by @orhun in #661
- feat: implement skip as list by @wolfv in #653
- feat: add color force handling and fix subtle bug with stdout / stderr by @wolfv in #656
- feat: make prefix searching much faster by using mmap and memchr by @wolfv in #658
Fixes
- fix: update to latest rattler and other dependencies by @wolfv in #667
- fix(ci): add missing chcekout for post-build step by @orhun in #648
- fix: retain order of channels for proper strict priority handling by @wolfv in #659
- fix: extraction bars proper length and add checksum verification to path source by @wolfv in #666
Docs
- docs: miscellaneous edits throughout for style and wording by @beeankha in #660
- docs: fix license specifier and add hint to spdx by @ruben-arts in #664
- docs: Add repology packaging status to README by @pavelzw in #663
- docs: added LicenseRef option by @daenny in #665
- docs: fix up example recipe by @wolfv in #651
- docs: make examples follow some more best practices by @wolfv in #652
- docs: add system default to dark light toggle by @ruben-arts in #654
- docs: make links easier to read in light mode by @wolfv in #668
Chore
New Contributors
Full Changelog: v0.11.0...v0.12.0