rtv: Update to 1.26.0

Changes:
1.26.0
======
Features
--------
* Added a brand new inbox page for viewing private messages and comment replies.
  The inbox is accessible with the ``i`` key. Supported actions include viewing
  message chains and replying to messages, marking messages as read/unread, and
  opening the context of a comment.
* Added the ability to compose new private messages with the ``C`` key.
* Updated the inline help ``?`` document to contain a more comprehensive list
  of commands.
* Opening a link from the command line is now faster at startup because the
  default subreddit will not be loaded beforehand.
* Added a new ``--debug-info`` command to display useful system information.

Bugfixes
--------
* Fixed opening comments with the prompt ``/`` from the subscription window.
* The subscription and multireddit ``s``/``S`` keys now work from all pages.
* Relative time strings are now correctly pluralized.
* Fixed an unclosed file handler when opening the web browser.
* Fixed the application not starting if the user has an empty front page.

Configuration Changes
---------------------
* Renamed the following keybindings to better represent their usage:
  * ``SORT_HOT`` -> ``SORT_1``
  * ``SORT_TOP`` -> ``SORT_2``
  * ``SORT_RISING`` -> ``SORT_3``
  * ``SORT_NEW`` -> ``SORT_4``
  * ``SORT_CONTROVERSIAL`` -> ``SORT_5``
  * ``SORT_GILDED`` -> ``SORT_6``
  * ``SUBREDDIT_OPEN_SUBSCRIPTIONS`` -> ``SUBSCRIPTIONS``
  * ``SUBREDDIT_OPEN_MULTIREDDITS`` -> ``MULTIREDDITS``
* Added new keybindings to support the inbox page:
  * ``SORT_7``
  * ``PRIVATE_MESSAGE``
  * ``INBOX_VIEW_CONTEXT``
  * ``INBOX_OPEN_SUBMISSION``
  * ``INBOX_REPLY``
  * ``INBOX_MARK_READ``
  * ``INBOX_EXIT``
* Added new theme elements to support the inbox page:
  * <New>
  * <Distinguished>
  * <MessageSubject>
  * <MessageLink>
  * <MessageAuthor>
  * <MessageSubreddit>
  * <MessageText>
This commit is contained in:
Leonardo Taccari 2019-03-06 10:23:07 +01:00
parent 592e64ff16
commit 473be82716
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= rtv-1.25.1
DISTNAME= rtv-1.26.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rtv/}

View File

@ -30,6 +30,9 @@ ${PYSITELIB}/rtv/docs.pyo
${PYSITELIB}/rtv/exceptions.py
${PYSITELIB}/rtv/exceptions.pyc
${PYSITELIB}/rtv/exceptions.pyo
${PYSITELIB}/rtv/inbox_page.py
${PYSITELIB}/rtv/inbox_page.pyc
${PYSITELIB}/rtv/inbox_page.pyo
${PYSITELIB}/rtv/mime_parsers.py
${PYSITELIB}/rtv/mime_parsers.pyc
${PYSITELIB}/rtv/mime_parsers.pyo

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (rtv-1.25.1.tar.gz) = ae696cc06c2a5e2a63bc9c68e4b1ea3b3c029bb5
RMD160 (rtv-1.25.1.tar.gz) = c7a4633f3aa28cff4e157ebfa4f8d632d0ca2b39
SHA512 (rtv-1.25.1.tar.gz) = e774e9a98c773b102accee3de2174cf78fc797c940dd65e386f858f446e9604c6ce1d86da1992a50435f9d9771c19abc9375fac07d1dc6c53be7c06154ec663e
Size (rtv-1.25.1.tar.gz) = 145604 bytes
SHA1 (rtv-1.26.0.tar.gz) = 41a1b509514593a6b6177c7a9bf06fb93195eb37
RMD160 (rtv-1.26.0.tar.gz) = 1a459ec75190a0a026d99eaa5492bb6d4cb6c00c
SHA512 (rtv-1.26.0.tar.gz) = f3be822fcc3238a67eb2668fcdb4dc592efa7ef9c9c2b0ca994a6c0faafc66a700af4cf2b3b1bc5566042aefd246a9070ea66fd4720d21f08f60c9fe6f834000
Size (rtv-1.26.0.tar.gz) = 151631 bytes