Skip to content

Commit 7c63482

Browse files
committed
Release v1.7.1
1 parent 8430352 commit 7c63482

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Live version: https://insin.github.io/react-hn
2626
* New comments in collapsed threads
2727
* Automatic or manual collapsing of comment threads which don't contain any new
2828
comments
29+
* Manual highlighting of the X most recent comments to catch up on threads you were reading elsewhere
2930
* Stories with new comments are marked on list pages
3031
* Stories can be marked as read to remove highighting from new comments
3132
* "comments" sections driven by the Changed Items API

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hn",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "React-powered frontend for Hacker News using its Firebase API",
55
"author": "Jonny Buchanan",
66
"license": "MIT",
@@ -33,4 +33,4 @@
3333
"eslint-config-jonnybuchanan": "6.0.0",
3434
"nwb": "0.22.0"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)