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.
This commit is contained in:
parent
885b48911e
commit
685ce16c85
2 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ thanks to everyone who contributed!
|
|||
* Mark Qvist
|
||||
* Mark Walker
|
||||
* Masayoshi Mitsui
|
||||
* Michael McDargh
|
||||
* Miguel Angel Salmeron
|
||||
* Mikey
|
||||
* Miles Flavel
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue