Преминете към основното съдържание

Бележки по изданието

Абонирайте се чрез RSS емисии, за да сте в крак с новите версии!

Ако търсите бележките по изданието на версия 7.10.0 или по-ранна, моля, проверете App Store.

Version 8.5.0

Supported Platforms: iOS | macOS | visionOS

  • [Mac] Support the new look of macOS Tahoe.
  • [Mac] Fixed that the non-Safari extensions couldn't recognize the app on macOS Ventura 13.7.8. (This was caused by a failure of setting up the manifest files of native messaging hosts.)
  • Fixed other minor bugs and improved performance.

(This version is only for the app that is available in the App Store.)

Version 8.4.1

Supported Platforms: iOS | macOS | visionOS

  • Fixed an issue where soft line breaks in rule comments written in Markdown were ignored. (Our Markdown implementation is supposed to follow GitHub's Markdown style.)
  • [Mac] The Edit Rule screen has some options you can remove its items, such as Excluded URL Patterns, but the buttons to remove them were hard to press. Now they are easier to press.

(This version is only for the app that is available in the App Store.)

Version 8.4.0

Supported Platforms: iOS | macOS | visionOS

  • Now you can show bold texts, link, etc. for rule's comments using Markdown or AsciiDoc! You can choose it in the Edit Rule screen. (You can still use plain text if you prefer.)
  • [Microsoft Edge] Fixed an issue where the extension's icon was not correctly shown in the toolbar.
  • [iOS] Now you can dismiss the keyboard by sliding down in the Edit Rule screen.
  • Improved the performance of screens, especially the Library screen.
  • [iOS, macOS] Support iOS/macOS 26 style app icons.
    • (Full iOS/macOS 26 support is still work in progress.)
  • [iPad] Fixed an issue where the UI of the Rule Details screen is broken when the device is rotated.
  • Other minor bug fixes and performance improvements.

Version 8.3.3

Supported Platforms: macOS

  • [macOS app] Fixed an issue where the extension did not work on macOS Ventura and Monterey. See more details here.

This version is only available for the app available in the Mac App Store.

Version 8.3.2

Supported Platforms: iOS | macOS | visionOS

  • [iOS Safari] Fixed an issue where the extension sometimes failed to detect a page load for rules with the Original type. For example, a rule redirecting Reddit to its old domain occasionally didn't work when the user entered the URL in the address bar.
    • To address this, we added another page load event handling in case the extension misses a page load.
    • This issue had occurred since 8.0.0. So far, we have confirmed it only in Safari on iOS, but since it could potentially affect other browsers and the added error handling only applies when a page load is clearly missed, we applied the same change across all browsers.

Version 8.3.1

Supported Platforms: macOS

  • [Firefox] Fixed an issue where the extension didn't handle in-page navigation correctly. This issue caused a problem where the redirection didn't happen on sites like Google Maps, for example.

This version is only available for the extension in Firefox Add-ons (AMO). There is no equivalent version for other browsers or the native app.

Version 8.3.0

Supported Platforms: iOS | macOS | visionOS

  • Now supports navigation to the localized support website. For example, Japanese users are directed to the Japanese version of the site.
  • Fixed an issue where the QuickLook preview was not displaying correctly.
  • [macOS] Fixed an issue where JSON files couldn't be opened by dragging and dropping them onto the app icon in the dock.
  • Tweaked translations.

Version 8.2.1

Supported Platforms: macOS

  • [macOS] Fixed an issue where extensions for Firefox couldn't connect to the Redirect Web app. The problem occurred when the folder for manifest files of native messaging hosts didn't exist. Mozilla considers it the browser’s responsibility to create this folder, but they haven't done so as noted in their 8-year-old bug report. To address this, we added a check that creates the folder if it's missing. This fallback mechanism is applied to all supported browsers just in case.

Version 8.1.1

Supported Platforms: iOS | macOS | visionOS

  • [Mac] Fixed a crash that occurred when opening a URL in an app that doesn’t support it. For example, the Figma app doesn’t handle https links because they aren’t listed in its Info.plist. Attempting to open https://figma.com/... in Figma via Redirect Web caused the extension to crash. This wasn’t obvious at first because Safari automatically relaunched the extension, but since we now support non-Safari browsers that lack crash recovery, it became a major bug for them.

  • Extension Popup: Fixed that the toggle switches of enabling/disabling the rules were misaligned.

  • [Chrome, Firefox] Extension Popup: Fixed that some texts were too small.