Skip to content

Releases: aome510/hackernews-TUI

v0.13.4

21 Oct 22:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.3...v0.13.4

v0.13.3

03 Sep 23:01
3388376
Compare
Choose a tag to compare

What's Changed

  • Implement Rust native article view as fallback on failed article_parse_command by @0x6b in #94

New Contributors

  • @0x6b made their first contribution in #94

Full Changelog: v0.13.2...v0.13.3

v0.13.2

04 Jun 16:41
Compare
Choose a tag to compare

What's Changed

  • Add example configuration with dark mode palette in #92
  • Crate updates, and reverting to tracing 0.1.37 because of yanked release in #93

New Contributors

Full Changelog: v0.13.1...v0.13.2

v0.13.1

26 Apr 21:31
cbecaed
Compare
Choose a tag to compare

What's Changed

  • HOTFIX: remove a reverse effect from the highlighting style in #91

Full Changelog: v0.13.0...v0.13.1

v0.13.0

26 Apr 18:00
Compare
Choose a tag to compare

What's Changed

  • Add cross-platform default value for url_open_command in #88
  • Support opening specific comment view on startup in #90
    • added -i <item_id> cli option to open the application in a specific comment view

Full Changelog: v0.12.0...v0.13.0

v0.12.0

03 Feb 19:09
Compare
Choose a tag to compare

What's Changed

  • Update dependencies and fix clippy errors in #82
  • Add authentication and upvote support in #81
  • Refactor modeling, parsing, and client codes in #84
  • Voting support follow-ups in #85

What's new

With authentication support added, users can now authenticate their account and upvote stories/comments.

More details: https://github.com/aome510/hackernews-TUI#authentication

Full Changelog: v0.11.0...v0.12.0

v0.11.0

07 Oct 17:32
Compare
Choose a tag to compare

What's Changed

  • Expand story view capabilities in #80

Breaking changes

  • Renamed toggle_sort_by_date command to cycle_sort_mode in keymap.story_view_keymap

Full Changelog: v0.10.2...v0.11.0

v0.10.2

11 Aug 08:21
Compare
Choose a tag to compare

What's Changed

  • Rewrite CI-CD in #77
  • Update dependencies in #76
  • Use a "forked" rcdom module in #78

Full Changelog: v0.10.1...v0.10.2

v0.10.1

22 May 21:08
Compare
Choose a tag to compare

What's Changed

  • Update dependencies in #68
  • Support multiple keybindings to a single command in #70
  • Implement different view traits/helpers in #71
  • Refactor link handler codes in #72
  • Code refactor and cleanup part I in #74
  • Code refactor and clean part II in #75

Breaking changes

Full Changelog: v0.9.1...v0.10.1

v0.9.1

16 Jan 18:02
Compare
Choose a tag to compare

What's Changed

  • Render story text in comment view in #62
  • Update dependencies in #63

Full Changelog: v0.9.0...v0.9.1