complete refactor of readme into separate files, yay for documentation! 🎆

This commit is contained in:
Tobin
2015-04-06 00:13:06 -05:00
parent f60e85ef54
commit 446e55b727
3 changed files with 109 additions and 60 deletions

36
CHANGELOG.rst Normal file
View File

@@ -0,0 +1,36 @@
=============
RTV Changelog
=============
-----
1.2.1
-----
Bugfixes
* Fixed crashing on invalid subreddit names
---
1.2
---
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
---
* Post comments using your text editor.