Upping version.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
RTV Changelog
|
||||
=============
|
||||
|
||||
.. _1.5: http://github.com/michael-lazar/rtv/releases/tag/v1.5
|
||||
.. _1.4.2: http://github.com/michael-lazar/rtv/releases/tag/v1.4.2
|
||||
.. _1.4.1: http://github.com/michael-lazar/rtv/releases/tag/v1.4.1
|
||||
.. _1.4: http://github.com/michael-lazar/rtv/releases/tag/v1.4
|
||||
@@ -10,6 +11,19 @@ RTV Changelog
|
||||
.. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1
|
||||
.. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2
|
||||
|
||||
-----------------
|
||||
1.5_ (2015-08-26)
|
||||
-----------------
|
||||
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.
|
||||
|
||||
-------------------
|
||||
1.4.2_ (2015-08-01)
|
||||
-------------------
|
||||
|
||||
@@ -63,7 +63,7 @@ Basic Commands
|
||||
|
||||
:``j``/``k`` or ``▲``/``▼``: Move the cursor up/down
|
||||
:``m``/``n`` or ``PgUp``/``PgDn``: Jump to the previous/next page
|
||||
:``o`` or ``ENTER``: Open the selected item as a webpage
|
||||
:``1-5``: Toggle post order (*hot*, *top*, *rising*, *new*, *controversial*)
|
||||
:``r`` or ``F5``: Refresh page content
|
||||
:``u``: Log in or switch accounts
|
||||
:``?``: Show the help screen
|
||||
@@ -84,7 +84,7 @@ Once you are logged in your username will appear in the top-right corner of the
|
||||
:``c``: Compose a new post or comment
|
||||
:``e``: Edit an existing post or comment
|
||||
:``d``: Delete an existing post or comment
|
||||
:``s``: Open/close subscribed subreddits list
|
||||
:``s``: View a list of subscribed subreddits
|
||||
|
||||
--------------
|
||||
Subreddit Mode
|
||||
@@ -93,6 +93,7 @@ Subreddit Mode
|
||||
In subreddit mode you can browse through the top submissions on either the front page or a specific subreddit.
|
||||
|
||||
:``l`` or ``►``: Enter the selected submission
|
||||
:``o`` or ``ENTER``: Open the submission link with your web browser
|
||||
:``/``: Open a prompt to switch subreddits
|
||||
:``f``: Open a prompt to search the current subreddit
|
||||
|
||||
@@ -111,6 +112,7 @@ Submission Mode
|
||||
In submission mode you can view the self text for a submission and browse comments.
|
||||
|
||||
:``h`` or ``◄``: Return to the subreddit
|
||||
:``o`` or ``ENTER``: Open the comment permalink with your web browser
|
||||
:``SPACE``: Fold the selected comment, or load additional comments
|
||||
|
||||
=============
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '1.4.2'
|
||||
__version__ = '1.5'
|
||||
|
||||
Reference in New Issue
Block a user