Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Releases: michael-lazar/rtv

v1.6

15 Oct 09:28
Compare
Choose a tag to compare

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

27 Aug 07:11
Compare
Choose a tag to compare

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

02 Aug 04:16
Compare
Choose a tag to compare

Features

  • Pressing the o key now opens selfposts directly inside of rtv.

Bugfixes

  • Fixed invalid subreddits from throwing unexpected errors.

v1.4.1

11 Jul 07:34
Compare
Choose a tag to compare

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

29 May 03:57
Compare
Choose a tag to compare

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 and n 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

23 Apr 02:59
Compare
Choose a tag to compare

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

08 Apr 02:35
Compare
Choose a tag to compare

Bugfixes

  • Fixed default subreddit not being set.

Documentation

  • Added changelog and contributor links to the README.

v1.2.1

06 Apr 04:46
Compare
Choose a tag to compare

Bugfixes

  • Fixed crashing on invalid subreddit names

v1.2

06 Apr 01:55
Compare
Choose a tag to compare

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

  • Improved error handling for submission / comment posts.
  • Fixed handling of unicode flairs
  • Improved displaying of the help message and selfposts on small terminal windows.
  • The author's name now correctly highlights in submissions @Brobin
  • Corrected user agent formatting. @a-tal
  • Various minor bugfixes