Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Jan 31, 2018
1 parent 01700d2 commit 29724c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AutodlIrssi/Startup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ use constant MAX_CONNECTION_WAIT_SECS => 10*60;
#
use constant UPDATE_AUTODL_STATE_SECS => 60;

my $version = '2.1.0';
my $version = '2.2.0';
my $trackersVersion = '0';

# Called when we're enabled
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
Notable changes for [autodl-irssi](https://github.com/autodl-community/autodl-irssi).


## [community-v2.2.0](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v2.2.0) (2018-01-30)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v2.1.0...community-v2.2.0)

### Changed

* Change censor placeholders to be more specific.
* Make auto updates the default.

### Fixed

* Make censor regex work with or without trailing slash.
* Don't overwrite already set variables in auto extractor.


## [community-v2.1.0](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v2.1.0) (2018-01-19)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v2.0.1...community-v2.1.0)
Expand Down

0 comments on commit 29724c2

Please # to comment.