Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Nov 7, 2021
1 parent e69fa45 commit 5e7cf72
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Unreleased
# 2021/11/07: 0.10.0

Thanks to @trevarj for contributing to this release.

## New features

- New command `/quit` added for quitting. Key binding for quitting (`C-c
enter`) works as before.
- Key bindings can be configured in the config file. See the [wiki
page][key-bindings-wiki] for details. (#328, #336)

## Bug fixes and other improvements

- `/msg <nick> <message>` command now accepts anything as `<nick>` as long as
it doesn't start with `#`. (#324)
- Error message when sending a message in the mentions tab improved. (#329)
- Logger now prints "Logging ended at ..." lines when you close a tab or exit
tiny. (8061042)
- Minor improvements in logging (d0505f2, bbb4b81)
- `/join` (without arguments) now rejoins the current channel. (#334)
- Key bindings can be configured in the config file. See the [wiki
page][key-bindings-wiki] for details. (#328, #336)
- Handling of IRC formatting characters (colors etc.) in TUI and logger
improved:
- TUI now handles "reset" control character, to reset the text style to the
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 crates/tiny/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiny"
version = "0.9.0"
version = "0.10.0"
authors = ["Ömer Sinan Ağacan <omeragacan@gmail.com>"]
repository = "https://github.com/osa1/tiny"
readme = "README.md"
Expand Down

0 comments on commit 5e7cf72

Please sign in to comment.