7ffee170c3
Merge pull request #149 from koloml/feature/tantabus-support
...
Added Tantabus version of extension
2026-02-23 19:03:19 +04:00
db34b361b3
Merge pull request #152 from koloml/feature/color-tags-in-tagging-popup
...
Tagging Popup: Automatically color tags by their tag namespaces
2026-02-23 18:45:44 +04:00
bf81b7111f
Tagging Popup: Automatically color tags by their tag namespaces
2026-02-23 18:38:07 +04:00
dc79959b8f
Merge pull request #150 from koloml/feature/decorated-tag-links-in-forum
...
Added option to decorate tag links in forum posts
2026-02-23 18:25:46 +04:00
dfdab180ee
Added option to decorate tag links in forum posts
2026-02-23 17:51:27 +04:00
b768f9072c
Updating README to include info on Tantabus as well
2026-02-22 20:08:42 +04:00
72a731aaff
Updating CI to build for Tantabus on release as well
2026-02-22 20:07:57 +04:00
d181509d6f
Preparing extension for Tantabus
2026-02-22 01:49:31 +04:00
03b0763db4
Merge pull request #146 from koloml/release/0.5.4
...
Release: 0.5.4
0.5.4
2026-02-09 11:29:08 +04:00
a7e0aefe6b
Merge pull request #148 from koloml/feature/centralized-component-for-errors-and-warnings
...
Popup: Combining warnings and error messages into single component
2026-02-09 11:27:43 +04:00
687c12a8f4
Putting errors and warnings into separate component
2026-02-09 11:24:01 +04:00
9b7ba4a6e2
Bumped version to 0.5.4
2026-02-09 11:05:42 +04:00
8d7b151911
Merge pull request #147 from koloml/bugfix/update-tags-on-last-group-deleted
...
Fixed custom categories not refreshing on tags once last group is deleted
2026-02-09 11:01:50 +04:00
fccd79292d
Fixed tags list didn't update itself once last group was deleted
2026-02-09 10:59:40 +04:00
8041f2d2a1
Merge pull request #145 from koloml/chore/dependencies
...
Updating dependencies
2026-02-09 10:56:00 +04:00
3fac472ae0
Merge pull request #144 from koloml/bugfix/bulk-import
...
Fixed bulk import only adding one entry from the list
2026-02-09 10:55:50 +04:00
44aca3120c
Updated @types/node from 25.0.3 to 25.2.2
2026-02-09 10:50:01 +04:00
3aee3defba
Updated @types/chrome from 0.1.32 to 0.1.36
2026-02-09 10:49:33 +04:00
b7a9dc2a2b
Updated jsdom from 27.4.0 to 28.0.0
2026-02-09 10:48:56 +04:00
242dfc5972
Updated cheerio from 1.1.2 to 1.2.0
2026-02-09 10:48:01 +04:00
b6840996b6
Updated sass from 1.97.2 to 1.97.3
2026-02-09 10:47:22 +04:00
4c5b796f1d
Updated @sveltejs/vite-plugin-svelte from 6.2.3 to 6.2.4
2026-02-09 10:46:35 +04:00
7f2e06a1b1
Updated vitest and @vitest/coverage-v8 from 4.0.16 to 4.0.18
2026-02-09 10:45:40 +04:00
31a33131cd
Updated svelte-check from 4.3.5 to 4.3.6
2026-02-09 10:44:56 +04:00
7063459622
Updated @sveltejs/kit from 2.49.4 to 2.50.2
2026-02-09 10:44:03 +04:00
5a82b8751d
Updated svelte from 5.46.1 to 5.50.0
2026-02-09 10:43:25 +04:00
9318bd51fa
Fixed bulk import only saving last entry
2026-02-09 10:41:10 +04:00
ab625d0181
Merge pull request #141 from koloml/release/0.5.3
...
Release: 0.5.3
0.5.3
2026-01-09 08:51:45 +04:00
c59d8f55f0
Bumped version to 0.5.3
2026-01-09 08:50:05 +04:00
8dfc5f49f9
Merge pull request #143 from koloml/feature/code-reorganization
...
Slight change in code organization for content script components
2026-01-09 08:48:59 +04:00
2ecd37512f
Moving all content_scripts-related components under $content directory
...
Having $lib/component with just $component was a bit confusing,
especially since $lib is also used in Svelte components all over the
place. This move will hopefully make it less confusing for me.
2026-01-09 07:06:58 +04:00
c8ff80d445
Move list of tag categories into the tags config script
2026-01-09 06:55:51 +04:00
38cbd725d9
Merge pull request #142 from koloml/bugfix/profile-view-tags-list
...
Profile View: Fixed tags list not being properly reactive in the extension popup
2026-01-09 06:44:23 +04:00
26f09c7c46
Fixed tags list for tagging profiles not updating reactively in popup
2026-01-09 06:41:28 +04:00
64be6a6e15
Bumping dependencies ( #140 )
...
* Updated `vite` from 7.1.6 to 7.3.1
* Updated `@sveltejs/vite-plugin-svelte` from 6.2.0 to 6.2.3
* Updated `@sveltejs/kit` from 2.42.2 to 2.49.4
* Updated `@sveltejs/adapter-static` from 3.0.9 to 3.0.10
* Updated `svelte` from 5.39.4 to 5.46.1
* Updated `svelte-check` from 4.3.1 to 4.3.5
* Updated `typescript` from 5.9.2 to 5.9.3
* Updated `sass` from 1.93.0 to 1.97.2
* Updated `jsdom` from 27.0.0 to 27.4.0
* Updated `cross-env` from 10.0.0 to 10.1.0
* Updated `@types/node` from 22.18.6 to 25.0.3
* Updated `@types/chrome` from 0.0.326 to 0.1.32
* Updated `vitest` and `@vitest/coverage-v8` from 3.2.4 to 4.0.16
* Updated `@fortawesome/fontawesome-free` from 6.7.2 to 7.1.0
2026-01-09 06:35:52 +04:00
cb22b2deab
Merge pull request #139 from koloml/feature/display-dedicated-popup-titles
...
Popup: Display different tab titles for different routes
2026-01-09 06:35:25 +04:00
5c5e0812dc
Provide names for all popup routes using new store
2026-01-09 05:56:33 +04:00
70129d7a0e
Added the store for dynamically changing the popup titles
2026-01-09 05:27:48 +04:00
5fd6dee999
Added constant with the full name of the plugin
2026-01-09 05:27:11 +04:00
ec41ba5030
Furbooru: Added screenshots for tag groups feature
2025-11-04 19:26:47 -05:00
55624285e1
Merge pull request #138 from koloml/feature/release-build-pipeline
...
Added GitHub action for building the project in CI
2025-10-02 13:41:29 +04:00
b97255ccd6
Release CI action
...
Builds the extension for both sites and uploads them as artifacts. This
will make it possible to just release the project and then grab the
ready-to-be-deployed archive for publishing.
This change was made using Cursor. Just a small test run to check how
useful it is for my workflows.
2025-10-02 13:40:02 +04:00
ef76560bfb
Merge pull request #136 from koloml/release/0.5.2
...
Release: 0.5.2
0.5.2
2025-09-27 22:24:38 +04:00
faa909a0db
Properly rearranging non-dev dependencies
2025-09-27 22:22:40 +04:00
3955e3191e
Bumped version to 0.5.2
2025-09-27 22:15:38 +04:00
17dab5854c
Merge pull request #137 from koloml/feature/reduce-gap-in-tag-category-titles
...
Furbooru: Applying styling changes previously used only for Derpibooru
2025-09-24 13:13:22 +04:00
a20632e58e
Furbooru: Updated tags appearance in media box popups
2025-09-22 22:50:48 +04:00
5f4a1a6c00
Furbooru: Use margin for tag category titles used for Derpibooru
2025-09-22 22:49:33 +04:00
48fc58f042
Merge pull request #135 from koloml/feature/updated-tag-dropdown
...
Making dropdown link icon active for both boorus
2025-09-22 05:09:45 +04:00
8356956b2e
Making dropdown link icon active for both boorus
...
Furbooru was updated to the latest version of Philomena a few days ago.
Now it uses icons in tag dropdown just like on Derpibooru.
2025-09-22 05:05:52 +04:00