You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3
3
4
4
- - -
5
+
## 0.3.0 - 2026-04-10
6
+
#### Features
7
+
-**(comments)** add threaded comments view, help bar, and version 0.3.0 - (a4c90c7) - Kevin B. Ridgway
8
+
-**(publish)** Publish to brew tap - (65a04c3) - Kevin B. Ridgway
9
+
- add cross-platform install task with PATH detection - (32e534d) - Kevin B. Ridgway
10
+
#### Miscellaneous Chores
11
+
-**(version)** 0.2.0 - (0be84c3) - Kevin B. Ridgway
12
+
- update all dependencies to latest versions, remove unused serde_json - (18752c4) - Kevin B. Ridgway
13
+
- add .gitignore for .DS_Store files - (40eb258) - Kevin B. Ridgway
14
+
#### Refactoring
15
+
- split main.rs into types, hn_api, and ui modules - (5d45a8f) - Kevin B. Ridgway
16
+
17
+
- - -
18
+
5
19
## 0.3.0 - 2026-04-10
6
20
#### Features
7
21
- Threaded comments view with `c` key — fetches and displays HN comments inline with indentation
0 commit comments