Skip to content

Releases: dpozinen/tracker-ops

v2.11.Carey.Mulligan

04 Feb 15:32
133abb0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10...v2.11

v2.10.Anatomie.d.une.Chute

20 Jan 20:52
b844cd1
Compare
Choose a tag to compare

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

24 Oct 09:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6...v2.8

v2.6.Rarbg.RIP

21 Oct 14:45
9920896
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5...v2.6

v2.5.Doja.Cat

21 Oct 09:10
Compare
Choose a tag to compare

manually add magnets
dynamic follow delay based on eta

Full Changelog: v2.2...v2.5

v2.2.Saviers.Road

03 Oct 14:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4...v2.2

v1.4.Shigeo.Kageyama

26 May 15:44
Compare
Choose a tag to compare

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

25 May 11:36
Compare
Choose a tag to compare

Add auto connect to first deluge host;
Automate CI/CD

v1.2.In.The.Mood.For.Love

23 May 18:46
Compare
Choose a tag to compare

FE quick filters;
bugfixes

v1.1.Too.Much.Birthday

22 May 16:56
Compare
Choose a tag to compare

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