Skip to content

Releases: koloml/furbooru-tagging-assistant

v0.4.3.1

12 Mar 15:35
d5ad66d
Compare
Choose a tag to compare

What's Changed

  • Fixed tag group colors & grouping not applying in Firefox by @koloml in #111

Full Changelog: 0.4.3...0.4.3.1

v0.4.3

12 Mar 14:56
6faf5c8
Compare
Choose a tag to compare

What's Changed

  • Fixed type errors reported by the TypeScript by @koloml in #103
  • Added tests for ConfigurationController class by @koloml in #104
  • Fixed popup links being unusable when opened in new tab by @koloml in #106
  • Tag Groups: Support matching custom categories by suffix by @koloml in #107
  • Tag Groups: Added option to display the tags captured by the group in the separate list by @koloml in #108
  • Updated dependencies by @koloml in #109
  • Tag Groups: Fixed incorrect path on the "Back" link for group editor view by @koloml in #110

Full Changelog: 0.4.2...0.4.3

v0.4.2

23 Feb 00:50
92afd10
Compare
Choose a tag to compare

What's Changed

  • Debugging: Fixed null value being displayed incorrectly in storage inspector by @koloml in #90
  • Converting storages to TypeScript, minor restructuring of the storage folder by @koloml in #91
  • Migration to Svelte 5 syntax by @koloml in #93
  • Fullscreen Viewer: Fixed size selector not having backgronud color making it difficult to read with certain images by @koloml in #94
  • Converted classes related to parsing/submitting tags to TypeScript by @koloml in #95
  • StorageHelper: Fixed helper treating falsy values as unset values by @koloml in #97
  • Added Vitest for testing the codebase by @koloml in #96
  • Fixed tests running twice on release PRs by @koloml in #99
  • Converting all content scripts components to TypeScript, adding minor value checks and bug fixes found during conversion by @koloml in #100
  • Fixed custom tags categories not being reapplied to the tags form by @koloml in #101

Full Changelog: 0.4.1...0.4.2

v0.4.1

16 Feb 00:00
f7dff09
Compare
Choose a tag to compare

What's Changed

  • Moving several components internally into proper directories by @koloml in #82
  • Adding separate methods for events dispatching/listening with better type safety by @koloml in #83
  • Removing extensions from imports for consistency, slightly changing the formatting settings for imports by @koloml in #84
  • Fixed tag in popups having broken appearance after themes updates for Philomena, updated how colors applied to tags by @koloml in #87
  • Converting modules to TypeScript by @koloml in #85
  • Updated maintenance popup styling to respect active site theme by @koloml in #88
  • Bumping dependencies by @koloml in #89

Full Changelog: 0.4.0...0.4.1

v0.4.0

16 Jan 23:56
c7919e0
Compare
Choose a tag to compare

What's Changed

  • Added new Tag Groups feature with ability to customize colors of any tag with specific category by @koloml in #69
  • Fullscreen Viewer: Added image/video quality setting and more explicit "close" icon by @koloml in #70
  • Remove temporary profiles when last tag was removed through dropdown by @koloml in #72
  • Tagging Profiles: Replaced simple link with checkbox for "Activate Profile" option by @koloml in #73
  • Fixed fallback redirect when visiting profile with ID "new" by @koloml in #74
  • Search Suggestions: Added category tags count & other missed properties described in the search docs by @koloml in #75
  • Updated Svelte, Vite, SCSS and other internal tools, fixed related errors & warnings by @koloml in #77

Full Changelog: 0.3.4...0.4.0

v0.3.4

16 Dec 12:44
a8a2765
Compare
Choose a tag to compare

What's Changed

  • Refactoring settings classes to TypeScript by @koloml in #64
  • Added icon for the properties to differentiate between properties & tags by @koloml in #66
  • Detect invalid blacklisted tags from Furbooru and allow to remove them manually or automatically by @koloml in #67

Full Changelog: 0.3.3...0.3.4

v0.3.3

30 Nov 18:12
d5f6ed1
Compare
Choose a tag to compare

What's Changed

  • Replace local icons with icons from FontAwesome's NPM package by @koloml in #59
  • Added confirmation for profile deletion, moved "delete" button to the profile view instead of the editor by @koloml in #58
  • Storage entities code cleanup, moving to TypeScript by @koloml in #61
  • Fullscreen Viewer: Show the loading spinner while loading the image or video by @koloml in #62

Full Changelog: 0.3.2...0.3.3

v0.3.2

22 Nov 21:16
97b79b0
Compare
Choose a tag to compare

What's Changed

  • Fixed duplicating of auto-complete popup, added missed mouse clicks handling by @koloml in #51
  • Fixed preferences not being sycnhronized back from browser storage to popup view by @koloml in #57

Full Changelog: 0.3.1...0.3.2

v0.3.1

12 Nov 12:36
bab919f
Compare
Choose a tag to compare

What's Changed

  • Fixed option to add tag to profile not showing up on the index tags page by @koloml in #44
  • Display currently active profile on the main view of the popup by @koloml in #46
  • Fixed profile not being refreshed after initial page load by @koloml in #48
  • Fixed the "Add to profile" option not showing up after submitting tag changes in tags editor by @koloml in #49
  • Slightly reduced extension content scripts size by extracting import/export logic into separate class by @koloml in #50

Full Changelog: 0.3.0...0.3.1

v0.3.0

20 Oct 00:17
e83d70f
Compare
Choose a tag to compare

What's Changed

  • Added debug section with extension's storage viewer by @koloml in #30
  • Show the tagging profiles popup in galleries view by @koloml in #31
  • Renamed /settings path to /features to avoid confusion with /preferences by @koloml in #39
  • Tagging Profiles: Added option to quickly add the tag into the active profile from the dropdown context menu by @koloml in #40
  • Tag Editor: Automatically apply category colors to the tags in the tag editor by @koloml in #41
  • Fullscreen Viewer: Moved viewer logic into separate component, added closing with swipe for touch devices, added scroll lock by @koloml in #43

Full Changelog: 0.2.1...0.3.0