summarylogtreecommitdiffstats
path: root/CHANGELOG.md
blob: a5a4fee5ddedabdf0d6964695479f03bac02e8f1 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
# Change Log

Notable changes for the [autodl-irssi-community](https://github.com/autodl-community/autodl-irssi) project.


## [community-v1.62](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.62) (2016-03-14)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.61...community-v1.62)

### Added

* Add smart-episode filter option


## [community-v1.61](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.61) (2016-01-25)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.60...community-v1.61)

### Added

* Add priority filter option.
* Add message for successful loading of configuration files

### Changed

* Changed method for matching release groups


## [community-v1.60](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.60) (2015-10-01)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.54...community-v1.60)

### Changed

* Add warning message for using bare wildcards in filter options. Filters using bare wildcards will no longer work.
* Change updater to use GitHub's Releases API.


## [community-v1.54](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.54) (2015-04-30)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.53...community-v1.54)

### Added

* Add regex for sensitive data censoring.
* Add SNI support to SSLSocket.


## [community-v1.53](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.53) (2015-04-16)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.52...community-v1.53)

### Changed

* Re-add '-' to replacement list for canonicalization.
* Change rTorrent commands/mehtods to use new style.


## [community-v1.52](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.52) (2015-03-13)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.51...community-v1.52)

### Added

* Add match-release-groups filter option. This should be used instead of release-groups.

### Fixed

* Fix except-release groups filter option.


## [community-v1.51](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.51) (2015-02-25)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.50...community-v1.51)

### Added

* Add except-release-groups filter options.
* Add use-regex option to Option and Filter headers. This allows the use of regex syntax for match/except-releases filter options.
* Add advanced-output-sites option.

### Changed

* Separate advanced output functionality from the output-level option. Previously, output-level=5 would output variables captured from announces. This functionality is now handled by the advanced-output-sites option.


## [community-v1.50](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.50) (2015-01-02)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.46...community-v1.50)

### Added

* Add containers filter option.
* Add release-groups filter option.

### Changed

* Remove torrent size message.
* Move max-download message to only happen when a release is fully matched.


## [community-v1.46](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.46) (2014-08-24)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.45...community-v1.46)

### Added

* Add DVD-R to constants.
* Add HDCAM group to constants.
* Add HDTS group to constants.
* Add origins filter option.

### Changed

* Removed faulty assumptions from release name auto extractor. Some were outdated. Some caused invalid values. This specifically causes issues with SD resolution releases where the resolution isn't announced separately by the tracker.


## [community-v1.45](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.45) (2014-05-15)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.44...community-v1.45)

### Added

* Add CTCP ACTION handling.


## [community-v1.44](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.44) (2014-04-18)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.43...community-v1.44)

### Added

* Add 10-bit x264 constant group.

### Changed

* Change update check interval to 24 hours.
* Move update hosting to cloud server.


## [community-v1.43](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.43) (2014-01-13)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.42...community-v1.43)

### Added

* Added more source constants.

### Changed

* Improve /autodl whatsnew output.


## [community-v1.42](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.42) (2013-12-17)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.41...community-v1.42)

### Added

* Add forever to max-download-per filter option.

### Changed

* Make tracker updates follow update-check rules.
* Improve update messages.
* Make 'not downloaded' message more noticeable.
* Separate WEB-DL and WEBRip constant groups.
* Make new slash commands available to gui-server.


## [community-v1.41](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.41) (2013-08-14)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.40...community-v1.41)

### Added

* Add MPEG2 Remux constant group.
* Add /autodl reloadtrackers command.
* Add /autodl reload command.
* Add /autodl version command.
* Add hour to max-download-per filter option.

### Changed

* Remove trackers into separate repository and add as submodule.
* Change max-downloads to work without max-downloads-per.
* Delete removed tracker files on update.


## [community-v1.40](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.40) (2013-05-15)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.35...community-v1.40)

### Added

* Add Beathau5 tracker.
* Add macro support to upload-watch-dir.
* Add upload-delay-secs filter option.
* Add irssi eval command support.
* Add close-nickserv option to IRC header.
* Add download-duplicates filter option.

### Changed

* Change PreToMe to use passkey.
* Improve ep/season parsing logic.
* Add DIGEST::SHA compat.
* Add count output for max-download filters.

### Fixed

* Update IRC info for My Anonamouse.
* Remove FTN deobfuscation.


## [community-v1.35](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.35) (2013-04-16)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.34...community-v1.35)

### Added

* Add scene and max-pretime filter options to FunFile.
* Add freeleech filter option to IPTorrents.
* Add server-password option to IRC header.
* Add bnc option to server header.

### Changed

* Change Blackcats to use passkey.
* Add ignore to GazelleGames.
* Add ignores to PTN.
* Add ignore to Empornium.
* Change authkey to passkey in FunFile.

### Removed

* Remove HDBits tracker

### Fixed

* Force SSL for Awesome-HD.
* Force SSL for Blackcats.
* Force SSL for IPtorrents.
* Force SSL for Waffles.
* Update regex and download URL for AnimeBytes.
* Update PTN.
* Move AVC to proper constant group.
* Update server name for AnimeBytes.


## [community-v1.34](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.34) (2013-02-17)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.33...community-v1.34)

### Added

* Re-add filelist.ro.
* Add Empornium tracker.
* Add torrent size capture to GFTracker.
* Add GazelleGames tracker.
* Add AnimeBytes tracker.
* Add The Dark Syndicate tracker.
* Re-add PreToMe with updated info.
* Add TSTN tracker.
* Add log-scores filter option.
* Add log-scores filter option to What.CD.
* Add log-scores filter option to BaconBits.
* Add freeleech filter option to What.CD.
* Add freeleech-percents filter option.
* Add freeleech-percents filter option to Awesome-HD.

### Changed

* Change update URL to Google Code.

### Removed

* Remove bitGAMER.

### Fixed

* Force SSL for RevolutionTT.
* Update channel name for GazelleGames.
* Update download URL for Animebytes.
* Update PussyTorrents.


## [community-v1.33](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.33) (2012-10-31)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/community-v1.32...community-v1.33)

### Added

* Add remux formats to constants.
* Add freeleech filter option.
* Add freeleech filter option to PassThePopcorn.

### Changed

* Change IPTorrents to use passkey.
* Modify Awesome-HD.

### Removed
* Remove dead trackers.

### Fixed

* Update RevolutionTT.
* Update Waffles.
* Update PTN.


## [community-v1.32](https://github.com/autodl-community/autodl-irssi/releases/tag/community-v1.32) (2012-10-28)

[Commits](https://github.com/autodl-community/autodl-irssi/compare/c933f40d103b202214525c850859b31711da9bae...community-v1.32)

* Initial fork from original project.