Skip to content

Releases: Tonantzintla/MC-ID

v3.3.1

24 Feb 18:18
Immutable release. Only release title and notes can be modified.
b67877f

Choose a tag to compare

v3.3.0

05 Feb 19:51
Immutable release. Only release title and notes can be modified.
c579268

Choose a tag to compare

v3.2.0

05 Feb 16:33
Immutable release. Only release title and notes can be modified.
b7fc11a

Choose a tag to compare

v3.1.0

26 Nov 23:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.0.4

26 Nov 20:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v3.0.3

26 Nov 19:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

See CHANGELOG.md for details.

v3.0.1

26 Nov 19:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

compare changes

🩹 Fixes

  • Bump project version to 3.0.0 (39d2f78)

v2.2.0

26 Nov 19:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🚀 Enhancements

  • Some changes (c13049e)
  • Update configuration for Tailwind integration; remove Svelte support (f6b9771)
  • Implement API key management and user signup flow (0b1b54d)
  • Add email verification and password reset functionality (ac9f6c6)
  • Integrate Redis for secondary storage in authentication (345216f)
  • Add rate limit configuration to use secondary storage (cc1e444)
  • Skip email sending in development for password reset and verification (1c7e7f4)
  • Enforce email verification before creating OAuth applications and API keys (ca7df1a)
  • Implement email verification handling in user profile and developer settings (3811268)
  • Enforce email verification before creating OAuth applications and API keys (e0bf095)
  • Add Gradle wrapper and CI workflow (ff0b725)
  • Add workflow_dispatch inputs for force release and release type (6f39b5e)
  • Enhance workflow_dispatch to support forced releases with versioning (8e31670)
  • Add shadcn-svelte component "empty" (89f7642)
  • Add shadcn-svelte component "item" (d26add7)
  • Add shadcn-svelte component "popover" (be545a5)
  • Add shadcn-svelte component "scroll-area" (022236f)
  • Add shadcn-svelte component "seperator" (96a7606)
  • Add shadcn-svelte component "spinner" (ba4f81f)
  • Add is-hover hook (30d3bf1)
  • Add CODEOWNERS file for repository maintainers (343ad41)
  • Simplify secret reset by removing hashing (3610a2f)
  • Enhance scopes with consent descriptions for clarity (34b43ea)
  • Implement OAuth consent flow with additional user info retrieval (141acc4)
  • Add database cleanup cron job for expired entries (aee8f7c)
  • Enhance protected route handling for authenticated users (c6566f1)
  • Remove MC-ID login functionality and related components (4d35332)
  • Remove MC login form validation from the login route (e3d011e)
  • Add shadcn-svelte input-otp component (68f0bc3)
  • Implement Minecraft account linking and verification flow (011dbfb)
  • Remove username validation schema and related code (dbb0a32)
  • Update environment variables for MCID API integration (8bddc55)
  • Integrate primary Minecraft account handling across components and routes (f46940e)
  • Add default UUID generation for primary key in minecraft_account table (51924d8)
  • Simplify user update payload by removing redundant fields (6cfb7b5)
  • Streamline API key creation process by removing unnecessary request headers and adding loading spinner (9a8e518)
  • Migrate email templates from React to Svelte (cca8e99)
  • Update configuration files (e7caf0f)
  • Add Svelte SEO integration for improved metadata handling (72c907e)
  • Add dynamic runes mode handling and warning suppression in Svelte config (4bc95ff)
  • Redesign home page (7987603)
  • Migrate to jsrepo 3 (132a186)
  • Enhance dashboard with quick links and user greeting (1e45dc3)
  • Migrate better-svelte-email to v1 (60b90f9)
  • Update deps (c373d30)
  • Update better-auth (a31c46e)
  • Add field error handling to app form and improve URI validation (89d533e)
  • Change form validation method from 'oninput' to 'onblur' across multiple forms (f681fa0)
  • Update button labels for clarity in app form (9d99fc1)
  • Update API reference URL and adjust trusted origins in config (d97f458)
  • Add autocomplete attributes for password fields in security settings (fd36769)
  • Switch to minimal import for better-auth in auth configuration (d9143a6)
  • Implement code request and verification system with new database schema and API endpoints. (6885bfc)
  • Introduce automated release workflow with conventional commits and separate CI build. (2bbe461)
  • Update GitHub Actions versions for checkout, setup-node, setup-java, setup-gradle, and pnpm setup. (28c4627)
  • Bump project version to 2.1.0. (8108507)

🩹 Fixes

  • Update package name and license in package.json (cae217d)
  • Update GitHub link in header menu items (1335f61)
  • Update zod version to 4.0.10 in package.json and pnpm-lock.yaml; remove pnpm config from website package.json (e8578a7)
  • Standardize pnpm configuration in package.json files; update zod version to 4.0.10 (3afd7a5)
  • Update .env.example to include Discord client credentials and address header (8949626)
  • Update README files to remove references to the deprecated MC-ID API (45932a1)
  • Update authentication configuration to use hardcoded client credentials for now (69ecd53)
  • Remove unused trusted provider "mc-id" from account linking (b9beb3e)
  • Forward the ORPC errors as they are being caught in the try catch, resulting in 500 errors when they're not (6de4a49)
  • Refactor DATABASE_URL handling for improved clarity and consistency (96cac63)
  • Update ESLint configuration to use defineConfig as ts.config is deprecated (44e4956)
  • Enhance DATABASE_URL validation to account for building environment (49edcbe)
  • Remove building environment check for DATABASE_URL in configuration (e28c169)
  • Downgrade sveltekit for now #14590 (#14590)
  • Keep react and react-dom version in sync (17f82b4)
  • Remove maxlength attribute from email input in login form (456f6ba)
  • Update API key header in ApiHandler and remove unused appName field from PlayerCodeResponse (346f1a1)
  • Simplify verification code message and remove appName reference (827c21e)
  • Adjust API endpoint resolution to ensure correct path structure (b559739)
  • Update versioning to use environment variable for CI builds (e29312b)
  • Refactor GitHub Actions workflow for versioning and release management (f896af8)
  • Update README to clarify API endpoint and key configuration (5853d56)
  • Improve tag detection and commit logging for versioning (88029fd)
  • Update build command and API reference in CONTRI...
Read more