Skip to content

Releases: bitpiston/rss-button-for-safari

v1.7.3

31 Jan 03:55
71c6dcf
Compare
Choose a tag to compare
  • Bug fix: Replaces old url parsing with URL() which should fix some relative URL issue and be all around reliable with base nodes.
  • Improvement: Adds support to open applications via URI scheme from Custom URL option.

v1.7.2

22 Nov 19:07
e8bf93e
Compare
Choose a tag to compare

Bug fix: Prevent defaulting to Safari for the news reader as RSS support was dropped in Safari 6. This could occur on older user profiles that have retained their launch services settings through macOS migrations and upgrades where Safari was previously set as the default.

v1.7.1

15 Oct 00:56
c93d8df
Compare
Choose a tag to compare
  • Bug fix: Prevent defaulting to Apple Mail for the news reader as RSS support was dropped in Mountain Lion. This could occur on older user profiles that have retained their launch services settings through macOS migrations and upgrades where Apple Mail was previously set as the default.

v1.7

14 Sep 03:17
c404344
Compare
Choose a tag to compare
  • Bug fix: correct popover no longer resizing reliably to accommodate the length of feeds.
  • Bug fix: remove Minimal Reader support as they have shut down and the website no longer exists.
  • Improvement: add support for RDF feeds (application/rdf+xml).
  • Improvement: add fallback detection for application/xml and application/json for feeds with incorrect mime types.
  • Improvement: support for macOS 12 Monterey (replace NSWorkspace.open calls deprecated in macOS 11 Big Sur).
  • Improvement: update known compatible and incompatible news reader applications list (Newsify & An Otter RSS incompatible).

v1.6.3

15 Jan 20:33
Compare
Choose a tag to compare
  • No longer look for application/json alternates as its commonly used by WordPress for REST API endpoints
  • Use Safari Services to open RSS web services so webkit nightlies and Safari Technology Preview don't open in Safari
  • Add open feed in new window option to context menu

v1.6.2

15 Dec 03:24
Compare
Choose a tag to compare

Fix display issue introducing extra spacing in the popover menu.

v1.6.1

08 Dec 05:08
Compare
Choose a tag to compare

Adds support for M1 powered Macs and macOS 11 Big Sur.

v1.6

01 Oct 08:37
Compare
Choose a tag to compare
  • Add feeder.co preset
  • Add Feed Wrangler preset
  • Fixed issue populating list of news readers when the saved news reader is uninstalled
  • Add continuous polling on the active tab to detect changes to available RSS feeds for SPAs
  • Add error message for unknown extension state (presumably failed installation on first run)

v1.5.3

19 May 22:41
Compare
Choose a tag to compare

Fix error parsing base element when determining the full URL for root relative feeds.

v1.5.2

27 Mar 02:27
Compare
Choose a tag to compare
  • Fixes an issue where old feeds may appear in the popover menu.
  • Reverts previous changes to state management and instead uses a brief polling period to work around site's modifying history state / changing URL after document ready.