1
Fork 0
Commit Graph

62 Commits

Author SHA1 Message Date
Bauke 6ce78c9a0d
Minimize the gitignore. 2023-06-21 20:12:16 +02:00
Bauke a0a887af24
Move the current readme to a differences document. 2023-06-21 20:11:27 +02:00
Bauke 7f6b3e343d
Fix the migration-helper package. 2023-06-21 20:08:12 +02:00
Bauke 42eedd833f
Version 1.1.2. 2022-04-06 22:27:08 +02:00
Bauke 8bebc6374e
Store array items under individual keys (#24). 2022-04-06 22:26:30 +02:00
Bauke 796b988899
Automatically import Sass through the manifest. 2022-03-15 12:09:45 +01:00
Bauke 1a3f3f9c1d
Update dependencies. 2022-03-15 12:08:36 +01:00
Bauke 06cd299aff
Version 1.1.1 2022-03-05 13:19:40 +01:00
Bauke f68d7479ff
Update readme with implemented features. 2022-02-27 22:53:48 +01:00
Bauke da27a37af0
Add the Themed Logo feature (#7). 2022-02-27 22:51:54 +01:00
Bauke 7d2a25815e
Add placeholders to the Username Colors inputs. 2022-02-27 15:55:40 +01:00
Bauke 3f2e2677fc
Version 1.1.0. 2022-02-27 15:37:50 +01:00
Bauke e3e758f7ba
Create the dedicated User Label Editor (#1). 2022-02-27 15:37:11 +01:00
Bauke 5cf6aa997a
Add an indicator for new features. 2022-02-25 14:47:20 +01:00
Bauke f4b547b99f
Type features explicitly. 2022-02-25 01:34:11 +01:00
Bauke ee289d562c
Add the Username Colors feature (#6). 2022-02-25 01:06:24 +01:00
Bauke 51db617b77
Apply default settings before existing ones. 2022-02-24 13:55:47 +01:00
Bauke 1493b2c96b
Make autocomplete aware of anonymous usernames. 2022-02-24 13:46:51 +01:00
Bauke 6b8c4e19cc
Fix a bug where comments without votes would end up being 'Vot'. 2022-02-23 23:42:21 +01:00
Bauke 8a19364636
Include counts of changed elements in debug logging. 2022-02-23 23:41:32 +01:00
Bauke af3e930544
Consolidate the MutationObserver-dependent features to use a single observer. 2022-02-23 23:28:33 +01:00
Bauke 75006ff7eb
Add the Anonymize Usernames feature (#5). 2022-02-23 18:17:22 +01:00
Bauke 52696fe50e
Fix all the things.
* Switch from Parcel to Vite.
* Rewrite the Settings handling.
* Fix a bug that made the extension not work on first load.
* A bunch of other stuff, too lazy to write it all out.
2022-02-23 14:52:06 +01:00
Bauke 58b5192d5a
Fix toggling settings.
Explanation: https://github.com/preactjs/preact/issues/3044
2021-02-25 15:20:35 +01:00
Bauke 18dd962767
Update dependencies and appease the linting gods. 2021-02-23 21:16:55 +01:00
Bauke 47e306dcdb
Only open the extension page when the version gets updated.
Firefox "reinstalls" extensions when it gets updated so we
have to work around it so we only open the extension when
the version actually changes.
2021-02-23 16:55:40 +01:00
Bauke 013bd6a2e3
Update dependencies and fix linting issues. 2020-12-16 17:46:20 +01:00
Bauke fdcb938def
Fix an issue with styles not being overridden in Chromium. 2020-12-16 17:44:56 +01:00
Bauke 662057df25
Completely rewrite Tildes ReExtended with HTM and Preact. 2020-10-11 01:33:52 +02:00
Bauke 3f4df6c615
Add suggested lists for user mentions and group links. 2020-10-03 18:52:53 +02:00
Bauke 7b94bcdf92
Remove the mark new comments requirement, as it's enabled for everyone now. 2020-10-03 13:36:12 +02:00
Bauke abb09bc671
Make the theme colors use CSS custom properties. 2020-10-03 13:20:12 +02:00
Bauke 38bca9721a
Update the dependencies. 2020-10-02 16:51:34 +02:00
Bauke 0b2aeb8b73
Version: 0.3.3 2020-06-10 14:51:53 +02:00
Bauke 66e1b98393
Make Parcel not output directories with leading underscores. 2020-06-10 14:51:47 +02:00
Bauke 6d0cb8b40d
Version: 0.3.2 2020-06-05 23:55:47 +02:00
Bauke 32cb433664
Chore: Update the dependencies. 2020-06-05 23:55:11 +02:00
Bauke 272ea0fe4b
Fix: Fix a bug with settings not being initialized properly. 2020-06-05 23:45:47 +02:00
Bauke dc1f564872
Version: 0.3.1 2020-03-05 13:33:30 +01:00
Bauke bd9e5bba51
Fix: Properly validate usernames with greater/less and equal than. 2020-03-05 13:21:23 +01:00
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