This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d45347250ae8f854da8e5822e40eedbf3a743d0a
NetNewsWire
/
Frameworks
History
Brent Simmons
0221eda956
Add Node.existingOrNewChildNode — recycles an existing node. Creates a new node only when needed.
2017-12-16 11:15:36 -08:00
..
Account
Fix OPML import performance regression.
Fix
#238
.
2017-12-11 23:12:54 -08:00
Data
Save feed.authors.
2017-12-02 14:20:58 -08:00
Database
Fetch all unread counts at startup. This is done with a single SQL call, and it’s done in the background, so performance hit should not be noticeable.
Fix
#138
.
2017-12-03 11:57:53 -08:00
DB5
…
RSCore
Replace Objective-C RSBinaryCache with Swift BinaryDiskCache in RSCore.
2017-11-24 13:10:22 -08:00
RSDatabase
…
RSFeedFinder
Fix a memory leak that happened every time you added a feed. Use a weak delegate to avoid a retain cycle.
2017-12-13 21:19:12 -08:00
RSParser
Define string constants in JSONFeedParser rather than using literals all over the place. Also: remove a no-longer-needed do/try/catch.
2017-12-10 13:56:40 -08:00
RSTextDrawing
Do quite a bit less work on resizing the timeline.
Fix
#175
.
2017-12-02 22:18:43 -08:00
RSTree
Add Node.existingOrNewChildNode — recycles an existing node. Creates a new node only when needed.
2017-12-16 11:15:36 -08:00
RSWeb
Clean up DownloadWithCacheManager’s cache at most every five minutes — it’s very expensive to do it on every request. This dramatically helps sidebar scrolling performance when you have a couple thousand feeds all trying to get their favicons.
2017-12-13 21:18:20 -08:00
Vendor
/Sparkle.framework
…