Changelog

This changelog is generated automatically from GitHub Releases.

v0.3.0

2025-10-01 · GitHub

Added

  • 137 new file extensions across 17 categories, expanding format recognition capabilities
  • Comprehensive support for data-science MIME types (e.g., application/vnd.pandas, application/x-ipynb+json)
  • Project now supports 360+ file formats
  • Warp Project Summary / Index document for contributors and users
  • Files: content_types/__init__.py, WARP.md

Changed

  • Implemented alphabetical sorting of output listings for better navigation
  • Enhanced README to highlight 360+ supported file formats
  • Improved docstrings throughout codebase for clarity
  • Files: content_types/__init__.py, README.md

Fixed

  • Corrected CLI help text instructions for clearer usage guidance
  • Adjusted code indentation for better visual consistency
  • Files: content_types/__init__.py

v0.2.3

2025-02-01 · GitHub

  • Changes .js back to text/javascript
  • Adds a few new types
  • Adds comparison to builtin mimetypes

v0.2.2

2025-01-31 · GitHub

Added py.typed file to suppress mypy typing warnings. Thanks @sanders41 Available on PyPI now.

v0.2.1

2025-01-31 · GitHub

Adds many more file extensions as known types.

v0.2.0

2025-01-31 · GitHub

Initial public release.