|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## 0.3.1 - 2026-06-08 |
| 6 | + |
| 7 | +Ratatui 0.30.1 is here! 🎉🐀 |
| 8 | +See the release notes: https://ratatui.rs/highlights/v0301/ |
| 9 | + |
| 10 | +### 🚀 Features |
| 11 | + |
| 12 | +- _(backend)_ Add `CellSized` trait for querying cell dimensions in physical and CSS pixels by @junkdog in [#165](https://github.com/ratatui/ratzilla/pull/165) |
| 13 | +- _(webgl2)_ Add `cell_size()` and `set_size()` to `WebGl2Backend` by @junkdog in [#164](https://github.com/ratatui/ratzilla/pull/164) |
| 14 | +- _(mouse)_ Enhance mouse events with grid coordinates by @junkdog in [#157](https://github.com/ratatui/ratzilla/pull/157) |
| 15 | +- _(webgl2)_ Update to beamterm 0.15.0 and add `disable_auto_css_resize` option by @junkdog in [#155](https://github.com/ratatui/ratzilla/pull/155) |
| 16 | +- Update beamterm to 0.13.0 and add option for using dynamic_font_atlas by @0xferrous in [#144](https://github.com/ratatui/ratzilla/pull/144) |
| 17 | + |
| 18 | +### 🐛 Bug Fixes |
| 19 | + |
| 20 | +- _(template)_ Use liquid extension to allow as using as git dependency by @atollk in [#176](https://github.com/ratatui/ratzilla/pull/176) |
| 21 | +- _(dom)_ Measure terminal cell size by @junkdog in [#159](https://github.com/ratatui/ratzilla/pull/159) |
| 22 | + |
| 23 | +### 📚 Documentation |
| 24 | + |
| 25 | +- _(readme)_ Update the link to trunk's landing page by @orhun in [#173](https://github.com/ratatui/ratzilla/pull/173) |
| 26 | +- _(readme)_ Add kana learning tool website by @benoitlx in [#158](https://github.com/ratatui/ratzilla/pull/158) |
| 27 | +- _(backends)_ Update backend comparison and feature matrix by @junkdog in [#153](https://github.com/ratatui/ratzilla/pull/153) |
| 28 | + |
| 29 | +### ⚙️ Miscellaneous Tasks |
| 30 | + |
| 31 | +- _(deps)_ Bump ratatui to 0.30.1 by @orhun in [#181](https://github.com/ratatui/ratzilla/pull/181) |
| 32 | +- _(deps)_ Bump to beamterm 1.0.0 by @junkdog in [#169](https://github.com/ratatui/ratzilla/pull/169) |
| 33 | +- _(template)_ Bump the dependencies for simple template by @orhun in [#177](https://github.com/ratatui/ratzilla/pull/177) |
| 34 | +- _(deps)_ Bump beamterm to 0.17.0 by @junkdog in [#166](https://github.com/ratatui/ratzilla/pull/166) |
| 35 | + |
| 36 | +**Full Changelog**: https://github.com/ratatui/ratzilla/compare/0.3.0...0.3.1 |
| 37 | + |
| 38 | +<!-- generated by git-cliff --> |
| 39 | + |
5 | 40 | ## 0.3.0 - 2026-01-23 |
6 | 41 |
|
7 | 42 | Ratzilla is a part of the [@ratatui](https://github.com/ratatui) organization now! 🐭 |
|
0 commit comments