From be86aa29439285167360a2b723e91bcc0c8ee975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Mon, 1 Jan 2024 13:18:25 +0100 Subject: [PATCH] Release v0.12.0 --- CHANGELOG.md | 7 ++++++- crates/tiny/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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"