CHANGELOG
=========

0.2.2 (2026-03-17)
------------------
- Added Settings page with three sections: Managed tables, Excluded models,
  Excluded apps.
- Managed tables only: option to hide models with managed = False.
- Excluded models: regex patterns matched against model names to hide matching
  models from the diagram.
- Excluded apps: replaced the old Excluded Apps page with a unified Settings
  page; the old URL redirects to the new one.
- Model detail panel fields table now shows two additional columns: Default
  (field default value) and Size (max_length for char-like fields,
  max_digits/decimal_places for DecimalField).

0.2.1 (2026-03-08)
------------------
- Updated project.urls

0.2.0 (2026-03-08)
------------------
- Initial public release of the 0.2 series.

0.1.0 (2026-03-03)
------------------
- Initial release.
