Releases: dpozinen/tracker-ops
v2.11.Carey.Mulligan
What's Changed
- Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 by @dependabot in #106
- Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #107
- add static searchable hashes by @dpozinen in #110
Full Changelog: v2.10...v2.11
v2.10.Anatomie.d.une.Chute
What's Changed
- handle sonarr callbacks and sonarr monitored torrents by @dpozinen in #59
- Bump org.jetbrains.kotlin.jvm from 1.9.20-Beta to 1.9.20-RC2 by @dependabot in #61
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.9.10 to 1.9.20 by @dependabot in #64
- Bump org.jetbrains.kotlin.jvm from 1.9.20-RC2 to 1.9.20 by @dependabot in #65
- Bump org.mockito:mockito-core from 5.5.0 to 5.7.0 by @dependabot in #66
- Bump com.marcinziolo:kotlin-wiremock from 2.0.2 to 2.1.1 by @dependabot in #67
- Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.13.3 to 2.16.0 by @dependabot in #68
- Bump org.jetbrains.kotlin.jvm from 1.9.20 to 1.9.21 by @dependabot in #70
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.9.20 to 1.9.21 by @dependabot in #71
- Bump org.jsoup:jsoup from 1.16.1 to 1.17.1 by @dependabot in #73
- Bump org.jetbrains.kotlinx:kotlinx-collections-immutable from 0.3.5 to 0.3.7 by @dependabot in #82
- Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in #79
- Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.14 by @dependabot in #80
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.9.21 to 1.9.22 by @dependabot in #84
- Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.0 to 2.16.1 by @dependabot in #89
- Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.22 by @dependabot in #91
- Bump org.assertj:assertj-core from 3.22.0 to 3.25.0 by @dependabot in #93
- Bump org.jsoup:jsoup from 1.17.1 to 1.17.2 by @dependabot in #92
- Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot in #97
- Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 by @dependabot in #98
- rest for download started; swagger by @dpozinen in #99
Full Changelog: v2.8...v2.10
v2.8.Torrent.Galaxy
What's Changed
Full Changelog: v2.6...v2.8
v2.6.Rarbg.RIP
What's Changed
- Bump javax.xml.bind:jaxb-api from 2.3.0 to 2.3.1 by @dependabot in #55
- remove rarbg. RIP by @dpozinen in #56
Full Changelog: v2.5...v2.6
v2.5.Doja.Cat
manually add magnets
dynamic follow delay based on eta
Full Changelog: v2.2...v2.5
v2.2.Saviers.Road
v1.4.Shigeo.Kageyama
Improve error handling
add mutation parsing from url query
add deluge server torrent stats
improve torrent mapping speed
v1.3.The.Scream.Of.A.Butterfly
Add auto connect to first deluge host;
Automate CI/CD
v1.2.In.The.Mood.For.Love
FE quick filters;
bugfixes
v1.1.Too.Much.Birthday
FE
Partial render:
Only the actual values of the fields on the torrent card are now updated on each socket push. Previously, the all of the cards were removed and re-rendered.
While this is actually made things slower (5-10ms vs 20-30ms) it removes jitter and other smoothness issues.
Card size
Only two torrent cards per row are now visible, as opposed to three.
BE
Filters:
Filter mutations added for each field with > >= < <= == !=
and contains, !contains
operators