This is a major change for the next release of Miniflux.
- There is now only one database that can supports multiple users
- There is no automated schema migration for this release
- A migration procedure is available in the ChangeLog file
The JavaScript build target was rewritten into a more Make-like form
with a real file target and prerequisites.
The old target `js` is kept for backwards compatibility and declared
as "phony".