What is changing for you?
https://app.miniflux.net/
https://app.miniflux.net/fever/
If you have any problem, send an email to support@miniflux.net
Thank you for your understanding
]]>Until now, Miniflux was designed to work for only one user. Handling multiple users was possible by using a workaround that consists to create a Sqlite database for each user.
Now, the database schema and the code base have been modified to handle several users with only one database. Moreover, Miniflux supports Postgresql in addition to Sqlite.
Using Postgres could avoid some potential issues when the concurrency on the database is too high (locking problems). That also facilitates the deployment of Miniflux to some cloud providers that does not allow software to store persistent data on the local file system.
To import your old database to the new database format, use this script:
php scripts/migrate-db.php --sqlite-db=/path/to/my/db.sqlite --admin=1
All username must be unique
Thanks to all contributors!
]]>Thanks to all contributors!
]]>Thanks to all contributors!
]]>Thanks to all contributors!
]]>Don't forget to change the origin url for contributors:
git remote set-url origin https://github.com/miniflux/miniflux.git
]]>It's now possible to sync Miniflux bookmarks with external services: Instapaper and Pinboard.
You can list your own projects on the Miniflux's README, just send a pull-request through Github.
Special thanks to the contributor Mathias Kresin who make many patches and improvements to the code.
Thanks to translators, contributors and everybody that give feedbacks/bug reports.
]]>A first experimental version of the Fever API have been implemented.
The goal of this feature is to be able to use existing mobile and desktop clients with Miniflux. It's also interesting for reading your feeds offline.
The API have been tested with Reeder 2 (OSX version) and Press (Android).
Here an example with Reeder 2 (desktop):
More information available on the Fever documentation page.
When you add a new feed or edit an existing feed you can force the RTL mode. The content will be displayed correctly regardless of the language specified in the RSS feed.
Each subscription can be modified, disabled or removed from this page.
A Dockerfile is available in the repository. You can build your own image of Miniflux.
There is also many bug fixes and code cleanup.
Thanks to all contributors!
]]>Note: Only the original theme is maintained by myself, other themes come from contributors.
Thanks to all contributors
]]>