Bojand Infer Versions Save

Small crate to infer file and MIME type by checking the magic number signature

v0.6.0

2 years ago

Changelog

v0.6.0 - 2022-01-08

Build

  • 86d2221 update cargo version

Commits

  • 86d2221 update cargo version
  • eee4d6a Merge pull request #48 from hannesbraun/aiff-support
  • 747e509 Add AIFF support
  • 75148c2 fix linting issues with assert_eq!()
  • 3eccccb add test and docs for Type::metcher_type()

v0.5.0

3 years ago

Changelog

v0.5.0 - 2021-05-23

Build

  • 9c6da0d update cargo version

Commits

  • 9c6da0d update cargo version
  • 9637d2f Merge pull request #44 from messense/odf
  • 9618b86 Add support for Open Document formats
  • b4f9d58 Merge pull request #40 from bojand/clippy-upper-case
  • a6643d9 Fix clippy::upper_case_acronyms

v0.4.0

3 years ago

Changelog

v0.4.0 - 2021-04-12

Build

  • f1516fe update cargo version

Commits

  • f1516fe update cargo version
  • 0d0dee6 Support detecting doc/xls/ppt (#38)

v0.3.7

3 years ago

Changelog

v0.3.7 - 2021-04-12

Build

  • fa860c4 update cargo version

Commits

  • fa860c4 update cargo version
  • 5ef1427 Merge pull request #37 from messense/msooxml
  • 333d502 Allow clippy::upper-case-acronyms lint
  • b53188b Check docProps in msooxml matcher

v0.3.6

3 years ago

Changelog

v0.3.6 - 2021-03-13

Build

  • 3221954 update cargo version

Commits

  • 3221954 update cargo version
  • 86a08ae Merge pull request #36 from bojand/msi_dll_coff
  • ff0851a fix formatting
  • c96434f add a single is_coff function that composes the individual architecture ones. add docs
  • 0b91198 fix format
  • 48ca43b add uspport for obj, dll, and coff object file formats

v0.3.5

3 years ago

Incorrect Usage. flag provided but not defined: -c

USAGE: git-chglog [options]

There are the following specification methods for <tag query>.

1. <old>..<new> - Commit contained in <old> tags from <new>.
2. <name>..     - Commit from the <name> to the latest tag.
3. ..<name>     - Commit from the oldest tag to <name>.
4. <name>       - Commit contained in <name>.

OPTIONS: --init generate the git-chglog configuration file in interactive (default: false) --config value specifies a different configuration file to pick up (default: ".chglog/config.yml") --output value output path and filename for the changelogs. If not specified, output to stdout --next-tag value treat unreleased commits as specified tags (EXPERIMENTAL) --silent disable stdout output (default: false) --no-color disable color output (default: false) [$NO_COLOR] --no-emoji disable emoji output (default: false) [$NO_EMOJI] --no-case disable case sensitive filters (default: false) --tag-filter-pattern value Regular expression of tag filter. Is specified, only matched tags will be picked --help, -h show help (default: false) --version, -v print the version (default: false)

EXAMPLE:

$ git-chglog

If <tag query> is not specified, it corresponds to all tags.
This is the simplest example.

$ git-chglog 1.0.0..2.0.0

The above is a command to generate CHANGELOG including commit of 1.0.0 to 2.0.0.

$ git-chglog 1.0.0

The above is a command to generate CHANGELOG including commit of only 1.0.0.

$ git-chglog $(git describe --tags $(git rev-list --tags --max-count=1))

The above is a command to generate CHANGELOG with the commit included in the latest tag.

$ git-chglog --output CHANGELOG.md

The above is a command to output to CHANGELOG.md instead of standard output.

$ git-chglog --config custom/dir/config.yml

The above is a command that uses a configuration file placed other than ".chglog/config.yml".

v0.3.4

3 years ago

Changelog

v0.3.4 - 2021-01-02

Build

  • 1ec461e update cargo version

Commits

  • 1ec461e update cargo version
  • f4cf154 Merge pull request #32 from paolobarbolini/pptx
  • 4b38642 Fix mimetype of pptx

v0.3.3

3 years ago

Changelog

v0.3.3 - 2021-01-01

Features

  • fc9046f add support for DER encoded X.509 certificate
  • c62f991 add dex and dey support

Build

  • f79c383 update cargo version

Commits

  • f79c383 update cargo version
  • 2c8686c Merge pull request #31 from bojand/x509_der
  • fc9046f add support for DER encoded X.509 certificate
  • 0f63bc2 Merge pull request #30 from bojand/dex_dey
  • da16427 formatting
  • 435a877 formatting
  • c62f991 add dex and dey support

v0.3.2

3 years ago

Changelog

v0.3.2 - 2020-11-30

Build

  • a203379 update cargo version

Commits

  • a203379 update cargo version
  • c4e825f Merge pull request #28 from ebkalderon/add-x-shellscript-support
  • 7791f61 Add support for text/x-shellscript

v0.3.1

3 years ago

Changelog

v0.3.1 - 2020-11-22

Build

  • 5e85472 update cargo version

Commits

  • 5e85472 update cargo version
  • d8e0120 Merge pull request #27 from ebkalderon/add-x-mach-binary-support
  • 7d92c9c Add support for application/x-mach-binary