Skip to content

Releases: simonw/datasette-write

0.4

04 Sep 04:49
Compare
Choose a tag to compare
  • Database write page URLs are now /db/-/write, the old /-/write?database=db page redirects to the new location. #12
  • Removed the application menu item so as not to duplicate the database action item.
  • New row action menu item (on Datasette 1.0a13 and higher) linking to a SQL query to edit the current values of that row. #10
  • Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. datasette#2417

0.3.2

18 Mar 16:45
Compare
Choose a tag to compare
  • Removed unnecessary print() debug statement.

0.3.1

14 Mar 02:35
Compare
Choose a tag to compare
  • Added a description to the database action menu item for Datasette 1.0a13 and higher.

0.3

27 Feb 22:48
Compare
Choose a tag to compare
0.3
  • Can now be used with parameterized queries, which get converted into form fields - insert into foo (name) values (:name) for example. Parameters ending in _textarea will be rendered as multi-line textareas. #7
  • Fix for cosmetic bug when installed alongside datasette-template-sql. #6

0.2

11 Sep 06:03
Compare
Choose a tag to compare
0.2
  • Support for Datasette base_url setting, thanks @brandonrobertz. #4
  • Menu links plus new /-/write?database=foo parameter. #5
  • Tables and views are now shown on the /-/write page
  • alter, create and drop queries now show a more meaningful completion message. #3

0.1

01 Jul 23:47
Compare
Choose a tag to compare
0.1
  • First non-alpha release
  • Depends on Datasette 0.45

0.1a

29 Jun 03:45
Compare
Choose a tag to compare
0.1a Pre-release
Pre-release

First working version.