-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update version and add release notes
- Loading branch information
Showing
8 changed files
with
27 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
#### 1.0.0 | ||
|
||
1. Support new Reddit design (www.reddit.com) | ||
2. Add Immediately checkbox to mark thread as read manually | ||
3. Update Readme.md and add new screenshot | ||
4. Update Chrome manifest v3 | ||
|
||
|
||
Screenshot of User Settings popup and highlighted unread comments and highlighted comments by time. | ||
|
||
#### 1.1.0 | ||
|
||
1. Break the existing dom, events, constants logic into separate files | ||
2. Completely rewrite events logic | ||
- attach onScroll, onKeyDown, onVisibilityChange unconditionally on mount | ||
- fix onUrlChange mutation observer event and debounce it, await `location.href`, fixed hasLeftThread condition | ||
- add custom onArrivedToRedditThread event | ||
- replace the existing debounce function with debounceLeading and debounceTrailing from lodash | ||
3. Add retryAndWait function for better awaitng thread loading state | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters