·
2 commits
to main
since this release
What's Changed
- Fix various write endpoints that may fail
- Replace data class usage with Poko
- Improve
getTorrents()API and fix broken filtering:- Allow querying with 'any category' (null) and make it the default
- Add
Torrentmodel serialName access for use with thesortparameter (ex:Torrent::lastActivity.serialName)
- Remove
DataStatePairfrom public API - Add
TrackerStatusenum type forTorrentTrackermodel - Add get preferences model and set preferences builder
- Update to latest qBittorrent Torrent
Statevalues
Set Preferences
client.setPreferences {
QBittorrentPrefs::bannedIps set listOf("1.1.1.1", "8.8.8.8")
QBittorrentPrefs::maxRatioAction set MaxRatioAction.PAUSE_TORRENT
QBittorrentPrefs::createSubfolderEnabled set true
// etc..
}Full Changelog: v1.0.0-rc02...v1.1.0-alpha02