This document lists all notable changes to the functionality of Airsequel.
Our version numbers are based on the Haskell package versioning policy.
Edit database schema via UI
Button on landing page to create new database from scratch
Support adding, renaming and deleting tables
Support adding, renaming, and deleting columns
Support renaming a database
Allow SQL write queries in Free edition
Add dashboards with 3 chart types
Improve spreadsheet UI
Add new column type “single-select”
Collapsible columns for better overview in big tables
Automatically picks unused rowid name (one of rowid
, _rowid_
, or oid
)
Improve SQL editor
Encode column names with Double-X-Encoding to allow any Unicode string as name
Check out our announcement blog post for the Double-X-Encoding for more information.
New and overhauled documentation page at docs.airsequel.com
New database settings page
Add environment setting and show badge next to Airsequel logo with current environment
Add button to regenerate the database ID
Extend example database with views and dashboards
Confirmation dialog for all destructive actions
Better error handling and error popups