• v2.0 7b325dc19e

    v2 Stable

    danieljsummers released this 2023-02-26 18:01:21 +00:00 | 9 commits to main since this release

    This is the first public release of v 2.0! It contains the following changes as compared with v2-rc2:

    New Behavior

    • The PostgreSQL data implementation now uses a document-style store; see notes below for migrating existing data.
    • Both .NET 6 and .NET 7 runtimes are supported on both Windows and Linux (x64). The application itself uses v7 libraries.
    • The htmx library provided by "auto htmx" moves to v1.8.5.

    Bug fixes

    • Messages are now returned from theme uploads, whether they were successful or encountered errors (#28)
    • The "back" link from the RSS settings page was broken due to admin area rearranging for RC2; it has been fixed (#34)
    • The list of pages in the admin area was not handling paging correctly; this has been remedied (#35)

    Upgrading

    Upgrading from v2-rc2 to v2 follows the standard upgrade procedure. For RethinkDB and SQLite data stores, no special processing is required. PostgreSQL users will need to use a backup / upgrade / restore process detailed on the project site.

    Downloads