This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
Releases: michael-lazar/rtv
Releases · michael-lazar/rtv
v1.6
Features
- Switched all authentication to OAuth.
- Can now list the version with
rtv --version
. - Added a man page.
- Added confirmation prompt when quitting.
- Submissions now display the index in front of their title.
Bugfixes
- Streamlined error logging.
Documentation
- Added missing docs for the
i
key. - New documentation for OAuth.
- New FAQ section.
v1.5
Features
- New page to view and open subscribed subreddits with
s
. - Sorting method can now be toggled with the
1
-5
keys. - Links to x-posts are now opened inside of RTV.
Bugfixes
- Added /r/ to subreddit names in the subreddit view.
v1.4.2
Features
- Pressing the
o
key now opens selfposts directly inside of rtv.
Bugfixes
- Fixed invalid subreddits from throwing unexpected errors.
v1.4.1
Features
- Added the ability to check for unread messages with the
i
key. - Upped required PRAW version to 3
Bugfixes
- Fixed crash caused by downvoting.
- Missing flairs now display properly.
- Fixed ResourceWarning on Python 3.2+.
v1.4
Features
- Unicode support has been vastly improved and is now turned on by default. Ascii only mode can be toggled with the
--ascii
command line flag. - Added pageup and pagedown with the
m
andn
keys. - Support for terminal based webbrowsers such as links and w3m.
- Browsing history is now persistant and stored in
$XDG_CACHE_HOME
.
Bugfixes
- Several improvements for handling unicode.
- Fixed crash caused by resizing the window and exiting a submission.
v1.3
Features
- Added edit e and delete d for comments and submissions.
- Added nsfw tags.
Bugfixes
- Upvote/downvote icon now displays in the submission selfpost.
- Loading large MoreComment blocks no longer hangs the program.
- Improved logging and error handling with praw interactions.
v1.2.2
Bugfixes
- Fixed default subreddit not being set.
Documentation
- Added changelog and contributor links to the README.
v1.2.1
Bugfixes
- Fixed crashing on invalid subreddit names
v1.2
Features
- Added user login / logout with the
u
key. @yskmt - Added subreddit searching with
f
. @Brobin - Added submission posting with the
p
key. @Brobin - Added viewing of user submissions with
/r/me
. @Brobin - Program title now displays in the terminal window. @Brobin
- Gold symbols now display on guilded comments. @Brobin
- Moved default config location to XDG_CONFIG_HOME. @Ram-Z
Bugfixes