diff --git a/.circleci/config.yml b/.circleci/config.yml
new file mode 100644
index 000000000..1f32a4fa1
--- /dev/null
+++ b/.circleci/config.yml
@@ -0,0 +1,58 @@
+# iOS CircleCI 2.0 configuration file
+#
+version: 2
+jobs:
+ build:
+
+ # Specify the Xcode version to use
+ macos:
+ xcode: "10.2.1"
+ # https://circleci.com/docs/2.0/configuration-reference/
+
+ # Mac/IOS specific examples and docs under the following links:
+ # https://circleci.com/docs/2.0/hello-world-macos/
+
+ steps:
+ - checkout
+ - run: git submodule sync
+ - run: git submodule update --init
+ # Commands will execute in macOS container
+ # with Xcode 10.2.1 installed
+ - run: xcodebuild -version
+ #- run:
+ # name: get xcodebuild build options
+ # command: xcodebuild -help
+ - run:
+ name: get xcodebuild build settings
+ command: xcodebuild -showBuildSettings
+
+ - run:
+ name: force wipe of any pre-existing derived data in CI
+ command: rm -rf /Users/distiller/Library/Developer/Xcode/DerivedData/NetNewsWire-*
+
+ # Build the app and run tests
+ - run:
+ name: Build Mac
+ command: xcodebuild -workspace NetNewsWire.xcworkspace -scheme NetNewsWire -configuration Debug -showBuildTimingSummary
+ # NOTE(heckj):
+ # the -configuration Release build invokes a shell script specifically
+ # codesigning the Sparkle pieces with the developer 'Brent Simmons',
+ # so we don't try and invoke that in CI
+ #
+
+ # the stuff below is from example that was using fastlane
+ # (and we're not using that...) so it's placeholder tidbits
+ # to clue me in to where I can get things for test log output
+ # for the CircleCI UI exposure...
+
+ # Collect XML test results data to show in the UI,
+ # and save the same XML files under test-results folder
+ # in the Artifacts tab
+ #- store_test_results:
+ # path: test_output/report.xml
+ #- store_artifacts:
+ # path: /tmp/test-results
+ # destination: scan-test-results
+ #- store_artifacts:
+ # path: ~/Library/Logs/scan
+ # destination: scan-logs
diff --git a/Appcasts/netnewswire-beta.xml b/Appcasts/netnewswire-beta.xml
index 49ec6b42e..691906ae5 100755
--- a/Appcasts/netnewswire-beta.xml
+++ b/Appcasts/netnewswire-beta.xml
@@ -6,6 +6,58 @@
Fixed a crash that could happen when finding a feed.
+Skip showing error dialogs on automatic refreshes.
+Immediately show the refresh progress bar when an OPML import to Feedbin starts.
+Add ellipsis to Import from OPML and Export to OPML buttons.
+ ]]> +The Mark as Read command in the Article menu now turns into Mark as Unread at the appropriate times.
+Feedbin syncing: send locally changed statuses before downloading statuses from the server.
+Feedbin syncing: fix bug renaming a folder that has no feeds.
+Feedbin syncing: fixed a bunch of accuracy and reliability issues, and a crashing bug.
+Fixed issue where local account feed finder could lock UI in the case of an error.
+ ]]>Fixed a crashing bug with parsing a response from Feedbin. (Totally our fault, not Feedbin’s fault.)
+Show avatars from Micro.blog feeds with multiple authors (such as your personal timeline feed).
+Made OPML import to the On My Mac account way faster.
+The Today smart feed now updates when the day changes.
+You can now drag and drop in the sidebar between accounts.
+Made the default file name for OPML exports “Subscriptions-[accountName].opml”
+Add explanation text to Account preferences for the Name field. (It’s just a display name and doesn’t affect authentication.)
+Fixed several bugs with Feedbin syncing — it’s now more reliable. (We know of no remaining sync bugs, though of course there might be some.)
+Added a placeholder web page for the Help book.
+New app icon! But it might take a while for your Mac to notice and put in the Dock. (I wish we could speed that up, but it’s out of our control.)
+ ]]>