release 2.7.1-beta
Pre-releaseupdates feed: https://xyrio.github.io/RSSOwlnix-site/updates.rss
changelog: https://github.com/Xyrio/RSSOwlnix/blob/master/CHANGELOG.md
installing addons and translation: https://github.com/Xyrio/RSSOwlnix/wiki/How-To-Install-Addons-or-Translations
moving old data over
previous versions: @user.home/.rssowl2 or @user.home/.rssowl2-beta
copy stuff over to @user.home/.rssowlnix-beta
(you can start rssowlnix first to have it create the folder then empty it and copy stuff over)
mac
after unzipping you may need to remove extended attributes on mac:
xattr -c RSSOwlnix.app
and/or set executable flag (for current or all users)
for current user:
chmod +x RSSOwlnix.app/Contents/MacOS/RSSOwlnix
for all users:
chmod a+x RSSOwlnix.app/Contents/MacOS/RSSOwlnix
see #4