# Trawl Changelog Release notes for Trawl. ## 1.1.0 — February 22, 2026 ## 🎉 Features - Scaffold `tc()` plural keys as arrays (`["", key]` for source language, `["", ""]` for others) to match Kirby's `translateCount()` format - Filter blueprint extends references (e.g. `fields/writer`, `blocks/news/text`) from translation extraction using `Blueprint::find()` with a static cache ## 🐛 Bug fixes - Treat plural translation arrays with all-empty strings as missing in `getMissingTranslations()` ## 1.0.1 — June 3, 2025 **Full Changelog**: https://github.com/tobimori/kirby-trawl/compare/1.0.0...1.0.1 ## 1.0.0 — June 3, 2025 **Full Changelog**: https://github.com/tobimori/kirby-trawl/commits/1.0.0