Releases: rails/marcel
Releases · rails/marcel
v1.0.4
v1.0.3
What's Changed
- Prefer audio/ogg instead of audio/vorbis by @gmcgibbon in #65
- Suppress warning by @wonda-tea-coffee in #69
- Add explanation of MimeType.for's handling of argument types by @elebow in #68
- tables.rb: Generate UTF-8 strings when possible. by @casperisfine in #70
- Remove comment strings from Tables::TYPE by @casperisfine in #71
- Store MIME parents in a distinct Hash by @casperisfine in #72
- Fix magic detection for HTML with
<svg
by @ursm in #74 - Update gem name in Gemfile by @elebow in #88
- Move to GitHub Actions by @hahmed in #82
- Add note in README how to extend detection of custom file types by @vipulnsward in #93
- Fix Illustrator detection as application/pdf instead of application/illustrator by @jeremy in #94
New Contributors
- @wonda-tea-coffee made their first contribution in #69
- @elebow made their first contribution in #68
- @casperisfine made their first contribution in #70
- @ursm made their first contribution in #74
- @hahmed made their first contribution in #82
- @vipulnsward made their first contribution in #93
- @jeremy made their first contribution in #94
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- Include Apache license in gem release. (a525d5b)
- Prefer
audio/x-wav
for WAV audio files. (#45) - Prefer
application/x-x509-ca-cert
for Privacy-Enhanced Mail certificates. (#46) - Prefer
audio/flac
for FLAC audio files. (#47) - Prefer
audio/aac
for Advanced Audio Coding audio files. (#49) - Prefer
application/vnd.ms-access
for Microsodt Access DB files. (#50) - Support
text/x-scss
andtext/x-sass
stylesheets. (#52) - Support encrypted Microsoft Access DB files. (#53)
- Prefer
application/x-ole-storage
for Microsoft Office files. (#54) - Prefer
text/markdown
for Markdown files. (#55) - Prefer
audio/mpc
for Musepack audio files. (#56) - Support
audio/webm
audio files. (#58) - Support
image/avif
images files. (#63)
v1.0.1
- Fixes identifying OpenDocument files by magic. 1.0.0 imprecisely identified them as
application/zip
. (#38) - Fixes identifying
.docx
,.pptx
, and.xlsx
files exported from Google Sheets by magic. (#36) - Identifies vCard files as
text/vcard
rather thantext/x-vcard
. (27fac74) - Identifies
.otf
,.woff
, and.woff2
files așfont/otf
,font/woff
, andfont/woff2
, respectively. (#37)
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.
v0.3.3
v0.3.2
v0.3.1
Support Ruby 2.2 for Rails compatibility.