blob: 94095ab88872c707fdb401c0f8f2a78db4ac7b03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
# Revision history for fair-viewer.
# Only the most important changes and features are included here.
# For all changes, check out the release notes at:
# https://framagit.org/heckyel/fair-viewer
[CHANGELOG]
Version <unreleased>
Version 1.0.5
- gtk: added the right-click "Play as audio" entry.
- Better detection for HFR (High Frame Rate) videos.
- Better selection of invidious instances.
- Added the "ignore_av1" config-option.
- Implemented `sort_by` and `date` parameters for `/search`.
- Implemented the `--hd`, `--captions` and `--region=s` options.
- Implemented support for popular videos.
- Implemented support for searching for videos from a specific channel.
- Implemented support for trending categories.
- Support for changing the hypervideo command.
- Support for disabling the use of hypervideo.
- Added the `--hfr!` option for prefering/ignoring High Frame Rate (HFR) videos.
Version 1.0.4
- Added basic support for related videos (--related=videoID).
- Added a fallback method for video info when invidio.us fails.
- The GTK+ interface should now work with any GTK+ >= 3.00 (previously it required GTK+ >= 3.20).
- Detect videos with `signatureCipher` and fallback to `hypervideo`.
- Allow channel & playlist IDs to be longer (between 11 and 64 characters).
- Changed the default cache direction from `/tmp/fair-viewer` to `~/.cache/fair-viewer`.
Version 1.0.3
- More bug fixes.
- Extract URLs in description from `descriptionHtml`.
Version 1.0.2
- Keep dual licensed GPLv3 or later and Artistic 2.0
Version 1.0.1
- Fix Authors
Version 1.0.0
- Added support for Hypervideo and Invidious API for Search Videos
|