From c30646a5ed8fec3906e4a5ce68d9634938d3507f Mon Sep 17 00:00:00 2001 From: "grounds.gg Bot" Date: Sun, 21 Dec 2025 20:40:36 +0100 Subject: [PATCH] chore(main): release cockpit 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68dc8d1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +## [0.1.0](https://github.com/groundsgg/cockpit/compare/cockpit-v0.0.1...cockpit-v0.1.0) (2025-12-21) + + +### Features + +* add authentication via google sso ([edbdc2a](https://github.com/groundsgg/cockpit/commit/edbdc2a81e0459603441f8d9ffe9a632158c3a72)) +* add better-auth postgres backend ([2a5d6f6](https://github.com/groundsgg/cockpit/commit/2a5d6f62e74cf9a1ecb3f93db86dd01f3920d598)) +* add user management page in admin settings ([f55d3ee](https://github.com/groundsgg/cockpit/commit/f55d3ee4025ba17e17f23e24991756b19dd5f05a)) +* implement dark theme and theme toggle ([d168a69](https://github.com/groundsgg/cockpit/commit/d168a696097f0a3ebe05e424f413b29863c9aef9)) +* implement local email login and initial admin user creation ([0fe2cab](https://github.com/groundsgg/cockpit/commit/0fe2cabaa87be84e4f00f22b5c72b23ad1222583)) +* implement locale toggle and translation ([b6cc883](https://github.com/groundsgg/cockpit/commit/b6cc883dfd6a576f69242a989a3a19a97601a4ab)) +* implement sidebar navigation and layout ([5ee80a8](https://github.com/groundsgg/cockpit/commit/5ee80a8c282efa1da2cb5f568a1d90cbdd16bff9)) +* initial project setup ([299e63a](https://github.com/groundsgg/cockpit/commit/299e63a5b698f4b4fbbb67af69474c2b19b007bb)) +* OIDC login and dynamic role and permissions management ([#13](https://github.com/groundsgg/cockpit/issues/13)) ([b4a627c](https://github.com/groundsgg/cockpit/commit/b4a627c8325daf301fde959ba651d6b69ac76a8b)) +* permission caching ([1ddabbd](https://github.com/groundsgg/cockpit/commit/1ddabbd5680ff011f5eb7b548e39f6a7509ad186)) +* show login type in user management and make it sortable ([d41c98c](https://github.com/groundsgg/cockpit/commit/d41c98c57c0a962c600a8ec6866cb6e61e18db4e)) + + +### Bug Fixes + +* add pnpm version to package.json ([75e5205](https://github.com/groundsgg/cockpit/commit/75e520520e59e62c9324259d5fd79722fb7b4a8d)) +* lang assertion in locale validation ([e730320](https://github.com/groundsgg/cockpit/commit/e730320d898df84e6f64933f4f1270ffd3deb3a0)) +* linting errors and improve code quality ([540bed2](https://github.com/groundsgg/cockpit/commit/540bed21fa968315067dd3ea7a5042fc82d36671)) +* optimize docker build ([6ff9dc5](https://github.com/groundsgg/cockpit/commit/6ff9dc5e6c616450bb74c2448e2369cfbba718d1)) +* refactor admin settings tabs ([e1a566c](https://github.com/groundsgg/cockpit/commit/e1a566ca578137671b239a313acc237ba86bf359)) +* resolve issues with Prisma Client generated code in v7 ([cbad085](https://github.com/groundsgg/cockpit/commit/cbad085d6df64727fd29cae5c651664a5efe77e5)) +* translate support section in sidebar ([e60ae46](https://github.com/groundsgg/cockpit/commit/e60ae4696bb24f925d323dd309c212627f0b4a4d)) +* update package manager to pnpm@10.24.0 ([f629e36](https://github.com/groundsgg/cockpit/commit/f629e362322c12f875b8a28dff47342ff1d84ef8)) +* update prisma to v7 ([5c623b9](https://github.com/groundsgg/cockpit/commit/5c623b9bfb3acfb8e7a4b4d3bfe96cade0381dcb)) +* use arrow instead of slash in breadcrumb ([a87ba5f](https://github.com/groundsgg/cockpit/commit/a87ba5fc90ba1d6a69f35c45c29f7616dc796e38))