Skip to content

Commit

Permalink
Cut 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Feb 25, 2018
1 parent 7da7fee commit 2a71bf2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 2017/02/24: 0.4.0

- `/switch` command added to quickly switch to a different tab using a
substring of the tab name.
- `Del` key is now handled. It deletes character under the cursor.
Expand Down Expand Up @@ -31,7 +33,6 @@
- Added SASL authentication support. See the configuration section in README
for how to enable it.


# 2017/11/12: 0.3.0

- Fixed a bug that caused wrong scrolling in input field after changing nick.
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 = "tiny"
version = "0.3.0"
version = "0.4.0"
authors = ["Ömer Sinan Ağacan <[email protected]>"]
repository = "https://github.com/osa1/tiny"
readme = "README.md"
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ tiny is an IRC client written in Rust.

- Configurable colors

- SASL authentication

- Configurable desktop notifications on new messages

- znc compatible

## Installation

Install the Rust nightly toolchain, clone the repo, and run `cargo install` (or
Expand Down Expand Up @@ -231,10 +237,6 @@ start, open an issue and I'd love to help.
message" command so that any user can directly send an IRC message to a server
without any support from tiny.

- Implement system notification support for private messages and highlights.
When to show (and maybe even how to show) a notification should be
configurable as otherwise it may be annoying.

## Contributors

[Ömer Sinan Ağacan](https://github.com/osa1)
Expand Down

0 comments on commit 2a71bf2

Please sign in to comment.