Itaku Enhancement Suite 版本历史 - 18 个版本
Itaku Enhancement Suite 作者: foxyoreos
Itaku Enhancement Suite 版本历史 - 18 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.8.6
发布于 2024年1月18日 - 539.35 KB适用于 firefox 109.0a1 及更高版本# Site
## Features
- Adds an option to highlight the "Suggest Tags/Maturity" button on images that contain the #tagme tag.
## Fixes
- Fixes an Itaku issue where bookmarked images wouldn't show up in bookmark folders if they were unlisted.
# Extension
## Fixes
- Fixes an issue where blacklisted users would not show content warnings if they were unfiltered.
- Fixes an issue where reshares of content from blacklisted users could break the page.
- Fixes an issue where '#' and '"' were not stripped from pasted tags.
- Fixes an issue where blocking user content would also block their comments.
- Fixes an issue where blocking user content required refreshing the page to take effect.
- Updates the site themes so that sticky headers work on all of them again.源代码遵循 MIT 许可证 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 0.8.5
发布于 2023年12月24日 - 537.36 KB适用于 firefox 109.0a1 及更高版本# Extension
## Fixes
- Updated privacy policy in main codebase
- Fixed bug where extension settings were glitching out occasionally when being set.源代码遵循 MIT 许可证 发布
版本 0.8.4
发布于 2023年12月24日 - 537.1 KB适用于 firefox 109.0a1 及更高版本# Extension
## Fixes
- Removed notification UI since the site has notification previews natively now :3
- Fixed an issue where pages that were left open would "forget" the list of blocked users, causing them to show up on your feed again.
- Added new routes in the submission notifications inbox to the extension.
- Changed language around notification suppression to make it clearer that the default behavior isn't a bug, the extension is just making the behavior stricter and a bit more consistent.
## Privacy
User id, blocked tags, and blocked users are now stored in localStorage, not just in sessionStorage. In practice, I don't think this changes much if anything about the privacy model, most user settings for the extension were already stored in there, and the same privacy guarantees apply. However, when possible I wanted to try and get away with using sessionStorage since it gets auto-cleared. Turns out it's not possible for this, it makes blocking a lot less reliable.
I'm working in the future on getting more controls over exporting and deleting locally stored data within the extension, for now the privacy model is exactly the same, but more control should come in the future.源代码遵循 MIT 许可证 发布
版本 0.8.3
发布于 2023年12月13日 - 537.02 KB适用于 firefox 109.0a1 及更高版本# Site
## Fixes
- The most recent Itaku update caused notifications to start showing up in the title even if you had submission notifications turned off, this causes them to respect the site setting again.
# Extension
## Fixes
- Fixes an issue where user overrides for content warnings weren't applied to posts.
- Several styling fixes for sticky headers making them both more consistent and making folders on user profile pages stay visible when scrolling as well.源代码遵循 MIT 许可证 发布
版本 0.8.2
发布于 2023年12月6日 - 536 KB适用于 firefox 109.0a1 及更高版本# Extension
## Fixes
- Fixes an issue where blocklist code could force settings changes to go into an infinite loop源代码遵循 MIT 许可证 发布
版本 0.8.1
发布于 2023年12月6日 - 536.02 KB适用于 firefox 109.0a1 及更高版本# Extension
## Fixes
- Fixed an issue where tabs being left idle could clear out the current cached user metadata and then would fail requests when trying to do blocking based on it.源代码遵循 MIT 许可证 发布
版本 0.8.0
发布于 2023年12月6日 - 536.01 KB适用于 firefox 109.0a1 及更高版本# Site
## Features
- Search improvements: copy-paste controls and an option to discard tag auto-completions for tags that you've already added.
- Added option to make feed headers "sticky" so that navigation and filtering controls stay visible even when scrolling.
- Added content-warning overrides per-user.
- Added (limited) support for using content warnings as tags for the purposes of blocklisting. This should help in scenarios where an artist has added a content warning but has forgotten to add the equivalent tags.
## Privacy
- To enable tag conversions for content warnings, the user's list of blocked tags is stored alongside the username/id in session storage (cleared whenever the browser window closes).
# Extension
## Architecture
- Front-end architecture added for injecting clientside fixes directly into Angular state. This allows for some much more granular fixes since code can respond to and manipulate application state directly. Clientside fixes are strictly sandboxed from the rest of the extension and have no references back to extension code to help prevent any potential security issues. If bugs pop up, this architecture can currently be disabled via the "experimental" section of the extension settings, but I don't anticipate any problems.
- Added back-end architecture to support tag expressions, but they aren't currently exposed in settings anywhere. There are a few more chores to take care of before this feature is launched.
## Fixes
- Fixed an issue where the signed XPI was using a temporary ID, meaning that users that installed outside of the Mozilla Addon store might lose some of their settings when upgrading.源代码遵循 MIT 许可证 发布
版本 0.7.0
发布于 2023年11月13日 - 528.19 KB适用于 firefox 109.0a1 及更高版本# Site
## Features
- Added option to bubble content warnings.
- Improvements to strict blocking and tag blocking. The features should be more consistent and now shows more informative messages.
- Added option to sort comments by ascending rather than descending.
- Added option to hide your own posts from your home feed.
- Added option to hide reshares of images that you've already starred on your home feed.
## Privacy
- To enable strict blocking without breaking user blocking, the user's list of users to block showing content from is stored alongside the username/id in session storage (cleared whenever the browser window closes).
# Extension
## Architecture
- Reformated the code to make it easier to read and contribute to, and to pave the way for upcoming content-blocking features.
## Fixes
- Blocklist bubbling is required now if strict blocking is enabled. This avoids some bugs with filtering reshares. It's possible this feature will be separated again in the future, but I don't have any current plans.
- Removed image preview overhauls since Itaku's own image preview has now been improved to have the same features.源代码遵循 MIT 许可证 发布
版本 0.6.0
发布于 2023年9月19日 - 222.25 KB适用于 firefox 109.0a1 及更高版本# Site
## Features
* Added option to fully hide blocklisted tags everywhere
* Added option to make blocklisted tags "bubble"
## Fixes
* Allow searching for the "&" character in tags
* More consistent handling of submission notification badge when submissions are muted
# Extension
## Features
* Collapsible categories and minor styling tweaks in settings
## Fixes
* Fixes some styling issues with the full-page image viewer源代码遵循 MIT 许可证 发布
版本 0.5.0
发布于 2023年8月13日 - 218.89 KB适用于 firefox 109.0a1 及更高版本# Site
## Features
- Beta support for full-page image previews
- Ability to hide follower counts
- Hovering over notifications now shows larger text snippets
## Features
- Settings are now part of the dropdown menu for the addon's icon in the Firefox toolbar. This should make them easier to access (and easier for me to maintain ;3)源代码遵循 MIT 许可证 发布
版本 0.4.2
发布于 2023年7月24日 - 124.01 KB适用于 firefox 109.0a1 及更高版本# Extension Fixes
- Fixes a bug where notifications would stop fetching text if the page was left open for a long time.源代码遵循 MIT 许可证 发布
版本 0.4.1
发布于 2023年7月7日 - 123.76 KB适用于 firefox 109.0a1 及更高版本Release notes:
#site features
- Better notification UI (notification dates are now visible again)
#extension features
- A small star icon next to the Itaku icon in the nav bar shows whether or not the extension is active on that page.
#extension fixes
- Notification caches are better at propagating across tabs
- The notifications UI is better at recovering from being disconnected from the extension backend
- In some instances, the profile link could get disconnected and stop working. This should be fixed now.
- Hid temporary feature that would allow hiding follower counts (will return in a future version).源代码遵循 MIT 许可证 发布
版本 0.3.3
发布于 2023年6月18日 - 120.34 KB适用于 firefox 109.0a1 及更高版本# Extension changes
- Upgraded to Manifest V3. This may break compatibility with older versions of Firefox, but I doubt anyone using this extension is on LTS releases of Firefox in the first place, and some of the privacy/security improvements are worth upgrading for.
# Extension fixes
- stability should be a bit better now, you should get fewer requests failing if you leave a page sitting for too long.源代码遵循 MIT 许可证 发布
版本 0.3.2
发布于 2023年6月18日 - 120.04 KB适用于 firefox 48.0 及更高版本#Extension fixes
- fixes a bug where CW filters weren't persisting correctly源代码遵循 MIT 许可证 发布
版本 0.3.1
发布于 2023年6月18日 - 120.04 KB适用于 firefox 48.0 及更高版本#extension fixes:
- linked a missing CSS file源代码遵循 MIT 许可证 发布
版本 0.3
发布于 2023年6月17日 - 120.59 KB适用于 firefox 48.0 及更高版本Release notes:
#site features
- Added beta support for extended notification descriptions in the notification drawer.
#site fixes
- Fixes an Itaku bug where clicking on content warning text didn't trigger the handler to show the content warning.
- Fixes an Itaku bug where right-clicking on the user profile only gave you an image link instead of a link to your user profile.
#extension fixes
- Fixes a bug where blank lines for content warning keywords were treated as catch-all regexes, which could easily lead to unexpected filtering behavior.
- Fixes a bug where content warnings on detailed views of posts with multiple images were not handled by the extension.源代码遵循 MIT 许可证 发布