diff options
author | Thanos Apollo <[email protected]> | 2023-07-08 11:47:03 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-08 11:47:03 +0300 |
commit | 774dc1935189cf995fffbb89b0d78c9979574f0f (patch) | |
tree | 90792751a4f1bacbe017dfaaad07941257b26770 | |
parent | 4f66b32221ee94d14a58c302b5a59807f8943de6 (diff) |
Mark as version 1.2.0
- Fix integration between yeetube-search and yeetube-results-limit
yeetube-search does not "fail" anymore if yeetube-search does not find enough
video-ids to satisfy yeetube-results-limit.
yeetube-results-limit is now just a limit just like it should have
been from the start.
-rw-r--r-- | yeetube.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions ;; URL: https://git.sr.ht/~thanosapollo/yeetube.el -;; Version: 1.1.0 +;; Version: 1.2.0 ;; Package-Requires: ((emacs "27.1")) ;; This program is free software; you can redistribute it and/or modify |