blob: 562373a08489295a760b494483dc99b3fbf28887 (
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
|
# 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>
- 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/straw-viewer` to `~/.cache/straw-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
|