1
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
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