Skip to content

Clepsydre Stable v1.2.0

Latest

Choose a tag to compare

@jeremyrambaud jeremyrambaud released this 07 Jun 14:51
· 1 commit to main since this release

1.2.0 (2026-06-07)

Bug Fixes

  • fix static-fn-middleware browser errors (bf92be1)
  • replace BASE_PATH with VITE_BASE_PATH for consistent environment variable usage (552194f)
  • update BASE_URL to BASE_PATH for consistent environment variable usage (9cb87bd)
  • update environment variable references from VITE_BASE_PATH to BASE_URL for consistency (1f42b23)
  • update semantic release workflow to include 'main' branch for deployment (eeee269)

Features

  • added option to disable imputation ona different ticket (7a88365)
  • implement fetchLatestRelease function to retrieve latest GitHub release data (71c9f30)
  • implement staticFunctionMiddleware to handle sub-paths for static server functions (6f5c7ca)