mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
- Updated changelog in search engine
This commit is contained in:
parent
cf002e5ab2
commit
8c30ee3403
2 changed files with 5 additions and 9 deletions
|
@ -99,8 +99,8 @@
|
||||||
<designerpluginpaths/>
|
<designerpluginpaths/>
|
||||||
</qt>
|
</qt>
|
||||||
<references>
|
<references>
|
||||||
<pcs>Qt4</pcs>
|
|
||||||
<pcs>automatic_%2Fhome%2Fchris%2Fqbittorrent_svn%2Ftrunk</pcs>
|
<pcs>automatic_%2Fhome%2Fchris%2Fqbittorrent_svn%2Ftrunk</pcs>
|
||||||
|
<pcs>Qt4</pcs>
|
||||||
</references>
|
</references>
|
||||||
<codecompletion>
|
<codecompletion>
|
||||||
<automaticCodeCompletion>true</automaticCodeCompletion>
|
<automaticCodeCompletion>true</automaticCodeCompletion>
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
# Version: 2.02
|
||||||
|
# Changelog:
|
||||||
|
# - Fixed mininova search engine
|
||||||
|
|
||||||
# Version: 2.01
|
# Version: 2.01
|
||||||
# Changelog:
|
# Changelog:
|
||||||
# - Use multiple threads to optimize speed
|
# - Use multiple threads to optimize speed
|
||||||
|
@ -26,14 +30,6 @@
|
||||||
# - added meganova
|
# - added meganova
|
||||||
# - added multithreaded mode
|
# - added multithreaded mode
|
||||||
|
|
||||||
# Version: 1.6
|
|
||||||
# Changelog:
|
|
||||||
# - size is now always returned in bytes
|
|
||||||
# - seeders/leechers are now always returned as integers
|
|
||||||
# - cleaned up code
|
|
||||||
# - results are now displayed in real time
|
|
||||||
# - fixed piratebay, torrentreactor
|
|
||||||
|
|
||||||
# Author:
|
# Author:
|
||||||
# Fabien Devaux <fab AT gnux DOT info>
|
# Fabien Devaux <fab AT gnux DOT info>
|
||||||
# Contributors:
|
# Contributors:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue