Skip to content

Commit 977c39d

Browse files
chore: release v0.3.1
1 parent 2030bc3 commit 977c39d

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All 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

730
Ratzilla is a part of the [@ratatui](https://github.com/ratatui) organization now! 🐭

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ratzilla"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Build terminal-themed web applications with Ratatui and WebAssembly"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)