Skip to content

Releases: JioTV-Go/jiotv_go

v3.9.0

03 Sep 15:10
280208a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump github.com/madflojo/tasks from 1.2.0 to 1.2.1 by @dependabot in #395
  • feat: Add query parameter to skip specific genres from m3u playlist by @mohit-kothari in #396
  • Add user agents for proxy requests

New Contributors

Full Changelog: v3.8.2...v3.9.0

v3.8.2

26 Aug 03:29
494f379
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.1...v3.8.2

v3.8.1

24 Aug 17:50
dd26886
Compare
Choose a tag to compare

What's Changed

  • fix for lg webos tv by @dheerajv4855 in #371

  • Fix for boolean config variables not working

  • Bump go version to v1.23

  • chore(deps): Bump golang.org/x/term from 0.22.0 to 0.23.0 by @dependabot in #368

  • chore(deps): Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 by @dependabot in #372

  • chore(deps-dev): Bump tailwindcss from 3.4.7 to 3.4.9 in /web by @dependabot in #373

  • chore(deps-dev): Bump tailwindcss from 3.4.9 to 3.4.10 in /web by @dependabot in #381

  • chore(deps-dev): Bump micromatch from 4.0.5 to 4.0.8 in /web by @dependabot in #388

New Contributors

Full Changelog: v3.8.0...v3.8.1

v3.8.0

06 Aug 16:16
28ab908
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump github.com/schollz/progressbar/v3 from 3.14.5 to 3.14.6 by @dependabot in #364
  • fix: Increase buffer size when downloading binary in update command by @rabilrbl in #365

Full Changelog: v3.7.0...v3.8.0

v3.7.0

05 Aug 07:07
07c9d11
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 by @dependabot in #356
  • chore(deps-dev): Bump tailwindcss from 3.4.4 to 3.4.7 in /web by @dependabot in #357
  • chore(deps): Bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.5 by @dependabot in #358
  • Save categories while generating epg by @sainak in #359
  • Group channels by language only using c=language query parameter by @gagantk in #361

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

07 Jul 13:17
0b514d8
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump tailwindcss from 3.4.3 to 3.4.4 in /web by @dependabot in #327
  • [Fix] EPG on Android TV by @PlessioTihsrah in #324
  • chore(deps): Bump github.com/valyala/fasthttp from 1.54.0 to 1.55.0 by @dependabot in #335
  • chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 in /web by @dependabot in #336
  • fix: Update all SL Channel Links by @rabilrbl in #337
  • chore(deps-dev): Bump daisyui from 4.12.2 to 4.12.7 in /web by @dependabot in #341
  • Arm64 fixed install.sh by @vsumavane in #342
  • chore(deps): Bump golang.org/x/term from 0.21.0 to 0.22.0 by @dependabot in #348
  • chore(deps): Bump github.com/gofiber/template/html/v2 from 2.1.1 to 2.1.2 by @dependabot in #347
  • chore(deps-dev): Bump daisyui from 4.12.7 to 4.12.10 in /web by @dependabot in #345
  • chore(deps): Bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 by @dependabot in #346

New Contributors

Full Changelog: v3.5.3...v3.6.0

v3.5.3

10 Jun 10:33
7a3b385
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump daisyui from 4.11.1 to 4.12.2 in /web by @dependabot in #328
  • chore(deps): Bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4 by @dependabot in #329

Full Changelog: v3.5.2...v3.5.3

v3.5.2

08 Jun 11:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.1...v3.5.2

v3.5.1

28 May 13:09
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/valyala/fasthttp from 1.53.0 to 1.54.0 by @dependabot in #321

Full Changelog: v3.5.0...v3.5.1

v3.5.0

25 May 08:38
Compare
Choose a tag to compare

What's Changed

  • Bump Go version to 1.22
  • Added Missing Cache Control Headers
  • Refactored Task Scheduler, which was causing crashes from the logs I received.
  • SSOToken now has seperate scheduler, previously it was combined with AccessToken which was causing loads of issue.
  • The above changes should fix Uninterrupted crashes and OTP Errors.
  • Due to changes in Auth system, you will required to login again after update. (Store file changed to store_v2.toml)

Full Changelog: v3.4...v3.5.0