Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Latest commit

 

History

History
110 lines (82 loc) · 2.93 KB

CHANGELOG.rst

File metadata and controls

110 lines (82 loc) · 2.93 KB

RTV Changelog

1.4.2 (2015-08-01)

Features

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

Bugfixes

  • Fixed invalid subreddits from throwing unexpected errors.

1.4.1 (2015-07-11)

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+.

1.4 (2015-05-16)

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.

1.3 (2015-04-22)

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.

1.2.2 (2015-04-07)

Bugfixes

  • Fixed default subreddit not being set.

Documentation

  • Added changelog and contributor links to the README.

1.2.1 (2015-04-06)

Bugfixes

  • Fixed crashing on invalid subreddit names

1.2 (2015-04-06)

Features

  • Added user login / logout with the u key.
  • Added subreddit searching with the f key.
  • Added submission posting with the p key.
  • Added viewing of user submissions with /r/me.
  • Program title now displays in the terminal window.
  • Gold symbols now display on guilded comments and posts.
  • Moved default config location to XDG_CONFIG_HOME.

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
  • Corrected user agent formatting.
  • Various minor bugfixes.

1.1.1 (2015-03-30)

  • Post comments using your text editor.