edde746
27596bb919
fix(windows): enable WinHTTP IPv6 fast fallback
...
Dual-stack hostnames with unreachable IPv6 stalled past the endpoint
probe budget because WinHTTP tries addresses sequentially. Enable
WINHTTP_OPTION_IPV6_FAST_FALLBACK (Happy Eyeballs) via win_http 0.2.2
so IPv4 is raced after the IPv6 attempt, matching curl/Cronet/NSURLSession.
close #1128
2026-07-04 21:56:41 +02:00
github-actions[bot]
19806d9b54
chore: bump version to 2.8.0
2026-06-28 07:44:28 +00:00
edde746
791433bceb
fix: download and queue episodes in watch order, Specials last
...
close #1414
2026-06-25 10:47:13 +02:00
github-actions[bot]
dba292cbfb
chore: bump version to 2.7.1
2026-06-14 16:35:08 +00:00
github-actions[bot]
06bd9d775d
chore: bump version to 2.7.0
2026-06-14 13:22:49 +00:00
edde746
3c43874342
fix(tvos): update mpvkit audio passthrough
2026-06-13 10:24:15 +02:00
github-actions[bot]
77af810d1f
chore: bump version to 2.6.0
2026-06-10 19:04:45 +00:00
edde746
3753967caf
fix(watch): resolve watch state per item at cards and playback open
...
Cards consult the hierarchy-aware store so container marks flip episode
rows instantly and a stale per-episode patch can no longer shadow a newer
show/season mark; playback opens with the session-fresh resume offset.
2026-06-10 05:23:09 +02:00
github-actions[bot]
1e0988e381
chore: bump version to 2.5.0
2026-06-07 14:19:17 +02:00
edde746
f74314bbf0
fix(livetv): debounce rapid time-shift skips to stop overshoot
2026-06-06 10:48:51 +02:00
edde746
92bfae322e
fix(tvos): handle play pause remote
...
close #1230
2026-06-03 14:19:23 +02:00
github-actions[bot]
7c38668a51
chore: bump version to 2.4.1
2026-06-01 00:56:52 +00:00
github-actions[bot]
c5d8f9c62b
chore: bump version to 2.4.0
2026-05-31 19:30:17 +00:00
edde746
d5c8778074
fix: harden reconnect and playback regressions
2026-05-31 20:33:38 +02:00
edde746
5e5702c961
fix: resume playback after iOS audio route changes
...
close #1185
2026-05-29 11:04:27 +02:00
github-actions[bot]
02f2657d18
chore: bump version to 2.3.0
2026-05-26 21:13:32 +00:00
edde746
a101ee76d6
fix(downloads): prevent duplicate native tasks
...
close #1141
2026-05-26 22:43:05 +02:00
edde746
cec8993b80
fix: update win_http
2026-05-25 23:19:59 +02:00
github-actions[bot]
5fa8326341
chore: bump version to 2.2.1
2026-05-24 17:06:57 +00:00
github-actions[bot]
9dce396fb4
chore: bump version to 2.2.0
2026-05-24 05:53:47 +00:00
edde746
11b97e626e
fix(gamepad): update reconnect dependency
2026-05-21 08:41:03 +02:00
edde746
d58007a9e2
fix(ios): keep PiP timebase renderer-owned
2026-05-19 20:09:23 +02:00
edde746
423be62218
fix(tv): pause gamepad during native text input
2026-05-19 12:10:49 +02:00
edde746
d0e74151b8
fix(ios): update MPVKit renderer recovery
2026-05-18 23:48:22 +02:00
edde746
e98d7febdd
chore: upgrade Flutter to 3.44
2026-05-18 22:52:51 +02:00
edde746
d3e8dcef86
fix(windows): pin patched connectivity_plus
2026-05-18 19:05:08 +02:00
github-actions[bot]
93f0da7a27
chore: bump version to 2.1.1
2026-05-17 22:30:27 +00:00
github-actions[bot]
d93c81a7cb
chore: bump version to 2.1.0
2026-05-17 11:44:29 +00:00
edde746
326d53415b
chore: bump build
2026-05-17 13:43:57 +02:00
edde746
be0e9686b5
fix(search): rank media search results
...
close #1056
2026-05-16 21:40:22 +02:00
edde746
3e74937386
feat(trackers): sync anime watch state by episode
2026-05-16 20:54:39 +02:00
edde746
7b4a37e576
fix(downloads): clean orphaned temp files
...
close #1040
2026-05-14 09:05:06 +02:00
edde746
86c19fc1fc
fix(downloads): pin downloader cleanup
...
close #1026
close #921
2026-05-12 19:10:35 +02:00
edde746
5139e39ed4
fix(sentry): upload symbols with dart plugin
2026-05-12 06:40:54 +02:00
edde746
9085d4d94b
fix(tvOS): route dpad clicks through engine
2026-05-11 18:08:56 +02:00
github-actions[bot]
eff75d2029
chore: bump version to 2.0.0
2026-05-11 05:11:41 +00:00
edde746
f9615491b3
refactor(media): migrate media item to freezed
2026-05-11 07:01:46 +02:00
edde746
4252bd88e9
docs: mention jellyfin support
2026-05-11 05:29:31 +02:00
edde746
ffc20b26d4
fix(player): block tv background media resume
...
close #990
2026-05-09 14:37:00 +02:00
edde746
3a612df3d3
chore: remove in-app review
2026-05-09 11:47:37 +02:00
edde746
cedd448ef2
feat(apple): use AVFoundation mpv output
2026-05-08 02:39:42 +02:00
edde746
18a5041334
fix(tvos): stabilize Siri Remote input
2026-05-05 23:49:31 +02:00
edde746
ef8026797c
fix(tvos): sync build version from pubspec
2026-05-05 00:23:32 +02:00
edde746
c4b9da0950
refactor(images): replace flutter cache manager
2026-05-03 20:09:23 +02:00
edde746
e9a706fa72
fix(tvos): enable wakelock plugin
2026-05-03 01:26:12 +02:00
edde746
646832c6b1
chore: bump version
2026-05-02 01:45:33 +02:00
edde746
495f2e3640
chore: update SDK constraints
2026-05-01 01:47:05 +02:00
edde746
31d2d9dc98
feat: jellyfin
2026-05-01 01:20:36 +02:00
github-actions[bot]
617bf64105
chore: bump version to 1.35.2
2026-04-30 14:06:58 +00:00
github-actions[bot]
3fd4320e52
chore: bump version to 1.35.1
2026-04-28 03:18:12 +00:00