Compare commits

..

2 Commits

3 changed files with 11 additions and 10 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0) cmake_minimum_required (VERSION 3.0)
project (uirc3 VERSION 1.2.0 LANGUAGES C) project (uirc3 VERSION 1.3.0 LANGUAGES C)
# Options # Options
option (WANT_READLINE "Use GNU Readline for the UI (better)" ON) option (WANT_READLINE "Use GNU Readline for the UI (better)" ON)

5
NEWS
View File

@ -1,10 +1,11 @@
1.3.0 (2021-xx-xx) 1.3.0 (2021-08-07) "New World Order"
* xC: made nick autocompletion offer recent speakers first * xC: made nick autocompletion offer recent speakers first
* All binaries have been renamed to something even sillier, * All binaries have been renamed to something even sillier,
and all references in the source tree have been redacted; and all references in the source tree have been redacted;
this represents a major incompatible change for all plugins this represents a major incompatible change for all plugins;
configuration and program data have to be adjusted manually
1.2.0 (2021-07-08) "There Are Other Countries As Well" 1.2.0 (2021-07-08) "There Are Other Countries As Well"

View File

@ -48,7 +48,7 @@ Not supported:
- server linking (which also means no services); I consider existing protocols - server linking (which also means no services); I consider existing protocols
for this purpose ugly and tricky to implement correctly; I've also found no for this purpose ugly and tricky to implement correctly; I've also found no
use for this feature yet use for this feature yet
- online changes to configuration; the configuration system from xC could - online changes to configuration; the configuration system from 'xC' could
be used to implement this feature if needed be used to implement this feature if needed
- limits of almost any kind, just connections and mode `+l` - limits of almost any kind, just connections and mode `+l`
@ -78,7 +78,7 @@ Building
-------- --------
Build dependencies: CMake, pkg-config, asciidoctor, awk, liberty (included) + Build dependencies: CMake, pkg-config, asciidoctor, awk, liberty (included) +
Runtime dependencies: openssl + Runtime dependencies: openssl +
Additionally for xC: curses, libffi, lua >= 5.3 (optional), Additionally for 'xC': curses, libffi, lua >= 5.3 (optional),
readline >= 6.0 or libedit >= 2013-07-12 readline >= 6.0 or libedit >= 2013-07-12
Avoid libedit if you can, in general it works but at the moment history is Avoid libedit if you can, in general it works but at the moment history is
@ -156,10 +156,10 @@ Beware that you can easily break the program if you're not careful.
How do I make xC look like the screenshot? How do I make xC look like the screenshot?
------------------------------------------ ------------------------------------------
First of all, you must build it with Lua support. With the defaults, xC doesn't First of all, you must build it with Lua support. With the defaults, 'xC'
look too fancy because I don't want to depend on Lua or 256-colour terminals. doesn't look too fancy because I don't want to depend on Lua or 256-colour
In addition to that, I appear to be one of the few people who use black on white terminals. In addition to that, I appear to be one of the few people who use
terminals. black on white terminals.
/set behaviour.date_change_line = "%a %e %b %Y" /set behaviour.date_change_line = "%a %e %b %Y"
/set behaviour.plugin_autoload += "fancy-prompt.lua" /set behaviour.plugin_autoload += "fancy-prompt.lua"