search-plugins-qbit-torrent/nova3/engines
Tom Piccirello e0303cff4e
Drop leading zero ('0') from plugin minor version (#135)
Four search plugins specify a leading zero in their minor version (e.g. `jackett: 3.03`). This leading zero isn't reflected in the qBittorrent GUI or the Web UI. This is because qBittorrent's version display logic [0] effectively drops the leading zero when calling `QString::number()`. Given that semver rule 2 [1] expressely forbids leading zeros, I don't consider qBittorrent's implementation a bug. Thus, we might as well drop the leading zero from those version numbers.

[0] 8999f1a8da/src/base/utils/version.h (L115),L129
[1] https://semver.org/#spec-item-2
2020-05-03 14:22:46 +02:00
..
__init__.py Initial commit. 2017-06-25 22:33:53 +03:00
eztv.py Fix Eztv search plugin (#87) 2019-04-27 17:04:06 +02:00
jackett.py Drop leading zero ('0') from plugin minor version (#135) 2020-05-03 14:22:46 +02:00
leetx.py Drop leading zero ('0') from plugin minor version (#135) 2020-05-03 14:22:46 +02:00
legittorrents.py Drop leading zero ('0') from plugin minor version (#135) 2020-05-03 14:22:46 +02:00
limetorrents.py Drop leading zero ('0') from plugin minor version (#135) 2020-05-03 14:22:46 +02:00
piratebay.py Fix The Pirate Bay search plugin (#88) 2019-04-27 17:33:45 +02:00
rarbg.py rarbg: fix categories. resolves #132 (#133) 2020-04-22 16:40:24 +02:00
torlock.py Refactor code to be PEP8 compliant 2018-09-16 16:03:23 +08:00
torrentscsv.py Add torrents-csv search engine (#116) 2019-10-05 14:00:59 +02:00
versions.txt Drop leading zero ('0') from plugin minor version (#135) 2020-05-03 14:22:46 +02:00
zooqle.py Refactor code to be PEP8 compliant 2018-09-16 16:03:23 +08:00