Skip to content

Publish v3.0

Compare
Choose a tag to compare
@ivynya ivynya released this 05 May 03:11
· 10 commits to main since this release
  • Vastly improves stability and reliability of image caching by executing as a separate step (per database) after downloads have finished
  • Adds an additional step caching images to generate a 4K webp from source file in addition to 600px thumbnail: access the new 4K webp from example.com/view/database-id/image-id.webp, where image-id is obtained from the json in example.com/cache/database-id.json
  • Original content downloaded from Notion is still available in example.com/content/database-id/image-id.image-type and is added as item.original property in database cache
  • Bump Deno version