Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

chore: release v0.4.3 #42

Merged
merged 2 commits into from
Apr 12, 2024
Merged
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [0.4.3](https://github.com/joshka/tui-big-text/releases/tag/0.4.3) - 2024-04-12

### Features

- [e38a2df](https://github.com/joshka/tui-big-text/commit/e38a2df53458e24ac5d83f4894f812931eaa8b7a)
Add alignment support for BigText ([#41](https://github.com/joshka/tui-big-text/pull/41))

````text
Added alignment field to BigText along with updating the layout
function to create a layout that produces the given alignment.
The default value of the alignment is Alignment::Left which will
not change the current behavior.
````

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


## [0.4.2](https://github.com/joshka/tui-big-text/releases/tag/0.4.2) - 2024-02-26

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-big-text"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
description = "A simple Ratatui widget for displaying big text using the font8x8 crate in a TUI (Terminal UI)."
license = "MIT OR Apache-2.0"
Expand Down