3f9412b02d
A bit more concrete wording for checkbox
2026-04-05 18:27:02 +04:00
c777b57efb
Merge remote-tracking branch 'origin/release/0.7.1' into feature/conditional-presets
...
# Conflicts:
# src/content/components/extension/presets/PresetTableRow.ts
# src/lib/extension/entities/TagEditorPreset.ts
# src/lib/extension/transporting/exporters.ts
# src/routes/features/presets/[id]/edit/+page.svelte
2026-04-05 18:01:33 +04:00
f581f84065
Presets: Added conditional presets option
...
Now presets can be configured to show up only when specific tag is
provided.
2026-04-05 17:52:15 +04:00
83c7608e99
Presets: Added flag for making it "exclusive"
...
This will make it so only one tag will be active from marked preset.
This can be useful for some tags that cannot be together in the editor,
for example, rating tags.
2026-03-22 04:09:18 +04:00
7821cebb1b
Added missed deletion interface for the presets
2026-03-14 19:37:10 +04:00
74866949bb
Added Tag Presets, popup editor for them, implemented presets image edit
2026-03-12 00:17:45 +04:00
dc29c6ca69
Renaming for tagging profiles and preferences classes
2026-02-28 22:49:57 +04:00
9031055ec9
Replace the tag link text to resolved tag name when possible
2026-02-26 03:30:10 +04:00
7ffee170c3
Merge pull request #149 from koloml/feature/tantabus-support
...
Added Tantabus version of extension
2026-02-23 19:03:19 +04:00
dfdab180ee
Added option to decorate tag links in forum posts
2026-02-23 17:51:27 +04:00
d181509d6f
Preparing extension for Tantabus
2026-02-22 01:49:31 +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
9318bd51fa
Fixed bulk import only saving last entry
2026-02-09 10:41:10 +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
0deafb4a00
Warn user of potentially different/unknown site imports
2025-08-08 20:41:55 +04:00
f39e060a6a
Updating manifest description, updated About page in popup
2025-08-08 19:40:48 +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
19ab302b54
Implemented the bulk import interface
2025-08-04 13:39:48 +04:00
77293ba30c
Fixed "Export All" checkbox toggling incorrect items
2025-07-27 19:58:19 +04:00
b956b6f7bc
Added separate menu for bulk exporting of all entities
2025-07-27 19:02:19 +04:00
2453bdf7b9
Removing the properties suggestions feature
...
This feature is moved directly into Philomena. This implementation is
now outdated and depends on the previous version of suggestions popup.
2025-06-03 02:24:20 +04:00
338eb2bbb1
Fixed incorrect path on the "Back" link for group editor
2025-03-12 18:43:41 +04:00
16b72300a9
Added option to separate the specific group of choice in tags
2025-03-10 03:24:23 +04:00
4f302faf45
Added option to turn on/off separation of tags by custom category
2025-03-10 03:18:03 +04:00
bedb18a6aa
Merge pull request #107 from koloml/feature/groups-suffix
...
Tag Groups: Support matching custom categories by suffix
2025-03-09 03:58:19 +04:00
ea791838bf
Display stars in the tag editor for prefixes/suffixes
2025-03-02 18:55:51 +04:00
ff16c62e26
Added support for suffix-matching for groups
2025-03-02 18:44:53 +04:00
f687389516
Implemented routing to be more compatible for extension popup
2025-02-28 03:18:18 +04:00
23638b50ae
Refactored profiles related routes & components
2025-02-18 01:39:11 +04:00
b31541ddf0
Fixed error being displayed incorrectly
2025-02-18 01:29:35 +04:00
49986ec497
Refactored groups-related routes and components
2025-02-17 04:30:45 +04:00
927fa21d95
Fixed the typo in the back link
2025-02-17 03:44:48 +04:00
620af3e622
Refactoring storage viewer and its route
2025-02-17 03:06:39 +04:00
efdd9487ad
Reformatting all svelte templates to use new rules
2025-02-17 02:07:55 +04:00
67d41ecf03
Migration to Svelte 5 (using the migration script)
2025-02-16 18:02:03 +04:00
16f60ef9b5
Moving and renaming entities storages to entities dir
2025-02-16 16:19:25 +04:00
09e912ffff
Moving all preferences-related stores to preferences dir
2025-02-16 16:12:48 +04:00
b9a609a190
Removing extensions for JS and TS in imports, reformatting
2025-02-06 23:20:28 +04:00
1de6a89269
Moved ProfileView to features directory
2025-02-06 14:20:36 +04:00
2db2a20803
Moved TagsEditor to tags directory
2025-02-06 14:19:46 +04:00
24e0937c6b
Updated all @use calls to use the $styles alias
2025-01-17 02:59:29 +04:00
58b79531e4
Merge remote-tracking branch 'origin/release/0.4' into bugfix/incorrect-redirect
...
# Conflicts:
# src/routes/features/maintenance/[id]/+page.svelte
2025-01-13 21:38:55 +04:00
927e4c157b
Fixed incorrect fallback redirect for "new" profiles
2025-01-12 19:41:16 +04:00
d559d16977
Replaced simple button with checkbox for profile activity
2025-01-05 01:18:36 +04:00
a39099bb1e
Merge remote-tracking branch 'origin/release/0.4' into feature/auto-remove-temporary-profiles
...
# Conflicts:
# src/lib/components/TagDropdownWrapper.js
2025-01-03 19:35:58 +04:00
3e028a1509
Merge pull request #69 from koloml/feature/tag-groups
...
Added new Tag Groups feature with ability to customize colors of any tag with specific category
2025-01-03 06:41:22 +04:00
e5ffd59b9c
Fixed missing gap between 2 form controls
2025-01-03 06:03:42 +04:00