home / content

releases

5 rows where repo = 243710733

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target_commitish, 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
24168305 https://github.com/simonw/datasette-ics/releases/tag/0.3a simonw 9599 MDc6UmVsZWFzZTI0MTY4MzA1 0.3a master 0.3a 0 0 2020-02-28T22:50:20Z 2020-03-03T12:38:09Z Timezone support datasette-ics 243710733    
27016929 https://github.com/simonw/datasette-ics/releases/tag/0.4 simonw 9599 MDc6UmVsZWFzZTI3MDE2OTI5 0.4 master 0.4 0 0 2020-05-29T04:02:22Z 2020-05-29T04:06:57Z - First non-alpha release - Now depends on [Datasette 0.43](https://datasette.readthedocs.io/en/stable/changelog.html#v0-43), using new register_output_renderer plugin hook design - Bumped to [ics 0.7](https://github.com/C4ptainCrunch/ics.py/releases/tag/v0.7) - Calendar titles now use `X-WR-CALNAME` - #4 - Use canned query title for the calendar title, if available - #3 - Only show `.ics` link if the query returns the correct titles - #2 datasette-ics 243710733    
31289946 https://github.com/simonw/datasette-ics/releases/tag/0.5 simonw 9599 MDc6UmVsZWFzZTMxMjg5OTQ2 0.5 main 0.5 0 0 2020-09-14T22:18:36Z 2020-09-14T22:19:06Z - Now depends on Datasette 0.49. datasette-ics 243710733    
69197989 https://github.com/simonw/datasette-ics/releases/tag/0.5.1 simonw 9599 RE_kwDODoa7Dc4EH-Cl 0.5.1 main 0.5.1 0 0 2022-06-10T22:52:34Z 2022-06-10T22:54:54Z - Added [live demo](https://github.com/simonw/datasette-ics/blob/0.5.1/README.md#demo) and screenshot to the documentation. [#5](https://github.com/simonw/datasette-ics/issues/5) datasette-ics 243710733    
71758845 https://github.com/simonw/datasette-ics/releases/tag/0.5.2 simonw 9599 RE_kwDODoa7Dc4ERvP9 0.5.2 main 0.5.2 0 0 2022-07-12T02:07:12Z 2022-07-12T02:08:11Z - Fix `ImportError` bug by upgrading to `ics` 0.7.2. [#6](https://github.com/simonw/datasette-ics/issues/6) datasette-ics 243710733    

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 18.482ms