mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 12:48:04 -06:00
- FEATURE: Make use of torrent enclosure in RSS feeds for direct download
- FEATURE: Implemented a RSS feed downloader with filter support - FEATURE: Save old RSS item to hard disk to remember them on start up - FEATURE: RSS Feeds can now be copied to the clipboard
This commit is contained in:
@@ -14,7 +14,7 @@ CONFIG += qt \
|
||||
network
|
||||
|
||||
# Update this VERSION for each release
|
||||
DEFINES += VERSION=\\\"v1.5.0alpha\\\"
|
||||
DEFINES += VERSION=\\\"v1.5.0beta1\\\"
|
||||
DEFINES += VERSION_MAJOR=1
|
||||
DEFINES += VERSION_MINOR=5
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
@@ -183,7 +183,8 @@ HEADERS += GUI.h \
|
||||
console_imp.h \
|
||||
ico.h \
|
||||
stacktrace.h \
|
||||
torrentPersistentData.h
|
||||
torrentPersistentData.h \
|
||||
FeedDownloader.h
|
||||
FORMS += MainWindow.ui \
|
||||
options.ui \
|
||||
about.ui \
|
||||
@@ -201,7 +202,8 @@ FORMS += MainWindow.ui \
|
||||
engineSelect.ui \
|
||||
pluginSource.ui \
|
||||
trackersAdd.ui \
|
||||
console.ui
|
||||
console.ui \
|
||||
FeedDownloader.ui
|
||||
SOURCES += GUI.cpp \
|
||||
main.cpp \
|
||||
options_imp.cpp \
|
||||
|
||||
Reference in New Issue
Block a user