Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 1.57 KB

File metadata and controls

75 lines (47 loc) · 1.57 KB

Release notes

vNext

Version 21.5.30

  • Update vendored pygments to 2.9.0
  • Update commoncode to latest version
  • Use new libmagic configuration based on a plugin, and environment variable or the system path.
  • Only do content-based detection for programing language if there is no extension.
  • Remove Actionscript3 from programing language detection. This is not common enough and is the source of too many false positives.

Version 21.2.24

  • Update typecode-libmagic in particular on macOS for v11/Big Sur support

Version 21.1.21

  • Update typecode-libmagic
  • Drop using the standard library mimetypes modules because of #14
  • Fix testing issues and testing requirements
  • Update documentation and comments
  • Uupdate to use latest commoncode

Version 21.1.9.1

  • Work around Python bug #14

Version 21.1.9

Version 21.1.8.1

  • Upgrade to latest boilerplate skeletton
  • Improve detection of Windows executables

Version 20.10.20

  • Roll back Pygments and vendor with vendy

Version 20.10

  • Code for content-based lexers from Pygments has been updated from v 2.2.0 to v 2.7.1
  • Create data driven filetype tests and update test expectations

Version 20.09

  • Initial release.