Skip to content

Releases: LAHSHackClub/publish

Publish v3.1

21 May 05:06
Compare
Choose a tag to compare
  • Improves user-facing stability by adding client-side logging (essentially just the server logs copied over)
  • Adds ability to set database IDs to be cached from Notion, by using a dynamicDatabase property in clubs.ts to use a Database to have More Databases:tm:.
  • Adds README detailing API & setup, quirks, and such.

Publish v3.0

05 May 03:11
Compare
Choose a tag to compare
  • 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

Publish v2.1

17 Jan 07:07
Compare
Choose a tag to compare
  • Upgrade to [email protected] to fix external media publishing error
  • Concise node logging in resize module for better log browsing
  • Updated LAHS GET database list

Publish v2.0

06 Jan 05:52
85ec5d2
Compare
Choose a tag to compare
  • Use notion_flatten v0.3.0 schema for API respones in meta, cache, etc. files.
  • Added new small styled widget (/small.html)
  • Fixed build copying node_modules folder, breaking x-plat builds

Publish v1.0

21 Nov 09:17
Compare
Choose a tag to compare

Publish integration v1.0

  • Stable deployment
  • File caching with auto uuid
  • Database meta caching
  • Won't re-cache if already up to date
  • Deploy widget for individual workspaces