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