• v1.3.1 0ed7dd9fc8

    v1.3.1 Stable

    Homer released this 2026-09-25 22:59:30 +00:00 | 1 commits to main since this release

    • Fixed: updating to 1.2.0 or later broke every page that lists models, with
      a 500 and nothing but the error page to show for it. The per-model reasoning
      effort list added in 1.2.0 was the first list-shaped setting this application
      had ever added to a table that already had rows in it, and the code that fills
      in such a column on existing rows could not tell a list from a dictionary — so
      it wrote the wrong kind of empty value into every model, and reading one back
      raised rather than returning nothing.

      A fresh install was never affected, which is exactly why it was not caught:
      the column is only filled in that way on a database that already existed.

      This release both stops it happening and puts right the rows already
      written
      , on start, with nothing to run by hand. If your instance is showing
      the error page, updating is the whole fix.

    Downloads