wxt-v0.19.23

wxt-dev/wxtwxt-v0.19.23Dec 25, 2024by github-actions[bot]

AI Summary

A maintenance release focusing on hook timing improvements and fixes for content script matching and readline handling.

Key Highlights

  • Moved `entrypoints:resolved` hook before debug logs and added `entrypoints:found` event
  • Allowed runtime registered content scripts to function without `matches`
  • Fixed readline instance closure to prevent resource leaks

Full Release Notes

[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.22...wxt-v0.19.23)

### 🚀 Enhancements

- **hooks:** Move `entrypoints:resolved` before debug logs and add `entrypoints:found` ([#1292](https://github.com/wxt-dev/wxt/pull/1292))

### 🩹 Fixes

- Allow runtime registered content scripts to not have `matches` ([#1306](https://github.com/wxt-dev/wxt/pull/1306))
- Properly close readline instance on close ([#1278](https://github.com/wxt-dev/wxt/pull/1278))

### 📖 Documentation

- Sync READMEs ([27298b7](https://github.com/wxt-dev/wxt/commit/27298b7))

### 🏡 Chore

- Simplify keyboard shortcuts ([#1284](https://github.com/wxt-dev/wxt/pull/1284))

### ❤️ Contributors

- Aaron ([@aklinker1](http://github.com/aklinker1))
- Abhigyan Trips ([@abhigyantrips](http://github.com/abhigyantrips))