- Fixed issue where inserting new rows results in "Could not open database" problem
- Fixed bug where edit page would crash with values exceeding 5000 characters
- Added more data types to the ParseValue method
- Fixed issue where columns with type INTEGER would return unknown instead of the actual value
- Fixed issue where table view would crash if values were null
- Introduced better way to parse values based on column type
- Added error message to indicate no column names are found
- Added TRUNCATE function to table view
- Added DROP function to table view
- Added TRUNCATE/DROP all tables function to index view
- Added check to only run when debugger is attached
- Added GitHub Actions workflow
- Add new row button is hidden when no data exists (because no columns can be loaded)
- Added prepared statements for safer queries
- Fixed styling not being applied
- Updated styling
- Moved to custom SQLite wrapper
- Removed System.Data.SQLite dependency
- Added compatibility with all MAUI build platforms
- Added README and LICENSE
- Initial release with basic functionality