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
3833cada1e
Bumping dependencies ( #134 )
...
* Updated `vite` from 6.3.5 to 7.1.2
* Updated `@sveltejs/kit` and `@sveltejs/vite-plugin-svelte`
These are updated together, since they're interconnected with Vite
* Updated `svelte` from 5.33.14 to 5.38.1
* Updated `@sveltejs/adapter-static` from 3.0.8 to 3.0.9
* Updated `vitest` and `@vitest/coverage-v8` from 3.2.0 to 3.2.4
* Updated `svelte-check` from 4.2.1 to 4.3.1
* Updated `typescript` from 5.8.3 to 5.9.2
* Updated `sass` from 1.89.1 to 1.90.0
* Updated `@types/node` from 22.15.29 to 22.17.2
* Updated `cheerio` from 1.0.0 to 1.1.2
* Updated `@sveltejs/kit` from 2.31.1 to 2.42.2
* Updated `vite` from 7.1.2 to 7.1.6
* Updated `@sveltejs/vite-plugin-svelte` from 6.1.2 to 6.2.0
* Updated `svelte` from 5.38.1 to 5.39.4
* Updated `sass` from 1.90.0 to 1.93.0
* Updated `@types/node` from 22.17.2 to 22.18.6
* Updated `jsdom` from 26.1.0 to 27.0.0
2025-09-21 20:49:49 -04:00
f3d80b58b1
Merge pull request #130 from koloml/release/0.5.1
...
Release: 0.5.1
0.5.1
2025-08-13 18:23:14 +04:00
d567ab4dec
Merge pull request #133 from koloml/feature/derpibooru-smaller-tags
...
Derpibooru: Making tags slightly smaller in height to fit the styling used by the site
2025-08-13 17:55:39 +04:00
e4322b3021
Derpibooru: Making tags slightly smaller inside popup
2025-08-13 17:54:40 +04:00
4907efdaab
Bumped version to 0.5.1
2025-08-13 17:50:31 +04:00
c6b9250d71
Merge pull request #132 from koloml/feature/add-to-profile-icon
...
Derpibooru: Added icon to the tag dropdown option
2025-08-13 17:27:05 +04:00
c330aa303a
Derpibooru: Added icon to the tag dropdown option
2025-08-13 17:24:36 +04:00
9ed3f6939d
Merge pull request #129 from koloml/bugfix/derpibooru-tag-editor-styling
...
Fixed tag categories headlines having inconsistent spacing between Derpibooru and Furbooru
2025-08-13 16:52:39 +04:00
5584733b17
Merge pull request #131 from koloml/bugfix/inconsistent-auto-run
...
Firefox: Fixed content scripts randomly loading asynchronously and not auto-running
2025-08-13 16:52:23 +04:00
91947b8cc7
Merge remote-tracking branch 'origin/release/0.5.1' into bugfix/inconsistent-auto-run
...
# Conflicts:
# src/content/deps/amd.ts
2025-08-13 16:49:18 +04:00
df61c812fe
Updated autorun logic to resolve issues with loading modules on Firefox
...
Sometimes Firefox decides to load different groups of content scripts
asynchronously, causing our trick with `requestAnimationFrame` to miss
everything. To prevent this, I decided to just attempt to autorun
everything on each definition using `setTimeout`.
I've also tried to use `queueMicrotask` to put autorun logic right
between different groups of modules, but this trick was only working on
Firefox and completely breaking on Chromium. I sure love browsers!
2025-08-13 16:48:27 +04:00
65c420c36c
Merge pull request #128 from koloml/bugfix/ignore-duplicated-modules
...
Firefox: Fixed an error message appearing when single chunk is trying to execute multiple times
2025-08-13 16:42:16 +04:00
79cd9bc44d
Reduced the space used by the tag category headline
...
This is mainly affecting the Derpibooru version of the extension. Tags
list on Derpibooru is using flex with gaps instead of flex with margins
appearing like gaps (what currently Furbooru uses). This change would
likely be applied to the Furbooru as well.
2025-08-13 15:56:31 +04:00
cf28d2d131
AMD Loader: Ignore duplicated module definitions
...
This fixes an error appearing when chunk is mention multiple times for
different entry content scripts.
2025-08-13 15:27:25 +04:00
50238d8ef4
Added links to the Derpibooru extension
2025-08-13 14:56:44 +04:00
98b5311cfc
Derpibooru: Added screenshot about tag colors in editor
2025-08-12 13:58:34 +04:00
e60d20fd60
Added showcase screenshots for Derpibooru
2025-08-11 09:11:52 +04:00
50a6d8ce32
Merge pull request #120 from koloml/release/0.5
...
Release: 0.5
0.5.0
2025-08-09 16:05:02 +04:00
7b532735ec
Bumped version to 0.5.0
2025-08-09 16:01:23 +04:00
f139b76276
Merge pull request #127 from koloml/feature/multiple-sites-build
...
Support building the extension for both Derpibooru and Furbooru
2025-08-09 15:58:07 +04:00
eba81b72d4
Derpibooru: Added border to tags, added border colors variables
2025-08-09 15:51:33 +04:00
5b93eb413b
Derpibooru: Different list of black-listed tags
2025-08-09 15:35:36 +04:00
81247c1761
Updating README with instructions and showcases
...
This extension will now be built and released for both Furbooru and
Derpibooru as 2 separate extensions.
2025-08-09 15:25:15 +04:00
8d042a80a0
Derpibooru: Fixed incorrect padding on media box tags
2025-08-09 01:23:06 +04:00
9c162bc2ce
Fixed defines not being correctly passed to content scripts & styles
2025-08-09 01:21:02 +04:00
0deafb4a00
Warn user of potentially different/unknown site imports
2025-08-08 20:41:55 +04:00
8822a2581b
Store last same site status of the imported object
2025-08-08 20:40:57 +04:00
83d27cc966
Add $site property to identify what site entity was created for
2025-08-08 19:47:44 +04:00
ae3c77031f
Added modifications to manifest for Derpibooru variant of the extension
2025-08-08 19:41:23 +04:00
f39e060a6a
Updating manifest description, updated About page in popup
2025-08-08 19:40:48 +04:00
c811c13b70
Use site name constant in header component
2025-08-08 19:40:13 +04:00
234f80b992
Added defined constants to typedefinition for TypeScript
2025-08-08 19:39:48 +04:00
4837184d40
Reading constants in SCSS, modifying colors for Derpibooru variant
2025-08-08 19:39:30 +04:00
c37f680e9f
Provide current site name & identifier for build-time modifications
2025-08-08 19:38:52 +04:00
2eefbf96ca
Implemented plugin to provide constants to SCSS through custom function
2025-08-08 19:37:48 +04:00
efd6522532
Implemented plugin for swaping defined build-time constants
2025-08-08 19:37:12 +04:00
b321c1049c
Installed cross-env to support quickly adding ENV variables to builder
2025-08-08 19:36:19 +04:00
ce9a2b5f9b
Fixed typo in content script entry
2025-08-08 06:05:13 +04:00
8fe1ca4914
Merge pull request #98 from koloml/feature/bulk-import-and-export
...
Bulk import/export of tagging profiles and groups
2025-08-04 13:46:03 +04:00