github BiglySoftware/BiglyBT v3.5.0.0
Release v3.5.0.0

latest release: v3.6.0.0
10 months ago

Developer Blog posts are here: https://biglybt.tumblr.com/tagged/BiglyBT3500

FEATURE: Core  | Added options to allocate/move downloads in order as well as by reverse size [Parg]
FEATURE: Core  | Added Tag Constraint constants for min/max integer/long values [Parg]
FEATURE: Core  | Added Tag Constraint "getTagSort" function [Parg]
FEATURE: Core  | Added a partial BiglyBT RCM handler [Parg]
FEATURE: Core  | Added Ipify as external IP checker [TuxPaper]
FEATURE: Core  | Added option to get "up" interfaces only [Parg]
FEATURE: Core  | Option to use the torrent-options dialog when auto-importing torrents [Parg]
FEATURE: Core  | Config option to set target for connection testing [TuxPaper]
FEATURE: Core  | Added "moc_path" Tag Constraint variable [Parg]
FEATURE: Core  | Added "length(str)" Tag Constraint function [Parg]
FEATURE: UI    | Added open-with torrent file menu [Parg]
FEATURE: UI    | Double-click in torrent options view -> rename file [Parg]
FEATURE: UI    | Added a download-specific "view debug" advanced menu item [Parg]
FEATURE: UI    | Support column filters in download history [Parg]
FEATURE: UI    | Support column date filter, fixed format yyyy/mm/dd [Parg]
FEATURE: UI    | Added File Creation column [TuxPaper]
FEATURE: UI    | Allow tagging in multi-open-torrrent-options dialog [Parg]
FEATURE: UI    | Added "accept" button in multi-open-torrrent-options dialog [Parg]
FEATURE: UI    | Allow tracker editing in multi-open-torrrent-options dialog [Parg]
FEATURE: UI    | Added support for peer source and network setting in multi-open-torrrent-options dialog [Parg]
FEATURE: UI    | Allow initial save location tags to be multi-assigned [Parg]
FEATURE: UI    | Added an "allocate" optional toolbar item [Parg]
FEATURE: UI    | Added a "rename duplicates..." menu item to Files View [Parg]
FEATURE: UI    | One Tag menu to rule them all [TuxPaper]
FEATURE: UI    | Added history to "move on complete" target selection [Parg]
FEATURE: UI    | Tidy up Subscriptions List menu, adding multi-select to many actions [TuxPaper]

CHANGE: Core   | Attempt to re-establish UDP listens on fail [Parg]
CHANGE: Core   | Randomize the alt-contacts a bit [Parg]
CHANGE: Core   | Added some more logging around TCP listen setup [Parg]
CHANGE: Core   | Limit peer queued upload data [Parg]
CHANGE: Core   | Hold off pausing checking/moving downloads on bind loss [Parg]
CHANGE: Core   | Added FDM, updated Transmission client URL [TuxPaper]
CHANGE: Core   | Pick up array of categories in JSON template response [Parg]
CHANGE: Core   | Shorted default smoothing window [ferdnyc]
CHANGE: Core   | Improve performance of file-priority-change listeners [Parg]
CHANGE: Core   | Recognize SWT Browser crashes in Linux [Parg]
CHANGE: Core   | Disable the "CVS DHT" as not currently needed [Parg]
CHANGE: Core   | Added short-term cache for title words, don't update on close [Parg] 
CHANGE: Core   | Make all-tracker total updates async [Parg]
CHANGE: Core   | Don't attempt to set security manager from Java 18+ [Parg]
CHANGE: UI     | Faster Piece Map Views and gradient color based on availability [TuxPaper]
CHANGE: UI     | Allow "open with" to open incomplete files [Parg]
CHANGE: UI     | Allow error-state downloads to be (force) started via menu [Parg]
CHANGE: UI     | t: for tag search in download history; renamed existing t: (hash) to h: [Parg]
CHANGE: UI     | Show original file name on tooltip if different [TuxPaper]
CHANGE: UI     | Skip paint if image isn't visible [TuxPaper]
CHANGE: UI     | Added message to a few bubble text boxes [Parg]
CHANGE: UI     | Do something with indeterminate integer options [Parg]
CHANGE: UI     | Support some more multi-select Tag settings [Parg]
CHANGE: UI     | Show remaining pieces for non-active downloads [Parg]
CHANGE: UI     | Added strict file-op timeout for image repository is-dir and other places [Parg]
CHANGE: UI     | Null better for sorting than -1 when no download [TuxPaper]
CHANGE: UI     | When piece isn't needed, reduce transparency [TuxPaper]
CHANGE: UI     | LINE_DOT sucks. Long live setLineDash [TuxPaper]
CHANGE: UI     | bg_BG: Bulgarian translation update [andreshko]
CHANGE: UI     | pt_BR: Brazilian Portuguese translation update [Havokdan]
CHANGE: UI     | fi_FI: Finnish translation update [olavinto]
CHANGE: UI     | de_DE: German translation update [Georg Engelmann]
CHANGE: UI     | hu_HU: Hungarian translation update [misibacsi, Phoenix]
CHANGE: UI     | it_IT: Italian translation update [legacychimera247]
CHANGE: UI     | ja_JP: Japanese translation update [tetoria, ayano.midori]
CHANGE: UI     | ru_RU: Russian translation update [adem4ik]
CHANGE: UI     | tr_TR: Turkish translation update [BouRock]

BUGFIX: Core   | Fix "download to temporary folder and move when done" not working with renamed files [Parg]
BUGFIX: Core   | Fix "clear links" for non-simple, single file torrents [Parg]
BUGFIX: Core   | Tidy up links a little for simple torrents [Parg]
BUGFIX: Core   | Attempt to fix occasional missing downloads [Parg]
BUGFIX: Core   | Fix various typos [luzpaz] 
BUGFIX: Core   | Handle missing Subscription JSON [Parg]
BUGFIX: Core   | Fix explicit allocation order when smallest-first not selected [Parg]
BUGFIX: Core   | Remove DHT Network confusion [Parg]
BUGFIX: Core   | Fix handling of URLs with no parameters [Parg]
BUGFIX: Core   | Fix insertion of proof-layers [Parg]
BUGFIX: Core   | Attempt to fix outstanding dead operations [Parg]
BUGFIX: Core   | Don't auto-download subscription results when it is disabled [Parg]
BUGFIX: UI     | Fix launch helper config to support more entries if needed [Parg]
BUGFIX: UI     | MAC needs new GC to use copyArea [TuxPaper]
BUGFIX: UI     | Ensure dotted line is visible [TuxPaper]
BUGFIX: UI     | Fix logger view not picking up "stop on null" on initialization [Parg]
BUGFIX: UI     | Remember multiple peers across view reset [Parg]
BUGFIX: UI     | Fix up minimize behavior of some pop-out chat windows [Parg]
BUGFIX: UI     | Better handling when drawing last line of text [TuxPaper]
BUGFIX: UI     | Fix bug where right-click on item & cursor moving to another item before menu shown results in menu applying to wrong item [TuxPaper]
BUGFIX: UI     | Fix hack for open torrent options view tag area scroll visibility [Parg]
BUGFIX: UI     | Fix missing table title internationalization in Filter dialog [Parg]
BUGFIX: UI     | Fix separators in date mode on Windows [Parg]
BUGFIX: UI     | Fix toolbar config listeners [Parg]
BUGFIX: UI     | Fix blank row when last row removed/hidden [Parg]
BUGFIX: UI     | Limit recursion in ProgressWindow when lots active [Parg]
BUGFIX: UI     | Fix missing menu item on right click of tab that has yet to be visible [TuxPaper]
BUGFIX: UI     | Fix Library view wait splash in dark mode [Parg]
BUGFIX: UI     | Don't start SWT thread task for MDIEntry Icon update if not visible [TuxPaper]
BUGFIX: UI     | File access causes IO. Reduce update interval. [TuxPaper]
BUGFIX: UI     | Main background color was incorrect when block is mostly complete [TuxPaper]

Historical change logs can be found in prior releases.

The release installers come with the ability to migrate (copy) your config, downloads, and plugins.

Don't miss a new BiglyBT release

NewReleases is sending notifications on new releases.