Changelog
August 6, 2026 ยท View on GitHub
[1.0.4] - 2026-08-06
Added
- Plugin icon (
assets/icon.png), declared in the manifest so the registry and the Tabularis catalogue can show it.
Fixed
- Release asset renamed from
tabularis-csv-plugin.ziptotabularis-csv-plugin-<version>-universal.zip. The Tabularium registry maps release assets to platforms by filename suffix, so the unsuffixed zip was ingested with no platform assets and the plugin showed as unavailable in Tabularis on every OS.
[1.0.1] - 2026-02-25
Fixed
manifest.json: renamedhas_lengthโrequires_length/requires_precisionto match the TabularisDataTypeInfostruct. Previously the plugin silently failed to register after installation.
[1.0.0] - 2026-02-25
Added
- Initial release.
- Load any folder of
.csv/.tsvfiles as a Tabularis database. - Auto-delimiter detection (
,;\t|) viacsv.Sniffer. - Full SQL query execution via in-memory SQLite.
- Schema inspection:
get_tables,get_columns. - Batch methods for ER diagram support:
get_schema_snapshot,get_all_columns_batch. sync.shfor local development installs.