This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
v1.26.0
Features
- Added a brand new inbox page for viewing private messages and comment replies.
The inbox is accessible with thei
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>