ViennaRSS / vienna-rss

Vienna is a free and open-source RSS/Atom newsreader for macOS.
https://www.vienna-rss.com
Apache License 2.0
1.85k stars 227 forks source link

Replace deprecated SF Symbols system image #1825

Closed barijaona closed 1 month ago

barijaona commented 1 month ago

arrow.triangle.2.circlepath is deprecated in SanFrancisco Symbols 6.

Eitot commented 1 month ago

The SF Symbol itself is still there, but its name has changed from arrow.triangle.2.circlepath to arrow.trianglehead.2.clockwise.rotate.90 in macOS 15.

I'd like to propose a different solution that avoids adding a new image file and keeps the original image for older macOS versions. We can just add more fallback code instead. See my feature/sf-symbol-warning branch.

barijaona commented 1 month ago

I am OK with your fallback code, but I prefer using arrow.trianglehead.2.counterclockwise from macOS 15 onwards. It seems more meaningful to me: we pull new articles from the server, then update their status as read and/or starred.

barijaona commented 1 month ago

Replaced with #1827