Feature update:

* Implemented private chat nicknames history. See manpage for details.
* Fixed printing of current state upon Ctrl+T.
* Private chats are now sticky, allowing to paste multiple lines of text.
This commit is contained in:
zhuk 2020-01-11 10:13:28 +00:00
parent f1f88b40f8
commit 40e49c5794
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.3 2020/01/10 08:16:17 zhuk Exp $
# $OpenBSD: Makefile,v 1.4 2020/01/11 10:13:28 zhuk Exp $
COMMENT = minimalistic command-line ICB client
VERSION = 1.1.3
VERSION = 1.2.0
DISTNAME = oicb-${VERSION}
CATEGORIES = net
MAINTAINER = Vadim Zhukov <zhuk@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (oicb-1.1.3.tar.gz) = McskXbgdAgOrSAKHWsTGgn074JHIY+Flps4nkes8AzQ=
SIZE (oicb-1.1.3.tar.gz) = 18002
SHA256 (oicb-1.2.0.tar.gz) = UHOhmQdZvcB+1trfNhDMnQqr6G5Y9kL+q4bOC9iDtCQ=
SIZE (oicb-1.2.0.tar.gz) = 100723