This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
Releases: SoMuchForSubtlety/f1viewer
Releases Β· SoMuchForSubtlety/f1viewer
v2.7.0
New Features
- add option to log in with subscription token to circumvent anti-bot measures 69ce950 1435e18 detailed instructions
Bug Fixes
- add fallback "default" perspective for older seasons 81c2ba3
Full Changelog: v2.6.2...v2.7.0
v2.6.2
v2.6.1
v2.6.0
v2.5.0
v2.4.0
Changes:
- support for the flatpak versions of MPV and VLC (#188)
- proxy support for multi commands (#190)
- update currently live sessions periodically (14868ad)
Bug Fixes:
- fix audio language selection for VLC (#189)
- support for keychain access on arm macs when installed from Homebrew (fe6920e)
Thanks to @nsunderland1, @hkRadik and @Brett824 for their contributions
v2.3.0
Changes
F1TV has a new CDN that requires cookies being set. This release adds the option to proxy requests as a workaround to ffmpeg/mpv not handling cookies correctly. You can also enable this for custom command by setting "proxy": true
.
Knows issues:
Saving credentials is still broken for arm (m1) macs because I don't have access to one. If you install from source or run the x86 version through rosetta, it will work.
v2.2.0
Changes
- correctly set content metadata (see 887b244 for detailed changes)
- add support for
LAUNCHER
content type - improve event titles
- correctly order events
- add warning if F1TV subscription is inactive
Knows issues:
- Saving credentials is still broken for arm (m1) macs because I don't have access to one. If you install from source or run the x86 version through rosetta, it will work.
v2.1.0
Changes
- completely remove V1 API
- add support for showing pages and bundles
Knows issues:
- Saving credentials is still broken for arm (m1) macs because I don't have access to one. If you install from source (
go get github.com/SoMuchForSubtlety/f1viewer/v2/cmd
) it will work - metadata is still missing / incorrect, I will need to take some time to sort that out
v2.0.1
Fix MPV always starting at the beginning of live streams.