summaryrefslogtreecommitdiff
path: root/_posts/2017-01-05-irssi-1.0.0-released.markdown
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2017-01-05 16:30:50 +0100
committerAilin Nemui <ailin@z30a.localdomain>2017-01-05 16:30:50 +0100
commite5bcf80e162eb9caa6952a77abcd556eb09adcfd (patch)
tree9c739bba06ddae069e13b595f48d6e9b55909664 /_posts/2017-01-05-irssi-1.0.0-released.markdown
parent83988da9348b2f741a0bde7a95deefb11145a0ac (diff)
downloadirssi.github.io-e5bcf80e162eb9caa6952a77abcd556eb09adcfd.zip
Release Irssi 1.0.0
Diffstat (limited to '_posts/2017-01-05-irssi-1.0.0-released.markdown')
-rw-r--r--_posts/2017-01-05-irssi-1.0.0-released.markdown38
1 files changed, 38 insertions, 0 deletions
diff --git a/_posts/2017-01-05-irssi-1.0.0-released.markdown b/_posts/2017-01-05-irssi-1.0.0-released.markdown
new file mode 100644
index 0000000..8727d11
--- /dev/null
+++ b/_posts/2017-01-05-irssi-1.0.0-released.markdown
@@ -0,0 +1,38 @@
+---
+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/{{
+page.version }}/NEWS) for details.
+
+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.
+
+The Irssi Team.