Releases: mbrubeck/tree_magic
Releases · mbrubeck/tree_magic
v3.1.6
What's Changed
- Implement the XDG base directory specification properly by @zimward in #25
- Update the optional XDG mime data files (in crate
tree_magic_db
version 3.0.1).
New Contributors
Full Changelog: v3.1.5...v3.1.6
v3.1.5
What's Changed
- feat: support apple silicon homebrew path for shared-mime-info magic db by @YOU54F in #24
New Contributors
Full Changelog: v3.1.4...v3.1.5
v3.1.4
- Fixed compile error on Rust toolchains older than 1.74.
- Updated documentation.
Full Changelog: v3.1.3...v3.1.4
v3.1.1
- Fix a bug affecting detection of short files: #15
- Fix loading of magic files from
$HOME
: #11
Full Changelog: v3.1.0...v3.1.1
v3.1.0
- Added
from_file
and match_file
methods.
- Performance improvements and reduced memory use.
- Removed dependencies on
lazy_static
and bytecount
.
- Miscellaneous code cleanup and simplification.
Full Changelog: v3.0.3...v3.1.0
v3.0.3
- Don’t panic if the database files are not found. Return an error instead (#5)
v3.0.1
- Upgrade to nom 7 (#3).
- Internal improvements (#2).