**Please note that there was an update to the upgrade.sh script in this release, so unfortunately you may need to run the upgrade command multiple times until you get no errors. Possibly 3 or 4 times. I know this is messy and apologize for that. If you have any trouble please post to the Freedom Controller/SOPML google group linked at the bottom.
New Feature: Editor Blog Feed
There is now a separate feed that gets built each time you publish an item to your microblog from the editor. This feed only contains items that were published to your microblog from the editor. This is sort of a poor man's way to have a blog feed along side your microblog feed.
The blog feed url is the same as your microblog feed, except it ends with "blog.rss" instead of "microblog.rss".
New Feature: Facebook Instant Article support in microblog feed
The proper extra content:encoded material is now in the microblog and blog rss feeds.
Combined with the new blog feed, this would be a good way to publish to Facebook.
New Feature: IPFS now supported in the editor
If you have the IPFS client installed on the server, the editor will add outlines you save to IPFS and return a hash for it. The hash will be tracked with the outline and change each time it does.
For installing IPFS, see instructions here. I suggest running it in a detached screen at boot time with:
prompt#> screen -dm ipfs daemon
Improvements
- Multi-line "code" node types in the editor now supported
- Better spacing in html output of editor
- There is now a side scrollbar in the feed pane on the river page
- Cartulizing proxied feed urls
- Periodic attempt to fix bad and relative feed urls
- Better media handling when dropping files in the editor.
Bug Fixes
- Don't allow system fqdn to be an rhost
- Multiple uploads in the editor with same filename were getting clobbered
- Youtube iframes in the river are now correctly https
- Multiple aggregator bugs fixed
- Newsfeed table url field not properly indexed
- Fix followthrough when using 2-factor auth
- Relative feed urls now get fixed in the feed subscriber
- Fix CTRL+, triggering safari prefs
- Fixed ATOM links with no rel attribute
- Fix issue with un-stickying not removing all the html of the post
If there are any bugs please post them here in the comments, or in the Freedom Controller google group.