From: Dan Boger Date: Mon, 31 Aug 2009 02:49:12 +0000 (-0700) Subject: v2.2.5 released X-Git-Url: https://git.sommitrealweird.co.uk//gitweb/?p=twirssi-net-twitter-lite.git;a=commitdiff_plain;h=ed4dc7bc324f52c0d89f2c9040b4a410d5571ec0 v2.2.5 released --- diff --git a/html/history.html b/html/history.html index 1be3bd0..3ac019b 100644 --- a/html/history.html +++ b/html/history.html @@ -1,5 +1,10 @@ +
  • v2.2.5 - 20:00 30-Aug-2009
  • New setting, twitter_timeout, should help avoid irssi pinging out of servers when twitter is slow
  • Improved unicode support
  • @@ -7,10 +12,8 @@
  • Stop including irssi colors in retweeted lines
  • Use SSL by default, unless twirssi_avoid_ssl is set to true
  • New commands, twitter_block and twitter_unblock
  • -
  • BETA versions are always available at github. You - can also upgrade a running twirssi install by setting - twirssi_upgrade_beta to true, and using /twirssi_upgrade.
  • +
  • View it here, + download version 2.2.5 here.
  • v2.2.4 - 14:30 01-Jul-2009
  • Fixed a bug that broke replies and retweets, related to the twitpocalypse.
  • diff --git a/twirssi.pl b/twirssi.pl index 48b0108..2c9c787 100644 --- a/twirssi.pl +++ b/twirssi.pl @@ -11,7 +11,7 @@ $Data::Dumper::Indent = 1; use vars qw($VERSION %IRSSI); -$VERSION = "2.2.5beta"; +$VERSION = "2.2.5"; my ($REV) = '$Rev: 687 $' =~ /(\d+)/; %IRSSI = ( authors => 'Dan Boger',