תוספות לדפדפן Firefox
  • הרחבות
  • ערכות נושא
    • עבור Firefox
    • מילונים וחבילות שפה
    • אתרי דפדפנים אחרים
    • תוספות עבור אנדרואיד
כניסה
הסמל של התוספת

היסטוריית גרסאות עבור Itaku Enhancement Suite - ‏18 גרסאות

Itaku Enhancement Suite foxyoreos מאת

אין דירוגים עדיין
0 כוכבים מתוך 5
5
0
4
0
3
0
2
0
1
0
היסטוריית גרסאות עבור Itaku Enhancement Suite - ‏18 גרסאות
  • יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.

  • הגרסה העדכנית ביותר

    גרסה 0.8.6

    תאריך שחרור: 18 ינו׳ 2024 - 539.35 ק״ב
    עובד עם ‏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 License

    יש צורך ב־Firefox כדי להשתמש בהרחבה זו
    הורדת Firefox וקבלת ההרחבה
    הורדת קובץ
  • גרסאות ישנות יותר

    גרסה 0.8.5

    תאריך שחרור: 24 דצמ׳ 2023 - 537.36 ק״ב
    עובד עם ‏firefox 109.0a1 ומעלה
    # Extension

    ## Fixes

    - Updated privacy policy in main codebase

    - Fixed bug where extension settings were glitching out occasionally when being set.

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 0.8.4

    תאריך שחרור: 24 דצמ׳ 2023 - 537.1 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.8.3

    תאריך שחרור: 13 דצמ׳ 2023 - 537.02 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.8.2

    תאריך שחרור: 6 דצמ׳ 2023 - 536 ק״ב
    עובד עם ‏firefox 109.0a1 ומעלה
    # Extension

    ## Fixes

    - Fixes an issue where blocklist code could force settings changes to go into an infinite loop

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 0.8.1

    תאריך שחרור: 6 דצמ׳ 2023 - 536.02 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.8.0

    תאריך שחרור: 6 דצמ׳ 2023 - 536.01 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.7.0

    תאריך שחרור: 13 נוב׳ 2023 - 528.19 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.6.0

    תאריך שחרור: 19 ספט׳ 2023 - 222.25 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.5.0

    תאריך שחרור: 13 אוג׳ 2023 - 218.89 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.4.2

    תאריך שחרור: 24 יולי 2023 - 124.01 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.4.1

    תאריך שחרור: 7 יולי 2023 - 123.76 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.4

    תאריך שחרור: 7 יולי 2023 - 123.79 ק״ב
    עובד עם ‏firefox 109.0a1 ומעלה

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 0.3.3

    תאריך שחרור: 18 יוני 2023 - 120.34 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.3.2

    תאריך שחרור: 18 יוני 2023 - 120.04 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    #Extension fixes

    - fixes a bug where CW filters weren't persisting correctly

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 0.3.1

    תאריך שחרור: 18 יוני 2023 - 120.04 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    #extension fixes:

    - linked a missing CSS file

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 0.3

    תאריך שחרור: 17 יוני 2023 - 120.59 ק״ב
    עובד עם ‏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 License

    הורדת קובץ
  • גרסה 0.2

    תאריך שחרור: 15 יוני 2023 - 112.72 ק״ב
    עובד עם ‏firefox 48.0 ומעלה

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
מעבר לדף הבית של Mozilla

תוספות

  • על אודות
  • בלוג התוספות של Firefox
  • Extension Workshop
  • מרכז המפתחים
  • מדיניות למפתחים
  • בלוג קהילה
  • פורום
  • דיווח על תקלה
  • מדריך סקירה

דפדפנים

  • Desktop
  • Mobile
  • Enterprise

מוצרים

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • פרטיות
  • עוגיות
  • מידע משפטי

למעט היכן שצוין אחרת, התוכן באתר זה מוגש בכפוף לגרסה 3.0 של הרשיון Creative Commons Attribution Share-Alike או כל גרסה עדכנית יותר.