Skip to content

v0.8.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@lovasoa lovasoa released this 13 Jul 17:08
· 1794 commits to main since this release
8a6c3d2

This is a pre-release for beta-testers

  • Added a new sqlite_extensions configuration parameter to load SQLite extensions. This allows many interesting use cases, such as
  • Breaking: change the order of priority for loading configuration parameters: the environment variables have priority over the configuration file. This makes it easier to tweak the configuration of a SQLPage website when deploying it.
  • Fix the default index page in MySQL. Fixes #23.
  • Add a new map component to display a map with markers on it. Useful to display geographic data from PostGIS or Spatialite.
  • Add a new icon attribute to the table component to display icons in the table.