Skip to content

Releases: amaximus/transmission-card

Add support for sort order

23 Dec 12:08
Compare
Choose a tag to compare

Two new configuration parameters added for controlling sort list order: hide_order, default_order.

#47 change torrent list sort

Add support for limit on number of torrents to display

20 Dec 11:53
Compare
Choose a tag to compare

Two new configuration parameters added to support and control limiting number of displayed torrents: hide_limit, default_limit.

See README for more information.

#21 More customisation options

Move sort from config file to UI

19 Dec 20:08
Compare
Choose a tag to compare

Move sort control from configuration file to UI

Configuration parameter sort_torrent_list_by added in 0.16.0 has been removed.

New configuration parameters added to control the sort type UI display: default_sort, hide_sort.

See README for more details.

Add torrents list sorting support

19 Dec 19:35
Compare
Choose a tag to compare

New configuration parameter sort_torrent_list_by provides torrent list sorting possibility.

See README for more details.

#47 change torrent list sort

Fix entity ids, config entry, add some onclick

10 Sep 05:41
Compare
Choose a tag to compare

#44 Fix entity ids, config entry, add some onclick

Thanks @fustom

Apply sensor name changes

08 Sep 12:17
Compare
Choose a tag to compare

#43 Sensor names are changed in HA

Fix _getConfigEntry

29 Aug 10:46
Compare
Choose a tag to compare
0.15.1

Fix _getConfigEntry

Allow hiding list of torrents

17 Aug 08:26
Compare
Choose a tag to compare

New configuration parameter hide_torrent_list allows hiding list of torrents. Useful for keeping the card at a constant height.

#42 Request: Option to hide the torrent list

Add delete button

14 Aug 07:42
Compare
Choose a tag to compare

#41 Add delete button

@BlenderistDev thanks for your contribution

Use entity precision to format download and upload speed

13 Jul 11:38
Compare
Choose a tag to compare

#39 use entity precision to format download and upload speed

Thanks @royto