From 685ce16c85eea9c4f11586ea99c9a84aca382bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 9 Jun 2016 09:31:36 +0200 Subject: [PATCH] Preparing release of 1.2.12 (part three) Forgot to add the news category of the blog to the announcement plugin and also updated the list of patrons again. --- SUPPORTERS.md | 1 + src/octoprint/plugins/announcements/__init__.py | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/SUPPORTERS.md b/SUPPORTERS.md index fef00f79..a49b3375 100644 --- a/SUPPORTERS.md +++ b/SUPPORTERS.md @@ -41,6 +41,7 @@ thanks to everyone who contributed! * Mark Qvist * Mark Walker * Masayoshi Mitsui + * Michael McDargh * Miguel Angel Salmeron * Mikey * Miles Flavel diff --git a/src/octoprint/plugins/announcements/__init__.py b/src/octoprint/plugins/announcements/__init__.py index d7b1fa67..ce8101dc 100644 --- a/src/octoprint/plugins/announcements/__init__.py +++ b/src/octoprint/plugins/announcements/__init__.py @@ -49,6 +49,10 @@ class AnnouncementPlugin(octoprint.plugin.AssetPlugin, type="rss", url="http://octoprint.org/feeds/important.xml", read_until=1449446400), + _news=dict(name="OctoPrint News", + priority=2, + type="rss", + url="http://octoprint.org/feeds/news.xml"), _releases=dict(name="OctoPrint Release Announcements", priority=2, type="rss",