home / content

releases

8 rows where repo = 335175637

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), published_at (date)

id ▼ html_url author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
37217454 https://github.com/simonw/datasette-tiles/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTM3MjE3NDU0 0.1 main 0.1 0 0 2021-02-02T06:46:18Z 2021-02-02T06:47:44Z - Initial working version, with tile serving and tile explorer. #1 datasette-tiles 335175637    
37217972 https://github.com/simonw/datasette-tiles/releases/tag/0.1.1 simonw 9599 MDc6UmVsZWFzZTM3MjE3OTcy 0.1.1 main 0.1.1 0 0 2021-02-02T07:01:06Z 2021-02-02T07:05:04Z - Improved README and live demo. #2 datasette-tiles 335175637    
37258629 https://github.com/simonw/datasette-tiles/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTM3MjU4NjI5 0.2 main 0.2 0 0 2021-02-02T19:53:28Z 2021-02-02T19:54:11Z - Table and database action menu items linking to the tile explorer. #4 datasette-tiles 335175637    
37267269 https://github.com/simonw/datasette-tiles/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTM3MjY3MjY5 0.3 main 0.3 0 0 2021-02-02T23:40:10Z 2021-02-02T23:41:32Z - Attribution is now shown on the tile explorer page if it is included in the `metadata` table. #6 datasette-tiles 335175637    
37323128 https://github.com/simonw/datasette-tiles/releases/tag/0.4 simonw 9599 MDc6UmVsZWFzZTM3MzIzMTI4 0.4 main 0.4 0 0 2021-02-03T22:21:57Z 2021-02-03T22:24:18Z - New `/-/tiles-stack` mechanism for serving tiles from multiple databases. #8 - `"tiles-stack-order"` plugin setting, for controlling the order in which tiles are served from the stack. - Tile explorer page now also displays metadata for that tile database. #7 - Tile explorer uses name from metadata if it is available, and provides links to the database and table pages. - Tile 404s are now served as blank PNGs. #9 - Renamed templates from `mbtiles_*.html` to `tiles_*.html`. #10 datasette-tiles 335175637    
37369670 https://github.com/simonw/datasette-tiles/releases/tag/0.5 simonw 9599 MDc6UmVsZWFzZTM3MzY5Njcw 0.5 main 0.5 0 0 2021-02-04T18:15:13Z 2021-02-04T18:16:52Z - Tile explorer interface now works without JavaScript! Thanks, [Matthew Somerville](https://github.com/dracos). [#14](https://github.com/simonw/datasette-tiles/issues/14) datasette-tiles 335175637    
37893791 https://github.com/simonw/datasette-tiles/releases/tag/0.6 simonw 9599 MDc6UmVsZWFzZTM3ODkzNzkx 0.6 main 0.6 0 0 2021-02-11T00:22:12Z 2021-02-11T00:25:56Z **This release breaks backwards compatibility** if you are using this as a tile server. Map tiles served by `/-/tiles/...` now use the OpenStreetMap coordinate system, where y=0 references the upper-most tile on the map. If you wish to continue using the TMS coordinate system you should switch to `/-/tiles-tms/...` instead. See [Tile coordinate systems](https://github.com/simonw/datasette-tiles/blob/0.6/README.md#tile-coordinate-systems) for more details. - Support both OSM and TMS coordinate systems, use OSM by default. [#15](https://github.com/simonw/datasette-tiles/issues/15) - Hide non-JavaScript map as soon as the JavaScript loads in the tile explorer. [#21](https://github.com/simonw/datasette-tiles/issues/21) datasette-tiles 335175637    
37894101 https://github.com/simonw/datasette-tiles/releases/tag/0.6.1 simonw 9599 MDc6UmVsZWFzZTM3ODk0MTAx 0.6.1 main 0.6.1 0 0 2021-02-11T00:39:16Z 2021-02-11T00:40:11Z - Fixed bug introduced in 0.6 which caused the non-JavaScript tile explorer to display incorrectly. [#22](https://github.com/simonw/datasette-tiles/issues/22) datasette-tiles 335175637    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 38.522ms