Releases: Questionable-Content-Extensions/client
Releases · Questionable-Content-Extensions/client
1.3.0
1.2.1
Fixed 🐛
- Use the current edit values to render the item details so they update live when they're changed
- Fix broken Redux thunks during earlier refactoring that prevented editors from being able to update and save comic values
1.2.0
Added ✨
- Add the ability to lock comic navigation to an item. Closes #33
- Expand the search functionality in the
GoToComicDialog
to allow for searching for comics not only by the text in their title/tagline, but also by which items are present in the comic and whether or not the comic is a guest comic or non-canon. Closes #15
Changed 🔧
- Move to using Redux hooks instead of
connect()
. Resolves #77
Fixed 🐛
- Fix Storybook tests after upgrading from 6.5 to 7.4. Fixes #78
1.1.0
Added ✨
- Add guest comic/non-canon pills to
ComicList
- Add Storybook link to README
- Added list of comics an item is featured in. Closes #19
- Added feature and setting for whether to show the current comic's tagline as its tooltip. Closes #47
- Added feature and setting for being able to navigate to random comics by item. Closes #20
Changed 🔧
- Upgraded all dependencies to their latest versions and made the necessary changes to make things work the same as before
Fixed 🐛
- Don't show "last strip" button in item navigation bar when said strip is the current strip
- The logic for which exclusion setting takes precedence was backwards, so if you had set both "skip non-canon comics" and "skip guest comics," it would only skip guest comics, but not non-canon comics. Fixes #36
- Single-frame flicker at the end of dialog close animation removed. Fixes #70
1.0.0
Hello! It has once again been a while, but this time, it's a big one! I've been meaning to do it for a long time, but I finally got around to rewrite the extension from scratch using React as the framework rather than AngularJS v1. While I was at it, I also updated/upgraded everything else about the script that I could, and it's much more modern and user friendly now.
Since this is a rewrite, the change log below will be mostly added features rather than changed or fixed ones. Old features that have been migrated into the new version won't be mentioned unless changed significantly in the rewrite.
Added ✨
- Add Storybookjs
- Added
GoToComicDialog
for choosing a specific comic from a list - Added ko-fi donation link in bottom of
SettingsDialog
Changed 🔧
- In coordination with the server, the API has been optimized to transfer a lot less data in each request.
- Make
debug
logging dynamic rather than chosen at startup
Fixed 🐛
- Make
shortcut
take-over code work properly everywhere
Removed 🗑
- Removed small/large ribbon setting; ribbon is always small now.
Release 0.6.2
Release 0.6.2