Recent Releases of https://github.com/rails/marcel
https://github.com/rails/marcel - v1.1.0
What's Changed
- Identify Sony and Canon raw images as subtypes of image/tiff by @afcapel in https://github.com/rails/marcel/pull/89
- Fix frozen string literal warning in magic detection by @FrancescoK in https://github.com/rails/marcel/pull/123
- Update tika definitions to latest version by @MarcelEeken in https://github.com/rails/marcel/pull/114
- Fix detection of AV1 in WebM as video/webm by @alexandergitter in https://github.com/rails/marcel/pull/104
New Contributors
- @afcapel made their first contribution in https://github.com/rails/marcel/pull/89
- @FrancescoK made their first contribution in https://github.com/rails/marcel/pull/123
- @MarcelEeken made their first contribution in https://github.com/rails/marcel/pull/114
- @Mth0158 made their first contribution in https://github.com/rails/marcel/pull/108
- @mark-young-atg made their first contribution in https://github.com/rails/marcel/pull/105
- @alexandergitter made their first contribution in https://github.com/rails/marcel/pull/104
- @rafaelfranca made their first contribution in https://github.com/rails/marcel/pull/126
Full Changelog: https://github.com/rails/marcel/compare/v1.0.4...v1.1.0
- Ruby
Published by rafaelfranca 6 months ago
https://github.com/rails/marcel - v1.0.4
What's Changed
- Regression fix: binary declared type should fall back to filename extension type by @jeremy in https://github.com/rails/marcel/pull/99
Full Changelog: https://github.com/rails/marcel/compare/v1.0.3...v1.0.4
- Ruby
Published by jeremy about 2 years ago
https://github.com/rails/marcel - v1.0.3
What's Changed
- Prefer audio/ogg instead of audio/vorbis by @gmcgibbon in https://github.com/rails/marcel/pull/65
- Suppress warning by @wonda-tea-coffee in https://github.com/rails/marcel/pull/69
- Add explanation of MimeType.for's handling of argument types by @elebow in https://github.com/rails/marcel/pull/68
- tables.rb: Generate UTF-8 strings when possible. by @casperisfine in https://github.com/rails/marcel/pull/70
- Remove comment strings from Tables::TYPE by @casperisfine in https://github.com/rails/marcel/pull/71
- Store MIME parents in a distinct Hash by @casperisfine in https://github.com/rails/marcel/pull/72
- Fix magic detection for HTML with
<svgby @ursm in https://github.com/rails/marcel/pull/74 - Update gem name in Gemfile by @elebow in https://github.com/rails/marcel/pull/88
- Move to GitHub Actions by @hahmed in https://github.com/rails/marcel/pull/82
- Add note in README how to extend detection of custom file types by @vipulnsward in https://github.com/rails/marcel/pull/93
- Fix Illustrator detection as application/pdf instead of application/illustrator by @jeremy in https://github.com/rails/marcel/pull/94
New Contributors
- @wonda-tea-coffee made their first contribution in https://github.com/rails/marcel/pull/69
- @elebow made their first contribution in https://github.com/rails/marcel/pull/68
- @casperisfine made their first contribution in https://github.com/rails/marcel/pull/70
- @ursm made their first contribution in https://github.com/rails/marcel/pull/74
- @hahmed made their first contribution in https://github.com/rails/marcel/pull/82
- @vipulnsward made their first contribution in https://github.com/rails/marcel/pull/93
- @jeremy made their first contribution in https://github.com/rails/marcel/pull/94
Full Changelog: https://github.com/rails/marcel/compare/v1.0.2...v1.0.3
- Ruby
Published by jeremy about 2 years ago
https://github.com/rails/marcel - v1.0.2
- Include Apache license in gem release. (a525d5b38f287ca0511c8eb26e657a1d46686e5f)
- Prefer
audio/x-wavfor WAV audio files. (#45) - Prefer
application/x-x509-ca-certfor Privacy-Enhanced Mail certificates. (#46) - Prefer
audio/flacfor FLAC audio files. (#47) - Prefer
audio/aacfor Advanced Audio Coding audio files. (#49) - Prefer
application/vnd.ms-accessfor Microsodt Access DB files. (#50) - Support
text/x-scssandtext/x-sassstylesheets. (#52) - Support encrypted Microsoft Access DB files. (#53)
- Prefer
application/x-ole-storagefor Microsoft Office files. (#54) - Prefer
text/markdownfor Markdown files. (#55) - Prefer
audio/mpcfor Musepack audio files. (#56) - Support
audio/webmaudio files. (#58) - Support
image/avifimages files. (#63)
- Ruby
Published by rafaelfranca over 4 years ago
https://github.com/rails/marcel - v1.0.1
- Fixes identifying OpenDocument files by magic. 1.0.0 imprecisely identified them as
application/zip. (#38) - Fixes identifying
.docx,.pptx, and.xlsxfiles exported from Google Sheets by magic. (#36) - Identifies vCard files as
text/vcardrather thantext/x-vcard. (27fac74bd69663495410339bfd40ea8581ba669b) - Identifies
.otf,.woff, and.woff2files așfont/otf,font/woff, andfont/woff2, respectively. (#37)
- Ruby
Published by georgeclaghorn almost 5 years ago
https://github.com/rails/marcel - v1.0.0
The mimemagic dependency—which relies on GPL-licensed mime type data from freedesktop.org’s shared-mime-info project—is removed. Marcel now directly uses mime type data adapted from the Apache Tika project, distributed under the Apache License.
- Ruby
Published by georgeclaghorn almost 5 years ago
https://github.com/rails/marcel - v0.3.3
- Shush Ruby interpreter warnings (#6)
- Exclude test files from published gem to shrink it from 7.5 MB to 7.5 KB (#11)
- Ruby
Published by georgeclaghorn over 7 years ago
https://github.com/rails/marcel - v0.3.2
Emit the vnd/ms-powerpoint content type for *.ppt files. (#3)
- Ruby
Published by georgeclaghorn almost 8 years ago
https://github.com/rails/marcel - v0.3.1
Support Ruby 2.2 for Rails compatibility.
- Ruby
Published by georgeclaghorn about 8 years ago