Skip to content

Commit 9b95214

Browse files
committed
changelog
1 parent 3d977a4 commit 9b95214

File tree

1 file changed

+86
-77
lines changed

1 file changed

+86
-77
lines changed

ChangeLog.txt

+86-77
Original file line numberDiff line numberDiff line change
@@ -4,88 +4,97 @@ BIGLYBT CHANGELOG
44
2024.xx.yy | BiglyBT 3.6.0.0
55

66

7-
FEATURE: Tag | Added tag constraint variable "file_count_selected" and "count" function
8-
FEATURE: Tag | Added "trackers" variable to Tag Constraints
9-
FEATURE: Tag | Added Tag Overview "tag sort auto" column
10-
FEATURE: Tag | Added "trackerPeers" and "trackerSeeds" Tag constraint functions
11-
FEATURE: Tag | Added tag constraint function "pluginOption"
12-
FEATURE: Tag | Allow comments in tag constraints
13-
FEATURE: Tag | Support empty constraint expression
14-
FEATURE: Plug | Added method to add torrents to SimpleAPI plugin
15-
FEATURE: Plug | Added progress indicators for SimpleAPI torrent download
16-
FEATURE: Plug | Added SimpleAPI plugin method to set download plugin options
17-
FEATURE: Core | Added option to automatically create a sub-folder for simple torrents
18-
FEATURE: Core | Option to set files to high priority when <n> pieces remaining
19-
FEATURE: Core | Added global setting for file priority pieces remaining
20-
FEATURE: Core | Add "completed" to generated feed
21-
FEATURE: Core | Make banning of HTTP seeds download specific
22-
FEATURE: UI | Added an "Archive" toolbar item
23-
FEATURE: UI | Support tag/category filter matching in subscription results
24-
FEATURE: UI | Added country chat sub-tab in Peer views
25-
FEATURE: UI | Added option to remember response to "add separate download" prompt
26-
FEATURE: UI | CTRL+a -> select all in progress report window
27-
FEATURE: UI | Added "Close View" file menu item in sidebar view
28-
FEATURE: UI | Support additional launch helper for "show file" operation
29-
FEATURE: UI | Added option to control side bar double-click pop-out type
30-
FEATURE: UI | Added option to disable UI updates when minimised
31-
FEATURE: UI | Added blocked icons for up/down speed when disabled
32-
FEATURE: UI | Separate seeds/peers columns for subs/search results
33-
FEATURE: UI | Option to reset all table views
34-
FEATURE: UI | Added option to set table column defaults for new views
35-
FEATURE: UI | Added "grabbed" column to subscription results
36-
FEATURE: UI | Show entry limit in title
37-
FEATURE: UI | Add "select all" to column header menu
38-
FEATURE: UI | Show byte size in tooltip
39-
40-
CHANGE: Core | Dual architecture .biglybt plugin files getting larger
41-
CHANGE: Core | Merge tracker URLs when auto importing and existing download found
42-
CHANGE: Core | Consider compact files for removal even if complete
43-
CHANGE: Core | Propagate tags from magnet auto import
44-
CHANGE: Core | Try to revert to magnet download when link fails
45-
CHANGE: Core | Don't rename download display name from magnet 'dn' if disabled
46-
CHANGE: Core | Better support for extracting RSS fields from the description
47-
CHANGE: Core | "leechers" overrides "peers" in RSS feeds if both present
48-
CHANGE: Core | Ignore enclose size for RSS feeds that are probably torrent file sizes
49-
CHANGE: Core | Lowered DHT request timeout
50-
CHANGE: Core | Support /a for tracker URL scrape replacement
51-
CHANGE: Core | Don't lower-case regular expressions in subs filters
52-
CHANGE: Core | Remove non-matching subscription results
53-
CHANGE: Core | Serialise file skip operations
54-
CHANGE: UI | Add start timestamp to progress reporter details
55-
CHANGE: UI | Added chat key to status text
56-
CHANGE: UI | Stack progress dialogs more sensibly
57-
CHANGE: UI | Change scale values to show most recent rather than average
58-
CHANGE: UI | Try a different tray icon on Linux
59-
CHANGE: UI | Make the new-torrent wizard remember selected files etc across panels
60-
CHANGE: UI | Remove logging config view network diagnostics generation as broken
61-
62-
BUGFIX: Tag | Remove tag from group when deleted
63-
BUGFIX: Tag | Need to apply tag filter to groups
64-
BUGFIX: Core | Reduce locking in magnet downloader
7+
FEATURE: Tag | Added tag constraint variable "file_count_selected" and "count" function [Parg]
8+
FEATURE: Tag | Added "trackers" variable to Tag Constraints [Parg]
9+
FEATURE: Tag | Added Tag Overview "tag sort auto" column [Parg]
10+
FEATURE: Tag | Added "trackerPeers" and "trackerSeeds" Tag constraint functions [Parg]
11+
FEATURE: Tag | Added tag constraint function "pluginOption" [Parg]
12+
FEATURE: Tag | Allow comments in tag constraints [Parg]
13+
FEATURE: Tag | Support empty constraint expression [Parg]
14+
FEATURE: Plug | Added method to add torrents to SimpleAPI plugin [Parg]
15+
FEATURE: Plug | Added progress indicators for SimpleAPI torrent download [Parg]
16+
FEATURE: Plug | Added SimpleAPI plugin method to set download plugin options [Parg]
17+
FEATURE: Core | Added option to automatically create a sub-folder for simple torrents [Parg]
18+
FEATURE: Core | Option to set files to high priority when <n> pieces remaining [Parg]
19+
FEATURE: Core | Added global setting for file priority pieces remaining [Parg]
20+
FEATURE: Core | Add "completed" to generated feed [Parg]
21+
FEATURE: Core | Make banning of HTTP seeds download specific [Parg]
22+
FEATURE: UI | Added an "Archive" toolbar item [Parg]
23+
FEATURE: UI | Support tag/category filter matching in subscription results [Parg]
24+
FEATURE: UI | Added country chat sub-tab in Peer views [Parg]
25+
FEATURE: UI | Added option to remember response to "add separate download" prompt [Parg]
26+
FEATURE: UI | CTRL+a -> select all in progress report window [Parg]
27+
FEATURE: UI | Added "Close View" file menu item in sidebar view [Parg]
28+
FEATURE: UI | Support additional launch helper for "show file" operation [Parg]
29+
FEATURE: UI | Added option to control side bar double-click pop-out type [Parg]
30+
FEATURE: UI | Added option to disable UI updates when minimised [Parg]
31+
FEATURE: UI | Added blocked icons for up/down speed when disabled [Parg]
32+
FEATURE: UI | Separate seeds/peers columns for subs/search results [Parg]
33+
FEATURE: UI | Option to reset all table views [Parg]
34+
FEATURE: UI | Added option to set table column defaults for new views [Parg]
35+
FEATURE: UI | Added "grabbed" column to subscription results [Parg]
36+
FEATURE: UI | Show entry limit in title [Parg]
37+
FEATURE: UI | Add "select all" to column header menu [Parg]
38+
FEATURE: UI | Show byte size in tooltip [Parg]
39+
40+
CHANGE: Core | Dual architecture .biglybt plugin files getting larger [Parg]
41+
CHANGE: Core | Merge tracker URLs when auto importing and existing download found [Parg]
42+
CHANGE: Core | Consider compact files for removal even if complete [Parg]
43+
CHANGE: Core | Propagate tags from magnet auto import [Parg]
44+
CHANGE: Core | Try to revert to magnet download when link fails [Parg]
45+
CHANGE: Core | Don't rename download display name from magnet 'dn' if disabled [Parg]
46+
CHANGE: Core | Better support for extracting RSS fields from the description [Parg]
47+
CHANGE: Core | "leechers" overrides "peers" in RSS feeds if both present [Parg]
48+
CHANGE: Core | Ignore enclose size for RSS feeds that are probably torrent file sizes [Parg]
49+
CHANGE: Core | Lowered DHT request timeout [Parg]
50+
CHANGE: Core | Support /a for tracker URL scrape replacement [Parg]
51+
CHANGE: Core | Don't lower-case regular expressions in subs filters [Parg]
52+
CHANGE: Core | Remove non-matching subscription results [Parg]
53+
CHANGE: Core | Serialise file skip operations [Parg]
54+
CHANGE: UI | Add start timestamp to progress reporter details [Parg]
55+
CHANGE: UI | Added chat key to status text [Parg]
56+
CHANGE: UI | Stack progress dialogs more sensibly [Parg]
57+
CHANGE: UI | Change scale values to show most recent rather than average [Parg]
58+
CHANGE: UI | Try a different tray icon on Linux [Parg]
59+
CHANGE: UI | Make the new-torrent wizard remember selected files etc across panels [Parg]
60+
CHANGE: UI | Remove logging config view network diagnostics generation as broken [Parg]
61+
CHANGE: UI | pt_BR: Brazilian Portuguese translation update [Havokdan]
62+
CHANGE: UI | bg_BG: Bulgarian translation update [andreshko]
63+
CHANGE: UI | et_EE: Estonian translation update [priit.uring]
64+
CHANGE: UI | de_DE: German translation update [Georg Engelmann]
65+
CHANGE: UI | hu_HU: Hungarian translation update [Phoenix]
66+
CHANGE: UI | ja_JP: Japanese translation update [tetoria]
67+
CHANGE: UI | ru_RU: Russian translation update [adem4ik,antonsoroko]
68+
CHANGE: UI | es_VE: Spanish (Venezuela) translation update [javier.nv]
69+
CHANGE: UI | tr_TR: Turkish translation update [BouRock]
70+
71+
BUGFIX: Tag | Remove tag from group when deleted [Parg]
72+
BUGFIX: Tag | Need to apply tag filter to groups [Parg]
73+
BUGFIX: Core | Reduce locking in magnet downloader [Parg]
6574
BUGFIX: Core | Don't request public IP when we don't need it [TuxPaper]
66-
BUGFIX: Core | Delete imported torrent file if required
67-
BUGFIX: Core | Fix subscription extraction from array of subs
68-
BUGFIX: Core | Don't force-start completed update torrents
69-
BUGFIX: Core | Need one more loop on errors
70-
BUGFIX: Core | Handle already completed and queued download
71-
BUGFIX: Core | Ensure DHT contact liveness set correctly on create
72-
BUGFIX: UI | Fix selected tag not being shown in tag selection menu
75+
BUGFIX: Core | Delete imported torrent file if required [Parg]
76+
BUGFIX: Core | Fix subscription extraction from array of subs [Parg]
77+
BUGFIX: Core | Don't force-start completed update torrents [Parg]
78+
BUGFIX: Core | Need one more loop on errors [Parg]
79+
BUGFIX: Core | Handle already completed and queued download [Parg]
80+
BUGFIX: Core | Ensure DHT contact liveness set correctly on create [Parg]
81+
BUGFIX: UI | Fix selected tag not being shown in tag selection menu [Parg]
7382
BUGFIX: UI | Fix wrapping of comment line [TuxPaper]
7483
BUGFIX: UI | Auto restart prompt is SWT Only [TuxPaper]
75-
BYGFIX: UI | Update category tag group name on locale change
76-
BUGFIX: UI | Fixed category tag-type internationalisation
77-
BUGFIX: UI | Fixed some locale switching
78-
BUGFIX: UI | Fixed localisation of dashboard views
84+
BYGFIX: UI | Update category tag group name on locale change [Parg]
85+
BUGFIX: UI | Fixed category tag-type internationalisation [Parg]
86+
BUGFIX: UI | Fixed some locale switching [Parg]
87+
BUGFIX: UI | Fixed localisation of dashboard views [Parg]
7988
BUGFIX: UI | Prevent changing value via scrolling over a Combo [TuxPaper]
8089
BUGFIX: UI | Fixed no scroll in Tag Constraints field [TuxPaper]
81-
BUGFIX: UI | Fix sort order of some hash columns
82-
BUGFIX: UI | Fix scale not updating until subsequent refresh
83-
BUGFIX: UI | Fix no draw if only trimmable source
84-
BUGFIX: UI | Don't attempt to wrap cells that aren't deep enough
85-
BUGFIX: UI | Some minor Windows dark mode fixes
86-
BUGFIX: UI | Fix search box background in subs view + windows dark
87-
BUGFIX: UI | Fix google search command line
88-
BUGFIX: UI | Fix some default column setup issues; "reset" -> use explicit default
90+
BUGFIX: UI | Fix sort order of some hash columns [Parg]
91+
BUGFIX: UI | Fix scale not updating until subsequent refresh [Parg]
92+
BUGFIX: UI | Fix no draw if only trimmable source [Parg]
93+
BUGFIX: UI | Don't attempt to wrap cells that aren't deep enough [Parg]
94+
BUGFIX: UI | Some minor Windows dark mode fixes [Parg]
95+
BUGFIX: UI | Fix search box background in subs view + windows dark [Parg]
96+
BUGFIX: UI | Fix google search command line [Parg]
97+
BUGFIX: UI | Fix some default column setup issues; "reset" -> use explicit default [Parg]
8998

9099
2023.11.10 | BiglyBT 3.5.0.0
91100

0 commit comments

Comments
 (0)