• - Fix a bug with zero values being displayed with a non-zero height in stacked bar charts.

    frostbyte_neo released this 2025-06-02 19:07:06 +00:00

    • Updated dependencies, including the embedded SQLite database.
    • Release binaries are now dynamically linked again, but use GLIBC 2.28 (released in 2018), with is compatible with older linux distributions.
    • fixes an issue introduced in 0.35 where custom SQLite extension loading would not work.
    • When an user requests a page that does not exist (and the site owner did not provide a custom 404.sql file), we now serve a nice visual 404 web page instead of the ugly textual message and the verbose log messages we used to have.
      • screenshot 404
      • still returns plain text 404 for non-HTML requests
    • Rich text editor: implement a readonly mode, activated when the field is not editable
    • chart: remove automatic sorting of categories. Values are now displayed in the order they are returned by the query.
    Downloads