Skip to content

Latest commit

 

History

History
147 lines (85 loc) · 7.24 KB

CHANGELOG.md

File metadata and controls

147 lines (85 loc) · 7.24 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.17.1 (2024-05-13)

Bug Fixes

  • Added queue actions, sometimes used by Sonarr (2d66f53)
  • ctrl+click picks selections, shift+click deselects and selects all from last to pick, ctrl+shift+click combines the two (85da264)
  • Demo implementation to use same rateUpload/rateDownload as Transmission. Fixes crashed demo (6abc799)
  • when only one torrent is selected and clicked again, it is deselected (6c2c0dc)

0.17.0 (2024-05-01)

Features

  • Added support for transferring torrents (not data) between clients! (ba319ab)
  • Gearbox now copies the .torrent files into its own .../torrents folder, enabling cross-seed support. 'torrentsDir' must be set to enable this feature (8fece0a)
  • Sidebar now togglable. Auto-hides or floats on small screens. (774addf)

Bug Fixes

  • Limit debug logging so that base64-encoded files don't overwhelm the console (ccbe8a0)
  • Move error sidebar filter higher up to draw more attention. Fixes #30 (d082951)
  • Return response from client appropriately. Fixes #31 (3d410d3)

0.16.1 (2024-04-24)

Bug Fixes

  • Bug caused crash on startup (343e8c0)

0.16.0 (2024-04-24)

Features

  • Add total upload/download speed. Fixes #25 (2a08140)
  • Include link to changelog when announcing new version (0dcc102)
  • Prettier upload/download symbols. Fixes #28 (979d8c3)

Bug Fixes

  • Gearbox to return download-dir of first client, fixes #29 (e0e582a)
  • Renamed button on upload torrent to 'Add'. Some users were confused by this (b878dbf)
  • RPC now supports Int64 tags, which should make Autobrr happy. (4bab579)

0.15.2 (2024-04-22)

Features

  • Refactor API, add logging levels (37df4d5)

Bug Fixes

  • #24: Change GUID strategy to use much less bits. Sonarr is happy now (0312c96), closes #24
  • Disabled ratelimiter. Fixes #22 (35ba8da)
  • its now possible to pick client when adding torrent. Fixes #23 (b8324bb)

0.15.1 (2024-04-21)

Bug Fixes

  • proper handle semver (fc613c6)
  • rpc: arguments field is optional. Fixes Autobrr (4e66090)
  • When github caches, it would announce old version instead of new (57ec886)

0.15.0

  • Added session-get, session-set Transmission RPC API methods. We should now be API compatible.

0.14.0

  • Added torrent-get, torrent-set, torrent-set-location Transmission RPC API methods. We are getting closer to having a complete RPC API.
  • Add option to select ip and port to listen to #20
  • Bugfix: Drag-drop on Windows #21
  • Double-click to show details of torrent
  • Add Set Location feature. Fixes #19

0.13.1

  • Fixed issue where slashes and backslashes wasn't recognized in filter values (thanks @Gaidouraki)

0.13.0

  • Added support for adding torrents (you can drag and drop them from your computer)
  • Added support for adding torrents (via file-picker, use the big + sign)
  • Added API rate-limiting
  • Added demo-config.mjs for those who want to experiment with Gearbox (same as demo-gearbox.xod.se)

0.12.2

  • Rename KeyPress to Shortcuts, hopefully avoiding some overzelous adblockers

0.12.1

  • Fix issue with download % showing 0 until finished

0.12.0

  • Details view now show total stats for multiple selections
  • Sidebar now indicates selected torrents

0.11.0

  • Added ctrl+a to select all torrents
  • Added a 'demo' connector for showcasing Gearbox

0.10.5

  • Fix client showing download speed

0.10.2

  • Fix white color on status when selected. Fix cursor:pointer on firefox

0.10.1

  • Adjusted column sizes for better fit
  • Fix issue with Seeds/Leechs tabs showing wrong number of total peers
  • Fix issue with progress header not being visible after scroll
  • Fix a bug where right-clicking a torrent wouldn't show it in details. Adjusted grid to show asc/desc icon

0.10.0

  • Added styling and indicators for download and verifying torrents

0.9.1

  • Fix issue with trackers that reports multiple instances with same sitename causing duplicates

0.9.0

  • App will reload when data becomes out of sync
  • When deleting files, UI will now show them with strike-through, instead of forcing user to wait for the messagebox to close
  • Added keybindings for deleting torrents, see README for more info
  • Added support for pausing/resuming torrents
  • Added support for specifying config directory by GEARBOX_PATH env variable