Releases: JioTV-Go/jiotv_go
v3.9.0
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
- @mohit-kothari made their first contribution in #396
Full Changelog: v3.8.2...v3.9.0
v3.8.2
What's Changed
- fix epg for Kodi player by @anbuchelva in #391
New Contributors
- @anbuchelva made their first contribution in #391
Full Changelog: v3.8.1...v3.8.2
v3.8.1
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
- @dheerajv4855 made their first contribution in #371
Full Changelog: v3.8.0...v3.8.1
v3.8.0
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
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
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
- @vsumavane made their first contribution in #342
Full Changelog: v3.5.3...v3.6.0
v3.5.3
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
What's Changed
- Bump golang.org/x/term from 0.20.0 to 0.21.0 by @dependabot in #323
Full Changelog: v3.5.1...v3.5.2
v3.5.1
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
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