Releases: yannbolliger/notion-exporter
Releases · yannbolliger/notion-exporter
v0.6.2
- Update np dep. 2617a17
- fix: poll interval to request Notion (#9) 5e0ae46 (thx to @telekosmos)
v0.6.1
- FIX: Always set recursive flag in request 699338e
v0.6.0
New features
Breaking changes
- Default timezone that gets passed to the Notion API is now
UTC
.
v0.5.0
v0.4.1
- Still export everything from DB. 35026ce
v0.4.0
Breaking changes
This release fixes the problem that the ZIP download now also requires a Cookie. See the updated README for the new Cookie
v0.3.2
A Notion export task can also be in state not_started
. This fix treats that state the same as in_progress
instead of aborting the export.
- fix: add not started state to waiting 83ce5c4
v0.3.1
v0.3.0
- Extract block Ids from Notion URLs.
v0.2.0
Adapts to a change of schema in the internal Notion JSON API.
Older versions of this tool stopped working, you need to update.