diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-28 12:46:12 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-28 12:47:11 +0200 |
commit | a0d733fdb933363570a1d9f7f04b59b063099ddd (patch) | |
tree | 896b3e22ef30124da4cd1135a83b30feb993be85 | |
parent | 557a39c6c8c1a010a8d8e61507f06bfc9dfb119b (diff) | |
download | xK-a0d733fdb933363570a1d9f7f04b59b063099ddd.tar.gz xK-a0d733fdb933363570a1d9f7f04b59b063099ddd.tar.xz xK-a0d733fdb933363570a1d9f7f04b59b063099ddd.zip |
Update NEWS, README
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | README.adoc | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +0.9.5 (2016-??-??) + + * Better support for the KILL command + + * degesch: export many more fields to the Lua API, add a prompt hook + + * degesch: show channel user count in the prompt + + * degesch: allow hiding join/part messages and other noise (Meta-Shift-H) + + * degesch: add a censor plugin + + * degesch: die on configuration parse errors + + * degesch: fix highlight detection in colored text + + * degesch: fix CTCP handling for the real world and don't decode X-QUOTEs + + 0.9.4 (2016-04-28) "Oops" * degesch: fix crash on characters invalid in Windows-1252 diff --git a/README.adoc b/README.adoc index b83176c..5924070 100644 --- a/README.adoc +++ b/README.adoc @@ -24,7 +24,7 @@ This is the largest application within the project. It has most of the stuff you'd expect of an IRC client, such as being able to set up multiple servers, a powerful configuration system, integrated help, text formatting, CTCP queries, automatic splitting of overlong messages, autocomplete, logging to file, -auto-away, command aliases and rudimentary support for Lua scripting. +auto-away, command aliases and basic support for Lua scripting. kike ---- |