datasette-apps 0.1a3

Simon Willison's Blog Tools

Summary

Released datasette-apps 0.1a3 with bug fixes for permission handling, including fixing create-app permission bypass and edit permission granting.

No content available
Original Article
View Cached Full Text

Cached at: 06/20/26, 02:29 PM

# Release: datasette-apps 0.1a3 Source: [https://simonwillison.net/2026/Jun/15/datasette-apps-2/](https://simonwillison.net/2026/Jun/15/datasette-apps-2/) > - Fixed a bug where users without the`create\-app`permission could still create apps\.[\#27](https://github.com/datasette/datasette-apps/issues/27) - Fixed a bug where it was impossible to grant permission to edit an app to users who were not the app's owner\. The rules for edit/delete are now the same as view: if the app is private only the owner can modify it, otherwise permission is controlled by Datasette's regular permission system\.[\#29](https://github.com/datasette/datasette-apps/issues/29)

Similar Articles

datasette-apps 0.1a2

Simon Willison's Blog

Datasette-apps 0.1a2 adds app CSP permissions, improved stored query picker with keyboard navigation, and fixes for link modals and full-screen mode.

datasette-apps 0.2a0

Simon Willison's Blog

Datasette Apps 0.2a0 adds app_debug() and app_list() tools, enabling the Datasette Agent to test and edit apps via JavaScript in an invisible iframe.

datasette 1.0a29

Simon Willison's Blog

Datasette 1.0a29 is released with new utility methods, UI improvements for empty tables, and bug fixes including a race condition resolved with help from Codex CLI.

datasette 1.0a31

Simon Willison's Blog

Datasette 1.0a31 introduces the ability to execute write queries and save stored queries (renamed from canned queries) for users with appropriate permissions, enhancing data editing capabilities.

datasette 1.0a28

Simon Willison's Blog

Datasette 1.0a28 alpha release fixes compatibility bugs and resource management issues discovered in the previous alpha, including fixes for execute_write_fn() callbacks, database cleanup methods, and a new pytest plugin for automatic cleanup in tests.