Browse Source

- Updated Changelog

- Bump to rc7
adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
59a8e651f9
  1. 1
      Changelog
  2. 2
      src/src.pro

1
Changelog

@ -38,6 +38,7 @@ @@ -38,6 +38,7 @@
- FEATURE: Support for bitcomet padding files (libtorrent >= v0.15 only)
- FEATURE: Option to skip file checking and start seeding immediately in torrent addition dialog (Stephanos Antaris) (libtorrent >= v0.15 only)
- BUGFIX: Made sure qBittorrent does not scrape the tracker too frequently (libtorrent >= 0.15 only)
- BUGFIX: Fix Paste action in search engine field
- WEB UI: Remodeled Web UI to match new qBittorrent UI (Properties and preferences available)
- WEB UI: Added internationalization support
- WEB UI: Reduced computation in Javascript (do this one server side instead)

2
src/src.pro

@ -12,7 +12,7 @@ CONFIG += qt \ @@ -12,7 +12,7 @@ CONFIG += qt \
thread
# Update this VERSION for each release
DEFINES += VERSION=\\\"v2.0.0rc6\\\"
DEFINES += VERSION=\\\"v2.0.0rc7\\\"
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=0
DEFINES += VERSION_BUGFIX=0

Loading…
Cancel
Save