OpenClockwork v1.0.0
OpenClockwork v1.0.0
Highlights
- First stable OpenClockwork release with documented, versioned updates.
- HR administrators can review and export working times independently of the
project feature, so the report remains available when projects are unused. - Production deployments can pin versioned API and web images from GHCR.
Upgrade notes
- Back up PostgreSQL and request attachments before upgrading.
- Set
OPENCLOCKWORK_VERSION=1.0.0and follow the
upgrade guide. - Existing production volumes are retained; do not use
docker compose down -v.
Database migrations
This release does not add a database schema migration. The API still runs
prisma migrate deploy on startup so existing installations receive any
pending committed migrations without a reset.
Breaking changes
None.
Docker images
ghcr.io/patrickschiller/openclockwork-api:1.0.0ghcr.io/patrickschiller/openclockwork-web:1.0.0
Known issues
None known.
What's Changed
Features
- feat: add working-time reports and stable releases by @patrickschiller in #17
Other changes
- docs: add OpenClockwork agent guidelines by @patrickschiller in #9
- Fix Docker web port defaults by @patrickschiller in #10
- Strengthen ER model integrity by @patrickschiller in #11
- Add chess clock logo and favicon by @patrickschiller in #12
- chore: update vulnerable dependencies by @patrickschiller in #13
- Update GitHub funding model with username by @patrickschiller in #16
Full Changelog: https://github.com/patrickschiller/openclockwork/commits/v1.0.0