Releases: aome510/hackernews-TUI
Releases Β· aome510/hackernews-TUI
v0.13.5
What's Changed
- Update CD workflows to use use
cross
by @LucasFA in #101 - docs: Fix wrong link to config documentation by @kalekdev in #103
- fix(deps): deprecated dependencies, causing building error! by @thamelodev in #108
New Contributors
- @LucasFA made their first contribution in #101
- @kalekdev made their first contribution in #103
- @thamelodev made their first contribution in #108
Full Changelog: v0.13.4...v0.13.5
v0.13.4
What's Changed
- Add Scoop installation instruction by @rashil2000 in #96
- Add
--locked
to the cargo installation by @zakwanhisham in #98 - Update Hacker News HTML text parsing logic by @aome510 in #99
New Contributors
- @rashil2000 made their first contribution in #96
- @zakwanhisham made their first contribution in #98
Full Changelog: v0.13.3...v0.13.4
v0.13.3
v0.13.2
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
- @AdrianVollmer made their first contribution in #92
- @parasew made their first contribution in #93
Full Changelog: v0.13.1...v0.13.2
v0.13.1
v0.13.0
v0.12.0
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
v0.10.2
v0.10.1
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
- Modified the list of shortcuts and default shortcuts for each view. Please refer to the shorcuts README or the example config file for migration to the new version.
Full Changelog: v0.9.1...v0.10.1