Changes 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # Revision history for lbry-viewer.
  2. # For all changes, check out the release notes at:
  3. # https://github.com/trizen/lbry-viewer/releases
  4. [CHANGELOG]
  5. Version 0.1.0
  6. - GUI: added "Backward" and "Forward" buttons for navigating the history.
  7. - Fixed the downloading of videos with very long titles.
  8. - Other minor fixes.
  9. Version 0.0.9
  10. - CLI: added basic support for Android, for playing videos with the VLC player.
  11. - Updated the list of fallback Librarian instances.
  12. - Fixed the list of fallback Librarian instances, when the `instances.json` file cannot be retrieved.
  13. Version 0.0.8
  14. - CLI: allow the `--novideo` option to be negated.
  15. - CLI: added the `get_subscriptions_in_parallel` config-option (disabled by default)
  16. - GUI: added the `get_streaming_urls_in_parallel` config-option (disabled by default)
  17. - GUI: added the `get_subscriptions_in_parallel` config-option (disabled by default)
  18. - GUI: added the `get_thumbnails_in_parallel` config-option (disabled by default)
  19. - GUI: added the right-click "Copy LBRY URL" menu entry.
  20. - GUI: no longer remove the "NEXT PAGE" entry after clicking it.
  21. - GUI: added the `DEL` keybind in the "Saved channels" window to remove the selected channel.
  22. - GUI: display featured videos when no search keywords are specified.
  23. - GUI: better performance for GIF thumbnails and very large thumbnails.
  24. - Fixed the NSFW flag for results past the first page.
  25. - Sort the videos from a channel by published date.
  26. Version 0.0.7
  27. - GUI: keep aspect ratio of thumbnails.
  28. - GUI: fixed the loading of thumbnails on older versions of `gtk3`.
  29. - Fixed an internal cache bug with `nsfw` disabled, then enabled (or viceversa).
  30. Version 0.0.6
  31. - Added support for categories.
  32. - Added support for related videos.
  33. - Added basic GET cache in `lwp_get()`.
  34. - Added support for listing channel uploads from channel URL.
  35. - Support for extracting video information from the Librarian instances.
  36. - Remember a working Librarian instance and reuse it for 1 hour.
  37. Version 0.0.5
  38. - Added support for `api_host => "auto"` to use a random Librarian instance.
  39. - Support for UTF-8 characters inside the config files.
  40. - Fixed the support for next pages.
  41. - GUI: tweak the interface to be less cramped.
  42. Version 0.0.4
  43. - Recognize several more video formats.
  44. - Added support for searching for NSFW videos.
  45. - Several bug-fixes and improvements.
  46. Version 0.0.3
  47. - GUI: added support for highlighting watched videos.
  48. - GUI: added support for caching thumbnails.
  49. - Added support for downloading videos at the specified resolution.
  50. Version 0.0.2
  51. - Added support for changing resolution.
  52. - Added support for changing the Librarian instance.
  53. - Better parsing of LBRY/Odysee URLs.
  54. - Several bug-fixes and improvements.
  55. Version 0.0.1
  56. - First release.