Skip to content

Releases: mbrubeck/tree_magic

v3.1.6

22 Oct 00:17
Compare
Choose a tag to compare

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

28 May 23:54
Compare
Choose a tag to compare

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

15 Mar 15:49
Compare
Choose a tag to compare
  • Fixed compile error on Rust toolchains older than 1.74.
  • Updated documentation.

Full Changelog: v3.1.3...v3.1.4

v3.1.3

15 Mar 04:51
Compare
Choose a tag to compare
  • Remove debugging code.

Full Changelog: v3.1.2...v3.1.3

v3.1.2

15 Mar 04:50
Compare
Choose a tag to compare
  • Fix panic on empty lines in aliases or subclasses: #12

Full Changelog: v3.1.1...v3.1.2

v3.1.1

15 Mar 04:23
Compare
Choose a tag to compare
  • 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

14 Mar 21:53
Compare
Choose a tag to compare
  • 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

01 Jan 17:44
Compare
Choose a tag to compare
  • Don’t panic if the database files are not found. Return an error instead (#5)

v3.0.2

31 Aug 21:44
Compare
Choose a tag to compare
  • Update to petgraph 0.6.

v3.0.1

31 Aug 03:29
Compare
Choose a tag to compare
  • Upgrade to nom 7 (#3).
  • Internal improvements (#2).