Update NEWS, bump release
This commit is contained in:
parent
dc71af9c31
commit
11a6c7662e
|
@ -13,7 +13,7 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
|
||||||
endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
|
endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
|
||||||
|
|
||||||
# Version
|
# Version
|
||||||
set (project_version "0.9.2")
|
set (project_version "0.9.3")
|
||||||
|
|
||||||
# Try to append commit ID if it follows a version tag. It might be nicer if
|
# Try to append commit ID if it follows a version tag. It might be nicer if
|
||||||
# we could also detect dirty worktrees but that's very hard to get right.
|
# we could also detect dirty worktrees but that's very hard to get right.
|
||||||
|
|
6
NEWS
6
NEWS
|
@ -1,9 +1,11 @@
|
||||||
0.9.3 (2016-??-??)
|
0.9.3 (2016-03-27) "Doesn't Even Suck"
|
||||||
|
|
||||||
* Use TLS Server Name Indication when connecting to servers
|
* Use TLS Server Name Indication when connecting to servers
|
||||||
|
|
||||||
* degesch: now we erase the screen before displaying buffers
|
* degesch: now we erase the screen before displaying buffers
|
||||||
|
|
||||||
|
* degesch: implemented word wrapping in buffers
|
||||||
|
|
||||||
* degesch: added autocomplete for /topic
|
* degesch: added autocomplete for /topic
|
||||||
|
|
||||||
* degesch: Lua API was improved and extended
|
* degesch: Lua API was improved and extended
|
||||||
|
@ -23,7 +25,7 @@
|
||||||
|
|
||||||
* degesch: added --format for previewing things like MOTD files
|
* degesch: added --format for previewing things like MOTD files
|
||||||
|
|
||||||
* degesch: implemented word wrapping in buffers
|
* degesch: added /buffer goto supporting case insensitive partial matches
|
||||||
|
|
||||||
* kike: add support for IRCv3.2 server-time
|
* kike: add support for IRCv3.2 server-time
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue