diff options
author | Thanos Apollo <[email protected]> | 2023-08-17 06:20:30 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-17 06:20:30 +0300 |
commit | b12e37caa724e4bb359104bf1e0e41edcff27932 (patch) | |
tree | 35ed3ca1485ba8a426aeb81325cbce8ecfb06dd0 | |
parent | bc30bb027d12c37d67f986860b6572082d2f05f1 (diff) |
Mark as version 1.5.0
Changes:
- Display video view count
- Fix order of videos displayed
- Improve error messages
- Fix youtube titles issues
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ ;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions youtube videos invidious ;; URL: https://git.sr.ht/~thanosapollo/yeetube.el -;; Version: 1.4.2 -(defvar yeetube--version '1.4.2) +;; Version: 1.5.0 +(defvar yeetube--version '1.5.0) ;; Package-Requires: ((emacs "27.2")) |