summaryrefslogtreecommitdiff
path: root/_posts/2017-01-05-irssi-1.0.0-released.markdown
blob: b777698e53acd27211a3c096a57db3452ac9b6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: post
title: Irssi 1.0.0 Released
version: 1.0.0
---

Irssi {{ page.version }} has been released. This release contains many
improvements. Irssi 1.0.0 includes contributions by Lukas Mai, Xavier
G, Kenny Root, Jari Matilainen, Todd A. Pratt, Manish Goregaokar,
B. Thibault, Joseph Bisch, Will Storey, Lauri Tirkkonen, Lauri Nurmi,
Tom Feist, Thomas Samson, Dennis Schagt, Mantas Mikulėnas and François
Revol. In total, 132 files changed, 3434 lines were added and 3202
lines deleted and TheLemonMan officially joined the staff. **Thanks
everyone!** See the [NEWS](//raw.githubusercontent.com/irssi/irssi/maint/1.0.0/NEWS)
for details.

**This release also includes the security fixes from 0.8.21**, which
was published at the same time as 1.0.0. Please read the
[0.8.21 release notes](/2017/01/05/irssi-0.8.21-released/) and the
[security advisory](/security/irssi_sa_2017_01.txt).

Some hi(gh)lights:

* irssiproxy can now forward all tags through a single port. By Lukas Mai
* the kill buffer now remembers consecutive kills. New bindings were added: yank_next_cutbuffer and append_next_kill. By Todd A. Pratt
* autolog_ignore_targets and activity_hide_targets learn a new syntax tag/* and * to ignore whole networks or everything. By Jari Matilainen
* hilight got a -matchcase flag to hilight case sensitively. By Thibault B
* Display TLS connection information upon connect. You can disable this by setting tls_verbose_connect to FALSE
* Certificate pinning for TLS certificates
* /names and $[...] now uses utf8 string operations. By Xavier G.
* New setting completion_nicks_match_case
* /channel /server /network now support modify subcommand. By Jari Matilainen
* New option sasl_disconnect_on_failure to disconnect when SASL log-in failed


This release can be downloaded from [our releases
page](https://github.com/irssi/irssi/releases). Binary test packages
for various Linux distributions are automatically generated by the
[openSUSE Build Service](https://build.opensuse.org/) and are
available for download in the
[irssi-test](https://software.opensuse.org/download.html?project=home:ailin_nemui:irssi-test;package=irssi)
repository.

Discuss this news on
[reddit](https://www.reddit.com/r/linux/comments/5m77mm/irssi_100_released/),
[hacker news](https://news.ycombinator.com/item?id=13329108) or
[lobsters](https://lobste.rs/s/zfky81/irssi_1_0_0_released)

The Irssi Team.