diff options
| author | ryanss | 2015-04-26 08:31:24 -0400 |
|---|---|---|
| committer | ryanss | 2015-04-26 08:31:24 -0400 |
| commit | 918919ff8b08f4e32942c451aa83c9c71bedfff9 (patch) | |
| tree | 5b59193d166e67b7220a20d73b4109507e91af20 /CHANGES | |
| parent | 628d7c2e498043954a08849fafb1d34b7e215aab (diff) | |
| download | vim-hn-918919ff8b08f4e32942c451aa83c9c71bedfff9.tar.gz | |
Release version 0.2
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -0,0 +1,39 @@ +Vim-HackerNews Changelog +======================== + + +Version 0.2 +----------- + +Released April 26, 2015 + +- Add Python 3 support +- Add additional motions to improve browsing of story lists, comments, articles +- Add comment thread folding +- Add ability to display specific HackerNews lists (top, ask, show, etc) +- Handle all HackerNews item types properly (poll, job, etc) +- Save cursor position when moving back/forward +- Add highlighting of OP username in comment titles +- Do not load python code until first :HackerNews command +- Timeout HTTP requests after 5 seconds instead of hanging Vim +- Improve HTTP error information +- Add units tests with Vader.vim +- Add Travis CI integration +- Lots of syntax fixes and improvements +- Dozens of other bug fixes and improvements + + +Version 0.1.1 +------------- + +Released February 7, 2015 + +- Fix "job" type items without a `domain` key in API + + +Version 0.1 +----------- + +Released February 7, 2015 + +- Initial release |
