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
e54cb902955f6c0bafbf099afc9617ca675a3de4
NetNewsWire
/
Mac
/
MainWindow
T
History
Brent Simmons
1d45796220
Merge mac-release.
2019-10-17 22:11:35 -07:00
..
AddFeed
…
AddFolder
…
Detail
Change javascript event handlers to use event.target.matches instead of walking the dom to install event handlers
2019-10-15 09:04:21 -05:00
Keyboard
…
NNW3
Make importing NetNewsWire 3 subscriptions a one-step process — use an accessory view in the NSOpenPanel. Also: refactor to use immutable structs instead of classes; use static methods on structs; reduce API surface; don’t flatten sub-folders (let the OPML importer handle the flattening, which it already does).
2019-10-17 13:25:11 -07:00
OPML
…
Sidebar
Double clicking a feed in the side bar opens the feed's homepage in the browser. Issue
#1099
2019-10-05 11:44:21 +10:00
Timeline
Fix build error in FetchRequestQueue.
2019-10-13 22:19:49 -07:00
ArticleExtractorButton.swift
…
MainWindowController.swift
Allow article extractor to be tried again after Mercury parser failure
2019-10-04 07:55:42 -05:00
SharingServiceDelegate.swift
…
SharingServicePickerDelegate.swift
…