We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851acdb commit 455061fCopy full SHA for 455061f
CHANGELOG.md
@@ -1,6 +1,8 @@
1
## Changelog
2
3
+* 2.1.0: Add support for Addic7ed defining multiple versions compatibility of a subtitle
4
* 2.0.4: Nokogiri security update ¯\\\_(ツ)\_/¯
5
+* 2.0.3: Fix show name detection when it contains a dot and try to avoid HTTP 304 messages we randomly receive back from the server
6
* 2.0.2: Fix show name detection when it doesn't contain production year but it does on Addic7ed
7
* 2.0.1: Fix show name detection when it contains a quote
8
* 2.0.0: Refactor show name detection to properly handle names with country codes or with quotes
lib/addic7ed/version.rb
@@ -1,3 +1,3 @@
module Addic7ed
- VERSION = "2.0.4"
+ VERSION = "2.1.0"
end
0 commit comments