diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d0b377..a3aa46f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -# Unreleased +# 2024/01/01: 0.12.0 Thanks to @nate-sys and @jubalh for contributing to this release. +## New features + - New TUI text attributes `italic` and `strikethrough` added to the config file parser. These can be combined with the existing `bold` and `underline` attributes. (#409, #404) @@ -12,6 +14,9 @@ Thanks to @nate-sys and @jubalh for contributing to this release. command: quit ``` (#403, #410) + +## Bug fixes and other improvements + - Default config updated with better comments, color config for join/part messages. (#412) - `/join` command errors now print usage help once instead of twice. (c512887) diff --git a/crates/tiny/Cargo.toml b/crates/tiny/Cargo.toml index 3eb2e88c..cc894f5c 100644 --- a/crates/tiny/Cargo.toml +++ b/crates/tiny/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny" -version = "0.11.0" +version = "0.12.0" authors = ["Ömer Sinan Ağacan "] repository = "https://github.com/osa1/tiny" readme = "README.md"