Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## 0.3.1 - 2026-02-10

### 🚀 Features

- 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)

### 🐛 Bug Fixes

- *(dom)* Measure terminal cell size by @junkdog in [#159](https://github.com/ratatui/ratzilla/pull/159)

### 📚 Documentation

- *(readme)* Add kana learning tool website by @benoitlx in [#158](https://github.com/ratatui/ratzilla/pull/158)
- *(backends)* Update backend comparison and feature matrix by @junkdog in [#153](https://github.com/ratatui/ratzilla/pull/153)


**Full Changelog**: https://github.com/ratatui/ratzilla/compare/0.3.0...0.3.1

<!-- generated by git-cliff -->

## 0.3.0 - 2026-01-23

Ratzilla is a part of the [@ratatui](https://github.com/ratatui) organization now! 🐭
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ratzilla"
version = "0.3.0"
version = "0.3.1"
description = "Build terminal-themed web applications with Ratatui and WebAssembly"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down