File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## 0.3.1 - 2026-02-27
6+
7+ ### 🚀 Features
8+
9+ - * (webgl2)* Add ` cell_size() ` and ` set_size() ` to ` WebGl2Backend ` by @junkdog in [ #164 ] ( https://github.com/ratatui/ratzilla/pull/164 )
10+ - * (mouse)* Enhance mouse events with grid coordinates by @junkdog in [ #157 ] ( https://github.com/ratatui/ratzilla/pull/157 )
11+ - * (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 )
12+ - 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 )
13+
14+ ### 🐛 Bug Fixes
15+
16+ - * (dom)* Measure terminal cell size by @junkdog in [ #159 ] ( https://github.com/ratatui/ratzilla/pull/159 )
17+
18+ ### 📚 Documentation
19+
20+ - * (readme)* Add kana learning tool website by @benoitlx in [ #158 ] ( https://github.com/ratatui/ratzilla/pull/158 )
21+ - * (backends)* Update backend comparison and feature matrix by @junkdog in [ #153 ] ( https://github.com/ratatui/ratzilla/pull/153 )
22+
23+
24+ ** Full Changelog** : https://github.com/ratatui/ratzilla/compare/0.3.0...0.3.1
25+
26+ <!-- generated by git-cliff -->
27+
528## 0.3.0 - 2026-01-23
629
730Ratzilla is a part of the [ @ratatui ] ( https://github.com/ratatui ) organization now! 🐭
Original file line number Diff line number Diff line change 11[package ]
22name = " ratzilla"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " Build terminal-themed web applications with Ratatui and WebAssembly"
55authors = [" Orhun Parmaksız <orhunparmaksiz@gmail.com>" ]
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments