Releases: LAHSHackClub/publish
Releases · LAHSHackClub/publish
Publish v3.1
- 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
- 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
, whereimage-id
is obtained from the json inexample.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 asitem.original
property in database cache - Bump Deno version
Publish v2.1
- 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
- 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
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