Autor Thema: P2P / Filesharing / Bittorrent Clients und diverse Tools ...  (Gelesen 206653 mal)

0 Mitglieder und 5 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
qBittorrent 4.0.0
« Antwort #1845 am: 20 November, 2017, 12:33 »
Changelog

FEATURE: Change qbittorrent logo. Issue #6467. (HVS, Atif Afzal, sledgehammer999)
FEATURE: New icon theme with SVG source, so we can scale it appropriately in the future. (Bert Verhelst)
FEATURE: Drop Qt 4 support. Raise minimum Qt version to 5.5.1 (evsh)
FEATURE: UI for managing locally banned IP list (dzmat)
FEATURE: Support for specifying where to save/load config files. Support for portable mode. (evsh)
FEATURE: It is now possible to pass options via ENV variables instead of cmd options. (evsh)
FEATURE: Allow to strip subfolder in multifile torrents. (glassez, sledgehammer999)
FEATURE: Allow cmd args to specify options when adding torrents. (Brian Kendall)
FEATURE: Widget for showing filesystem paths while typing. Used in the Add New Torrent and Options dialogs. (evsh)
FEATURE: Trackerlist: Allow to toggle columns (thalieht)
FEATURE: Add availability column to torrent content model and torrent properties window (evsh)
FEATURE: Implemented share limit by seeding time (naikel)
FEATURE: Revamp Torrent creator (Chocobo1)
FEATURE: Enable drag n drop to create torrent on mainwindow (Chocobo1)
FEATURE: Add show/hide statusbar option (takiz)
FEATURE: Show number of pieces. Closes #6774. (Chocobo1)
FEATURE: Allow to select & delete multiple entries in "Manage Cookies" dialog (Chocobo1)
FEATURE: Fetch Favicons via google as a final fallback (KingLucius)
FEATURE: Add a Tags (multi-label) feature to the GUI. Closes #13. (tgregerson)
FEATURE: Use the system icons for each file type in the Content tab (evsh)
FEATURE: Use SVG files for monochrome tray icons. Closes #6085. (evsh)
FEATURE: Prefill torrent name when creating a new torrent. Closes #7229. (Chocobo1)
FEATURE: Expose more libtorrent options in advanced settings (Chocobo1)
FEATURE: Add comboBox for selecting BitTorrent protocol. Closes #6316. (Chocobo1)
FEATURE: Allow SMTP sender to be set. Closes #7575. (Chocobo1)
FEATURE: Allow to specify if announcing to all tiers is desired. (sledgehammer999)
FEATURE: Configurable number of history of paths in Add New Torrent dialog. (evsh)
BUGFIX: Adjust icons names to better fit FDO scheme (evsh)
BUGFIX: Optimized IP filter parsing, making blazingly fast (sledgehammer999, evsh)
BUGFIX: Fix dialogs didn't position on the correct screen which qBittorrent window is on. Closes #1690, #2474, #3538. (Chocobo1)
BUGFIX: Refactor and improve StatusBar (glassez)
BUGFIX: Set expiration date for newly added cookie to +2 years from now, instead of +99 years. (Chocobo1)
BUGFIX: Don't create subfolder inside temp folder (glassez)
BUGFIX: Don't replace existing files when relocating torrent (glassez)
BUGFIX: Fix explicit Torrent Management Mode in Add New Torrent dialog. Closes #5602. (sledgehammer999)
BUGFIX: Fix calculation of 'Average time in queue' stat under libtorrent 1.1.x (sledgehammer999)
BUGFIX: Don't disable bandwidth scheduler when manually switching speed limits. Closes #7306. (glassez)
BUGFIX: Fix dereferencing freed pointer. Closes #7420. (Chocobo1)
BUGFIX: Change the default cache size to 64MiB. (Chocobo1)
BUGFIX: The previous "Disk write cache size" is not accurate since it is also being used for read cache, so rename it to "Disk cache". (Chocobo1)
BUGFIX: Replace dialog ok-cancel buttons with QDialogButtonBox, which follows the platform specific button order. (Chocobo1)
BUGFIX: Better reporting of success/failure of torrent and file deletion. (sledgehammer999)
BUGFIX: Fix last activity calculation. Closes #7461. (Chocobo1)
BUGFIX: Save state of options windows on cancel too. (silverqx)
BUGFIX: Persist size and treeview header state in preview dialog. (silverqx)
BUGFIX: Show torrent name in "add new torrent" dialog on merging trackers (Chocobo1)
BUGFIX: Properly pre-select the selected torrent's current ratio limiting options in UpDownRatioDlg dialogs. Fixes #7352 (thalieht)
BUGFIX: Optimize code for SpeedWidget. (dzmat)
BUGFIX: Disable processing events when adding torrents(prevents crashes). Closes #7436. (Chocobo1)
BUGFIX: Open links in browser. Closes #7651. (Chocobo1)
BUGFIX: Change default settings for tracker/tier announces to mimick μTorrent behavior. (sledgehammer999)
BUGFIX: Explicitly set UPnP state on start-up. Closes #7338. (Chocobo1)
BUGFIX: Include/print caught signal in stackdump (Chocobo1)
COSMETIC: Trackerlist: Set text alignment of columns with numbers to the right (thalieht)
COSMETIC: Enable alternatingRowColors for "Manage Cookie" dialog (Chocobo1)
COSMETIC: Remove indentation for category/tag filter widgets in all platforms (thalieht)
COSMETIC: Add space between widgets in left side panel. Closes #7224. (Chocobo1, glassez)
COSMETIC: Unify preference window borders across the tabs (vit9696)
COSMETIC: Center Options dialog when showed. (silverqx)
COSMETIC: Show delete accelerator key in menu. closes #7508 (Nick Korotysh)
COSMETIC: Set QTextOption::NoWrap property in "Download from URLs" dialog (Chocobo1)
COSMETIC: Use SVG icons for the country flags. Closes #6223. (sledgehammer999)
WEBUI: Allow to load/use ECDSA certificate in webUI. (Chocobo1)
WEBUI: Add copy options to webui context menu (addresses #6815) (#7036) (Tom Piccirello)
WEBUI: Set torrent location from webui context menu (addresses #6815) (#7062) (Tom Piccirello)
WEBUI: Add option to rename torrent from WebUI (Thomas Piccirello)
WEBUI: Add auto torrent management to webui context menu (addresses #6815) (Thomas Piccirello)
WEBUI: Option for "Create subfolder" when adding new torrent. (thalieht)
WEBUI: Fix addPaused wrong default behavior. (Chocobo1)
WEBUI: Reposition "Priority" menu option in WebUI to match gui. Closes #7072. (Thomas Piccirello)
WEBUI: Report TCPServer errorString() if webui fails to listen to port. (Matthew Fioravante)
WEBUI: Exit gracefully when failed to initialize web server with qbt-nox (Chocobo1)
WEBUI: Add file-to-piece-index mappings in /query/propertiesFiles command (Chocobo1)
WEBUI: Add optional parameters for /command/download & /command/upload (Chocobo1)
WEBUI: Print error messages upon receiving invalid header fields. (Chocobo1)
WEBUI: Add WebUiAddress config option. (Matthew Fioravante)
WEBUI: Reinitialize webUI server when "IP address" setting changed. An app restart won't be necessary from now on. (Chocobo1)
WEBUI: Improve log and error messages (Chocobo1)
SEARCH: Use explicit class for search plugin versions (evsh)
SEARCH: Remove all search plugins from repo. There is another repo named 'search-plugins'. (sledgehammer999)
SEARCH: Update the backend when a new plugin favicon is downloaded. (sledgehammer999)
SEARCH: Allow search plugins sorting. Closes #7526. (Nick Korotysh)
RSS: Redesigned RSS subsystem (glassez)
RSS: Do not use hardcoded colors in RSS feed view (evsh)
RSS: Improve RSS events logging (glassez)
WINDOWS: Use dpiawareness=1 on Windows. Closes #5393. (sledgehammer999)
WINDOWS: Reformat Windows build configuration files. (glassez)
LINUX: Allow custom tray icons when system icon theme is used. Closes #7403. (evsh)
MACOS: Various macOS UI improvements (vit9696)
MACOS: Fix main menu item location on macOS (vit9696)
MACOS: Fix macOS window restoration after using hide icon (vit9696)
MACOS: Fix notification display on macOS (vit9696)
OTHER: Use new classes/methods from libtorrent and stop using deprecate ones. (glassez)
OTHER: Various string fixes (Allan Nordhøy, sledgehammer999)
OTHER: cmake: do not use Qt5Widgets when locating QtSingleApplication. Closes #7551. (evsh)
OTHER: Update BOOST m4 macros and simplify AX_BOOST_BASE usage (Chocobo1)
OTHER: Drop OS/2 support. (sledgehammer999)
OTHER: Optimize file size of PNG and SVG files. (sledgehammer999)
OTHER: Add new translators in the About page.

[close]

http://qbittorrent.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
qBittorrent 4.0.1
« Antwort #1846 am: 22 November, 2017, 09:12 »
Changelog

BUGFIX: Fix crash on opening torrent/magnet (uninitialized pointer). Closes #7739 #7723. (sledgehammer999)
BUGFIX: Enable preferences Apply button when ip banlist is modified (Thomas Piccirello)
BUGFIX: Allow drag-n-drop magnet links to mainwindow. Closes #7742. (Chocobo1)
BUGFIX: Fix crash when aborting a torrent creation process. Closes #7783. (Chocobo1)
BUGFIX: Correctly check if torrent passed during application start already exists. (sledgehammer999)
WEBUI: Add ip subnet whitelist for bypassing webui auth (Thomas Piccirello)
WEBUI: Fix logo missing in login page (Chocobo1)
COSMETIC: Fix english typo. (sledgehammer999)
OTHER: cmake: qtsingleapplication should always be built statically (luigino)

[close]

http://qbittorrent.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
uTorrent 3.5 Build 44294
« Antwort #1847 am: 25 November, 2017, 10:30 »
Whats new:>>

Fix a bug that could cause the “You’ve just been upgraded” page to display when the user has not updated
Fix a crash
Save Pro/Ad-free license key to “Documents” upon activation to allow for future re-activation

http://www.utorrent.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
qBittorrent 4.0.2
« Antwort #1848 am: 01 Dezember, 2017, 13:30 »
Changelog

BUGFIX: Fix crash on some systems when creating address object for 255.255.255.255. Closes #7735. (sledgehammer999)
PERFORMANCE: Change MixedModeAlgorithm default to TCP. This was the v3_3_x default and should sustain higher speeds. Closes #7779. (Chocobo1)
PERFORMANCE: Stop logging IP filter parsing errors after a while, otherwise the GUI freezes or qBittorrent doesn’t start. (sledgehammer999)
GUI: Implement stable sort. Rows in transfer list shouldn’t flicker anymore. (Chocobo1)
WEBUI: Fix build when webui is disabled. (Heiko Becker)
RSS: Fix build because of missing header. Closes #7805. (thoradia)
RSS: Fix RSS parser. (glassez)
RSS: Implement Import/Export RSS rules in legacy(aka v3_3_x) format. (glassez)
RSS: Implement Import/Export RSS rules in JSON format. (glassez)
WINDOWS: Fixed blurry text under Windows by setting DPI awareness to default. (TheNicker)
LINUX: Fix i386 build. (Evgeny Lensky)

[close]

http://qbittorrent.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
FrostWire 6.6.1 Build 249
« Antwort #1849 am: 05 Dezember, 2017, 09:05 »
Whats new:>>

New jlibtorrent 1.2.0.15-RC3
TPB domain update

http://www.frostwire.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
TorrentRover 1.2.6
« Antwort #1850 am: 06 Dezember, 2017, 09:05 »
Whats new:>>

Fixed issues with Discount Codes
Fixed memory checking code (was causing TorrentRover to close when it shouldn’t)

http://www.torrentrover.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
TorrentRover 1.2.7
« Antwort #1851 am: 07 Dezember, 2017, 12:24 »
Whats new:>>

Replaced memory checking method (not all systems support Performance Counters, so switched to WMI)

http://www.torrentrover.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Sonarr 2.0.0.5085
« Antwort #1852 am: 09 Dezember, 2017, 10:20 »
Monitor your favorite series and download a new episode from torrents as soon as it is released, provided it matches your criteria.

License: GPLv3

Changelog

New:

Include APFS disks in disk space
Channel setting for Slack notifications to override default channel
Validate NZBs before sending to download client
Add authentication options to Webhook

Fixed:

Security vulnerabilities allowing authentication to be bypassed (discovered by Kyle Neideck)
Sorting by episodes on series overview and poster views
Import failures when audio channels are in an unexpected format
Sorting Manual Import by relative path
Parsing of resolution in TVRips
Parsing when using episode number as folder name in naming config
Incorrect parsing of filenames with [SDTV] suffix trigging Anime pattern.
Regression preventing new downloads from bypassing the Download Client Back-off logic.

[close]

https://sonarr.tv/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Koinonein BitTorrent Client 1.5.0.0
« Antwort #1853 am: 11 Dezember, 2017, 18:30 »
Download and manage torrents with the help of this full-featured, user-friendly and security-orientated BitTorrent client application.

Freemium

Whats new:>>

Settings > UI Options > Use context menus with List View option added
First Run Wizard > Use context menus with List View option added
List View context menus mirror Grid View context menus
Windows Vista support removed

https://koinonein.com/koinonein-bittorrent-client/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
qBittorrent 4.0.3
« Antwort #1854 am: 18 Dezember, 2017, 06:10 »
Changelog

BUGFIX: Add height padding to the transfer list icons. Closes #7951. (sledgehammer999)
BUGFIX: Allow to drag-n-drop URLs into mainwindow to initiate download. (Chocobo1)
BUGFIX: Fix crash when fitlering search results. Stable sorting is removed. Closes #7952.(Chocobo1)
WEBUI: Fix missing qbt logo on login page in webUI. Closes #7953. (Chocobo1)
WEBUI: Add check to avoid type error after logout. (Chocobo1)
WEBUI: Use POST for logout command. This is to avoid browser being smart to prefetch the link then logging out the user. (Chocobo1)
WEBUI: Fix WebUI is not reachable via IPv6. (glassez)
WINDOWS: Disable the "?" help button in all dialogs on Windows. Closes #7365. Requires Qt 5.10. (Chocobo1)

[close]

http://qbittorrent.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
uTorrent 3.5.1 Build 44332 Stable
« Antwort #1855 am: 24 Dezember, 2017, 13:00 »
Whats new:>>

– Remove Game Store
– Fix install crash (setting the quicklaunch shortcut was failing in some cases)
– Security fix: Suppress password prompt for hosted IEFrame windows
– Fix peer ID format — this was reporting incorrectly for some versions.

http://www.utorrent.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Koinonein BitTorrent Client 2.1.0.0
« Antwort #1856 am: 02 Januar, 2018, 21:50 »
Download and manage torrents with the help of this full-featured, user-friendly and security-orientated BitTorrent client application.

Freemium

Whats new:>>

Installers multilingual
Adding multiple torrents causing some to pause fixed
Settings > UI Options >Seconds to show notifications option added
Sleep Mode not respected if torrents active

https://koinonein.com/koinonein-bittorrent-client/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tixati 2.56
« Antwort #1857 am: 04 Januar, 2018, 19:00 »
Tixati is a peer-to-peer file sharing program that uses the popular BitTorrent protocol.  This protocol allows many peers to form a cooperative swarm and download very large files with great efficiency.

Freeware

Release Notes

Major improvements to SSDP local peer discovery, especially on Windows platforms
WebUI SSL engine has been fully updated
Support protocol extension lt_donthave, which may improve speed from memory-constrained peers
Fixed several minor problems with text views when displaying lines with mixed LTR and RTL text
Incomplete piece folder management has been streamlined, should have much less polling overhead
Several fixes to Universal Plug and Play port forwarding
NAT-PMP port-forwarding is now much more reliable
Major internal optimizations and improvements to tree/list controls for both Windows/GTK platforms
GTK tree/list control expanders re-engineered
GTK tree/list control smooth indent reduction when viewing deep folder structures
All text views have been revised to allow proper display of tab-stops
Channel info, messages, and private messages no longer filter tab characters
Improvements to Secure Local Resource Discovery so that local channel connection discovery is more reliable
Fixed problems with download completion notification sound failing to play in some circumstances
Several optimizations to channel stream encoder/decoders to reduce CPU usage when hash-checking segments
Fixed problems with display of time remaining while seeding to a ratio limit
Fixed problems with optional display of base-1024 units
Fixed sorting problems with the time left column and recently stopped transfers
Increasing/decreasing the font size via the tray menu should now work correctly on all platforms
Numerous other minor GUI tweaks and adjustments, including some icon refinements
Updated the IP-Location tables

[close]

http://www.tixati.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
BiglyBT 1.4.0.0
« Antwort #1858 am: 09 Januar, 2018, 21:00 »
BiglyBT grants you with a fast cross-platform torrent client that is based on the Vuze - Azureus project.

This torrent client is the first version of the project and is currently very Vuze-like, but that will change as the developers' process feedback and continue with the development of the project. There are currently some features that are present in both BiglyBT and Vuze minus the included bits of advertising that comes native with Vuze. You will recognize device playback, meta search options, and media playback. Keep in mind that BigBT is authored by two of the Vuze developers and will be very familiar in feel for now.

License: Open Source

Changelog

FEATURE: UI | Table column option to size to preferred width [Parg]
FEATURE: UI | Added options to copy all peer addresses to clipboard for a download [Parg]
FEATURE: UI | Added option to copy your own peer address to clipboard in peer views [Parg]
FEATURE: UI | Added magnet option to add xsource parameters to magnets that contain your peer address (default = for shares only) [Parg]
FEATURE: UI | Sequential download for a given file added to Files View [Parg]
FEATURE: UI | Added option to hide BiglyBT UI even when the Tray is disabled [Parg]
FEATURE: UI | Added native notification support for Download alerts [Parg]
FEATURE: UI | Added option to native tray to hide it [Parg]
FEATURE: UI | Added 'leecher_max_complete' to Library and Tag Constraints [Parg]
FEATURE: UI | F1 key opems Help [Parg]
FEATURE: UI | Automatically chunk chat messages that exceed length limit [Parg]
FEATURE: UI | Added tooltip for queued status that shows more information [Parg]
FEATURE: UI | Router info now addable to Dashboard [Parg]
FEATURE: UI | Added speed view for UPnP routers that support it [Parg]
FEATURE: UI | Right-click option on NAT Status to invoke NAT Test [Parg]
FEATURE: UI | Added option to control the auto-reload period for IP filters [Parg]
FEATURE: UI | Added 'Partial Friends' view to the Friends view [Parg]
FEATURE: UI | Friends view can now be added to Dashboard [Parg]
FEATURE: UI | Added hide/show search bar to BiglyBT UI under View menu [Parg]
FEATURE: UI | Enable toolbar open/search options when search bar hidden [Parg]
FEATURE: UI | Added bbcode/markdown support for italic/bold in chat view [Parg]
FEATURE: UI | Ctrl+B/I in chat view sets bold/italic [Parg]
FEATURE: UI | Ctrl+V in Library views now pastes clipboard content as torrent/magnet [Parg]
FEATURE: UI | Added option to show/hide various toolbar icons [Parg]
FEATURE: UI | Added option to use separate start/stop toolbar icons [Parg]
FEATURE: UI | Added force-recheck and files-exists toolbar icons (hidden by default) [Parg]
FEATURE: UI | Hitting 'enter' in Library views now involes the default action [Parg]
FEATURE: UI | Added long-press actions to start (force), stop (pause) and open (ctrl+v but note this is only the open button shown on the toolbar in non-classic mode when the �search bar� is disabled) [Parg]
FEATURE: Plug | Boss Key plugin ported [Parg]
FEATURE: Plug | Categorized Destination plugin ported [Parg]
FEATURE: Core | Added 'countTag' function to Tag Constraints [Parg]
FEATURE: Core | Added 'completed_age', 'peer_max_completion' and 'peer_average_completion' variables to Tag Constraints [Parg]
FEATURE: Core | Added 'size', 'size_mb' and 'size_gb' to Tag Constraints [Parg]
FEATURE: Core | Added option to switch a download's torrent file [Parg]
FEATURE: Core | Temporary data limit options added under F8/Quick Config [Parg]
FEATURE: Core | New context menu option to export a download's torrent and data [Parg]
FEATURE: Core | Added option to put DHT into (non-persistent) sleep mode [Parg]
FEATURE: Core | Support auto-import of .magnet files in same way as .torrent files [Parg]
FEATURE: Core | Added Download-specific move-on-complete option [Parg]
FEATURE: Core | Added right-click option to Peers to boost their transfer. Works by making the peer a 'Partial Friend' [Parg]
CHANGE: UI | Don't popup torrent download window if 'suppress popup' is enabled [Parg]
CHANGE: UI | Alternative sort order added to Status column and option to revert [Parg]
CHANGE: UI | Pre-fill Open Torrent window from clipboard if it looks relevant [Parg]
CHANGE: UI | Piece Map view enhancements for file extents [Parg]
CHANGE: UI | 'Routers' and 'Internet' now available in simple device view [Parg]
CHANGE: UI | Improved the tooltip for NAT Status indicator [Parg]
CHANGE: UI | Added Community menu to Classic UI [Parg]
CHANGE: UI | Move the 'Move Torrent' menu option to be under Tracker/Torrent [Parg]
CHANGE: UI | Brazilian Portuguese translation update [Havokdan]
CHANGE: UI | Basque translation update [Azpidatziak]
CHANGE: UI | 52% progress on Turkish translation [bayeco06,curtaintwitcher,mehmetengin,redjepi]
CHANGE: UI | 51% progress on Indonesian translation [hafizulf68,jaldesign,Darsondrew]
CHANGE: UI | 33% progress on Slovenian tranlation [lkure]
CHANGE: UI | Progress on Chinese translations [incrediblesnow]
CHANGE: UI | Progress on Hebrew translation [AlmogK]
CHANGE: Core | Reworked upload bias [Parg]
CHANGE: Core | Use latest file modification date as the 'download complete' value when adding-for-seeding [Parg]
CHANGE: Core | Improve .torrent file names for auto-update torrents [Parg]
CHANGE: Core | Reworked end-game-mode to be independent of piece-size [Parg]
BUGFIX: UI | Fix duplicate menus on OSX with classic UI [Parg]
BUGFIX: UI | Fixed various sidebar refresh issues [Parg]
BUGFIX: UI | Fix menus being repeated for Download Details views [Parg]
BUGFIX: UI | Ignore non-public connections when computing binding state [Parg]
BUGFIX: Core | Fix torrent files not being correctly deleted when adding torrent operation cancelled [Parg]
BUGFIX: Core | jar file manifest entries were missing [Parg]
BUGFIX: Core | Fix 'transcode always' option not being remembered [Parg]
BUGFIX: Core | Fix file move to be performant across same file system [Parg]
BUGFIX: Core | Update share-ratio-progress when download is stopped [Parg]

[close]

http://www.biglybt.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Koinonein BitTorrent Client 2.2.0.0
« Antwort #1859 am: 11 Januar, 2018, 18:45 »
Whats new:>>

Tab > Files > Optional double click opens the file location
Issue with not showing torrents when started fixed
Magnet Complete dialog not rendering properly fixed
Magnet Complete dialog not starting torrent fixed
Magnet torrents not starting if resumed without metadata fixed
Licence works for all users of device
Create Torrent > Start Seeding not working fixed

https://koinonein.com/koinonein-bittorrent-client/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )