Bump version to 5.0d6. Update appcast.

This commit is contained in:
Brent Simmons 2018-09-10 13:17:52 -07:00
parent 3f0b8a8ce7
commit 50eb09f143
3 changed files with 15 additions and 2 deletions

View File

@ -6,6 +6,19 @@
<description>Most recent NetNewsWire changes with links to updates.</description> <description>Most recent NetNewsWire changes with links to updates.</description>
<language>en</language> <language>en</language>
<item>
<title>NetNewsWire 5.0d6</title>
<description><![CDATA[
<p>Supports Mojave dark mode in the detail view, which should complete dark mode support.</p>
<p>Sidebar: feed and folder names can be edited inline.</p>
]]></description>
<pubDate>Mon, 10 Sep 2018 13:15:00 -0800</pubDate>
<enclosure url="https://ranchero.com/downloads/NetNewsWire5.0d6.zip" sparkle:version="1272" sparkle:shortVersionString="5.0d6" length="7805208" type="application/zip" />
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
</item>
<item> <item>
<title>NetNewsWire 5.0d5</title> <title>NetNewsWire 5.0d5</title>
<description><![CDATA[ <description><![CDATA[

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.0d5</string> <string>5.0d6</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>

View File

@ -38,7 +38,7 @@ class UnreadIndicatorView: NSView {
override func draw(_ dirtyRect: NSRect) { override func draw(_ dirtyRect: NSRect) {
if #available(OSX 10.14, *) { if #available(OSX 10.14, *) {
let color = isEmphasized && isSelected ? NSColor.white : NSColor.controlAccentColor let color = isEmphasized && isSelected ? NSColor.white : NSColor.controlAccent
color.setFill() color.setFill()
} else { } else {
let color = isEmphasized && isSelected ? NSColor.white : NSColor.systemBlue let color = isEmphasized && isSelected ? NSColor.white : NSColor.systemBlue