Releases: trizen/lbry-viewer
Releases · trizen/lbry-viewer
Version 0.1.0
- GUI: added "Backward" and "Forward" buttons for navigating the history. (be262f0)
- Fixed the downloading of videos with very long titles. (ef4c184)
- Extended the ID validation to accept IDs of the form:
abc-def:f
(d970bc2, ad56303) - Recognize 3 more itags for livestreams (#8) (ea4febd)
- Extended
fat32safe
to convert Unicode characters to ASCII equivalent whenText::Unidecode
is available. (74b0da5)
Version 0.0.9
- CLI: added basic support for Android, for playing videos with the VLC player.
- Updated the list of fallback Librarian instances.
- Fixed the list of fallback Librarian instances, when the
instances.json
file cannot be retrieved.
Version 0.0.8
CLI
- Allow the
--novideo
option to be negated. (f0ceb87) - Added the
get_subscriptions_in_parallel
config-option (disabled by default) (51c8504)
GUI
- Added the
get_streaming_urls_in_parallel
config-option (disabled by default) (5b6b330) - Added the
get_subscriptions_in_parallel
config-option (disabled by default) (3dba768) - Added the
get_thumbnails_in_parallel
config-option (disabled by default) (8f747ea) - Added the right-click "Copy LBRY URL" menu entry. (278f9d9)
- No longer remove the "NEXT PAGE" entry after clicking it. (f6f87b2)
- Added the
DEL
keybind in the "Saved channels" window to remove the selected channel. (67d8dbe) - Simplified the "Saved channels" window. (67d8dbe)
- Display featured videos when no search keywords are specified. (89352b5)
- Better performance for GIF thumbnails and very large thumbnails. (6f5f8dc)
Internals
Version 0.0.7
Version 0.0.6
- Added support for related videos. (a731af3)
- Added support for categories. (e95d36a)
- Added basic
GET
cache inlwp_get()
. (1b3cc41) - Added support for listing channel uploads from channel URL. (c377189)
- GUI: reflow right-to-left text to left-to-right in several more places. (ad5a974)
- Remember a working Librarian instance and reuse it for 1 hour. (754b716)
- Extract streaming URLs from Librarian instances (without using yt-dlp/youtube-dl). (f93979a)
- Extract video information from the Librarian instances. (7fa6e7b)
Version 0.0.5
Version 0.0.4
Version 0.0.3
- GUI: added the CTRL+N key bind to show the subscription videos. (0f60500)
- GUI: changed the CTRL+W key bind to show the watched videos. (0f60500)
- GUI: added support for highlighting watched videos. (46e00a1)
- GUI: added support for caching thumbnails. (a3fe262, f67b202, e6026bb)
- Added support for downloading videos at the specified resolution. (2a66ae4)
Version 0.0.2
Version 0.0.1
- First release.
- Includes basic support for playing videos, searching for videos and listing channel uploads.