1
Fork 0
Commit Graph

22 Commits

Author SHA1 Message Date
Bauke 097feb33b4
Version: 0.3.0 2020-03-04 13:28:43 +01:00
Bauke ac847daf8b
Feature: Change up the report a bug stuff. 2020-03-04 13:24:22 +01:00
Bauke 947ddfb224
Refactor: Fix linting issues introduced with new versions. 2020-03-03 19:16:40 +01:00
Bauke b27f73ad20
Chore: Update dependencies. 2020-03-03 16:49:20 +01:00
Bauke 0ac20caf23
Meta: Update the ReadMe. 2020-03-03 16:41:32 +01:00
Bauke 730ee093b3
Fix: Remove the new comment stripe after scrolling down to the next. 2020-01-12 22:36:42 +01:00
Bauke 26cd9e3a13
Fix: Uncollapse all comments when the target is invisible (fixes #8). 2020-01-12 22:17:45 +01:00
Bauke ad74b77fd8
Fix: Don't log an empty string when not overriding debug.
Firefox was logging <empty string> because the overrideStyle variable
wasn't being set.
2020-01-12 22:09:23 +01:00
Bauke 93f0bfc84c
Fix: Make 3-letter usernames possible 2019-11-14 11:17:25 +01:00
Bauke dafc5db725
Version: 0.2.0 2019-11-12 22:37:09 +01:00
Bauke 46864cc5fc
Feature: Add Hide Votes (fixes #4) 2019-11-12 22:18:48 +01:00
Bauke 5a299a7efe
Feature: Add Markdown snippets toolbar (fixes #12) 2019-11-12 15:01:31 +01:00
Bauke b063e1507c
Feature: Add import and export settings buttons (fixes #2) 2019-11-11 16:07:56 +01:00
Bauke 2203cb0f90
Refactor: Use pixels instead of vw to space flash messages 2019-11-11 13:14:29 +01:00
Bauke 68c374fee9
Refactor: Replace username validation with schema from Tildes source code.
This replaces the simple >3 check with the correct min and max lengths and
Regex that are in the Tildes source code.
2019-11-10 23:28:51 +01:00
Bauke a3e52b627b
Fix: Remove the "v" from the version link.
Tags don't have an actual "v" in front of them so this makes the link
point to the right place.
2019-11-10 23:19:27 +01:00
Bauke 3e313f2bb0
Version: 0.1.1 2019-11-10 22:44:33 +01:00
Bauke f968e497d6
Chore: Remove nodeEnv check in log()
Given that the debug variable will always be set to true in the
getSettings() function, this check doesn't need to happen.
2019-11-10 19:54:46 +01:00
Bauke 91780f9044
Fix: Replace usage of local with sync storage (fixes #9) 2019-11-10 19:37:31 +01:00
Bauke 32b72db90d
Chore: Add Firefox Add-on ID to manifest.json 2019-11-10 19:26:04 +01:00
Bauke 68c504011b
Chore: Add a "zip-source" command to package.json
To upload the extension to AMO it needs to include the source code,
this command grabs all the relevant files and zips them.
2019-11-10 18:55:19 +01:00
Bauke 6802f57de5
Version: 0.1.0 2019-11-10 18:38:47 +01:00