Update NEWS, README
This commit is contained in:
parent
557a39c6c8
commit
a0d733fdb9
19
NEWS
19
NEWS
|
@ -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"
|
0.9.4 (2016-04-28) "Oops"
|
||||||
|
|
||||||
* degesch: fix crash on characters invalid in Windows-1252
|
* degesch: fix crash on characters invalid in Windows-1252
|
||||||
|
|
|
@ -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,
|
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,
|
a powerful configuration system, integrated help, text formatting, CTCP queries,
|
||||||
automatic splitting of overlong messages, autocomplete, logging to file,
|
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
|
kike
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue