Miniflux 2.2.14

Release date:

Changes

New Features

Improvements & Refactoring

Tests

Bug Fixes

Documentation

Build & CI

Additional Notes

If you are seeing this Postgres error: Error: pq: must be owner of extension hstore, you can fix it by running the following SQL command as a superuser for the Miniflux database:

DROP EXTENSION hstore;

This error means you initially created the hstore extension as a different database user than the one you are currently using for Miniflux.

For more details, look at the Git commit history.

Attachments