Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 06:04
· 19 commits to main since this release
948e04b

1.0.0 (2026-07-31)

Bug Fixes

  • add globals to vitest project configs to resolve describe not defined (fe384b8)
  • admin: customize admin layout and remove overview for moderators (b2e289d)
  • admin: resolve PATCH role update undefined error & query stats (b7c025a)
  • admin: restrict moderator visibility of admin panel write features (8e35b2b)
  • bypass silent refresh on login/register 401 failures to prevent request loops (16b8a84)
  • ci: allow brace-expansion GHSA and remove global coverage flag (8315317)
  • ci: restore coverage flag and lower API thresholds for todo tests (809f1bd)
  • config: add missing visual layout sections to LandingPage (09e67f4)
  • config: add SEO meta, preloader screen, and JSON-LD markup (afb41c9)
  • config: add sitemap.xml, robots.txt, and update SEO keywords (1f15f44)
  • config: add vertical dashed connector line in mobile timeline (984ad52)
  • config: centralize API URL configuration (fac719f)
  • config: conditionally install husky during prepare script (7d1eee3)
  • config: configure legacy peer dependencies fallback (1102265)
  • config: highlight code snippet and route CTA by auth state (feab590)
  • config: link shared workspace types dependency (3c050d4)
  • config: move type definitions to production dependencies (2581837)
  • config: register path aliases programmatically (27f7df8)
  • config: resolve tsconfig path aliases at runtime (dfa92c7)
  • config: set strictNullChecks for ESLint alignment (2d5a903)
  • config: stack 5-step strip vertically on mobile screens (d4c9b69)
  • config: synchronize package-lock for module-alias (b88d849)
  • config: update logos in navbar, sidebar, footer, and favicon (334bba2)
  • config: update module-alias import namespace syntax (d38ce93)
  • config: update relative module alias target directory (aa8e4dd)
  • deps: restore modern eslint-plugin-import to fix flat config validation (d32857e)
  • deps: upgrade vitest to v4 to match coverage-v8 v4 API (032a374)
  • enforce strict oldPassword checks and fix mobile sidebar toggles (06f9e0f)
  • ignore dynamic delete warning in sanitize middleware (6f393d3)
  • log missing refresh token as debug instead of operational warning to clean up terminal logs (62a92a4)
  • remove deprecated husky shebang and allow empty test stubs (e17fb38)
  • render profile image, fix google oauth state parameters, and connect password form API updates (27eee9f)
  • resolve CI errors and fix test suites (3166cd4)
  • resolve compiler warning and clean up hasState checks in callback redirects (5985aa3)
  • resolve err.md flow bugs, seed rbac, fix photo upload, and clean alerts (48d711c)
  • resolve FormEvent deprecation warning in LandingPage.tsx (1e2f11c)
  • resolve FormEvent deprecations, environment setups and add eye toggle to inputs (d620e61)
  • resolve loop redirects when refresh fails on login/register pages (e3fe6bf)
  • resolve profile id, expose primary role, and make password edit functional (65d34ff)
  • restore pointer-events clickability on landing page and retain state during callback redirects (ba79cc3)
  • route authenticated users to dashboard from landing page (9f492e5)
  • skip session check if not authenticated or loading to prevent redundant 401 warnings on mount (8644be1)

Features

  • add footer and navbar logo SVG assets (b0a7bc4)
  • add Gemini design system skills and agent tooling (c2de664)
  • add landing page to provide product overview and key feature highlights (ab6148e)
  • bootstrap core infrastructure with RBAC and OAuth integration (b43a83f)
  • implement base styles and create landing page for authentication platform (3edcf1e)
  • implement environment variable validation using Zod for API configuration (ed2382a)
  • initialize API workspace with express, mongoose, and core dependencies (e18f1be)
  • initialize project with monorepo structure, authentication, RBAC, OAuth integration, and admin dashboard features (d395d73)
  • initialize TypeScript configuration for api app (9e9bc30)
  • redesign pages 2, 3, 4, 5, 6, 8, 9 resolving no-undef warnings (3e03dd2)