Skip to content

Releases: nemanjam/reddit-unread-comments

1.1.1

06 May 07:37
Compare
Choose a tag to compare

1.1.1

  1. fix highlight on active tab

1.1.0

23 Apr 10:49
Compare
Choose a tag to compare

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

1.0.0

17 Apr 12:24
2309255
Compare
Choose a tag to compare
  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

v0.0.4

16 Dec 11:28
Compare
Choose a tag to compare
  1. Make Enable logger switch reflect immediately.
  2. Remove :focus-visible border from select element for sort By New.

Commit:

32c8ea2

v0.0.3

14 Dec 19:15
Compare
Choose a tag to compare

Fix comment timestamp flicker for 1hr > 1hr by making slider's date 30 seconds older than it really is which fixes Date comparison.

Commit:

211c2dc

v0.0.2

11 Dec 19:29
Compare
Choose a tag to compare

Fixed closed popup in new tab, rerun everything on visibilitychange.

Commit: 26cbbc8

v0.0.1

11 Dec 07:13
Compare
Choose a tag to compare