Skip to content

v2

Compare
Choose a tag to compare
@danieljsummers danieljsummers released this 26 Feb 19:21
· 2 commits to main since this release
7b325dc

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.