• v1.67.1 69af830829

    v1.67.1
    All checks were successful
    Release / Release (push) Successful in 59s
    Release / Build Backend Image (push) Successful in 24s
    Release / Build Frontend Image (push) Successful in 28s
    Stable

    jank released this 2025-05-21 11:49:23 +00:00 | 217 commits to main since this release

    1.67.1 (2025-05-21)

    Bug Fixes

    Downloads
  • v1.67.0 c68b3f2f7e

    v1.67.0
    All checks were successful
    Release / Release (push) Successful in 58s
    Release / Build Frontend Image (push) Successful in 25s
    Release / Build Backend Image (push) Successful in 31s
    Stable

    csimonis released this 2025-05-21 11:13:45 +00:00 | 219 commits to main since this release

    1.67.0 (2025-05-21)

    Features

    • email: add mail protocol configuration option (dce5d1a)
    Downloads
  • v1.66.2 ba41b1e553

    v1.66.2
    All checks were successful
    Release / Release (push) Successful in 1m21s
    Release / Build Frontend Image (push) Successful in 29s
    Release / Build Backend Image (push) Successful in 34s
    Stable

    csimonis released this 2025-05-21 11:11:45 +00:00 | 222 commits to main since this release

    1.66.2 (2025-05-21)

    Code Refactoring

    • security: reorganize OAuth2 packages and classes (f2da3ee)
    Downloads
  • v1.66.1 8119db68c9

    v1.66.1
    All checks were successful
    Release / Release (push) Successful in 58s
    Release / Build Backend Image (push) Successful in 25s
    Release / Build Frontend Image (push) Successful in 32s
    Stable

    csimonis released this 2025-05-21 10:12:56 +00:00 | 224 commits to main since this release

    1.66.1 (2025-05-21)

    Code Refactoring

    • routes: simplify component loading syntax (e5f8d6c)
    • update import paths for component files (1514f18)
    Downloads
  • v1.66.0 f88795f7c5

    v1.66.0
    All checks were successful
    Release / Release (push) Successful in 1m3s
    Release / Build Frontend Image (push) Successful in 31s
    Release / Build Backend Image (push) Successful in 33s
    Stable

    csimonis released this 2025-05-21 10:00:56 +00:00 | 227 commits to main since this release

    1.66.0 (2025-05-21)

    Features

    • auth: restructure oauth2 callback handling and service (eb1717b)
    • implement Google OAuth2 authentication flow (07b594f)

    Code Style

    • fix formatting and add newlines at end of files (52de538)
    • format code and improve readability (f3ab9ff)
    • login: update button text color to black (64ee19f)

    Code Refactoring

    • auth: remove commented code in OAuth2 callback component (756beb5)
    Downloads
  • v1.65.1 c9632d6b26

    v1.65.1
    All checks were successful
    Release / Release (push) Successful in 1m0s
    Release / Build Backend Image (push) Successful in 24s
    Release / Build Frontend Image (push) Successful in 29s
    Stable

    ptran released this 2025-05-21 09:32:50 +00:00 | 234 commits to main since this release

    1.65.1 (2025-05-21)

    Code Style

    • appropriately touch quality tools (54e9ccf)
    • appropriately touch quality tools again (26a2e0c)

    Code Refactoring

    • remove debounce on dice calculations (f5bae60)
    Downloads
  • v1.65.0 45ba7d9693

    v1.65.0
    All checks were successful
    Release / Release (push) Successful in 58s
    Release / Build Backend Image (push) Successful in 23s
    Release / Build Frontend Image (push) Successful in 46s
    Stable

    jank released this 2025-05-21 09:13:34 +00:00 | 238 commits to main since this release

    1.65.0 (2025-05-21)

    Features

    • Create basic layout for coinflip (41f3b50)

    Bug Fixes

    • Claude fixed most issues (9770ad3)
    • Fix claude mirrored text (0d9b0ad)
    • Make user not able to enter too much money (8b6e026)
    • Prettier (bb5f26a)
    Downloads
  • v1.64.0 3eea955c56

    v1.64.0
    All checks were successful
    Release / Release (push) Successful in 1m0s
    Release / Build Backend Image (push) Successful in 24s
    Release / Build Frontend Image (push) Successful in 29s
    Stable

    ptran released this 2025-05-21 09:11:20 +00:00 | 245 commits to main since this release

    1.64.0 (2025-05-21)

    Features

    • add links pointing to the dice page (694787f)
    • add links pointing to the dice page on landing page (b2053ac)
    • implement basic dice frontend funcionality (a62d209)
    • style dice game page (d58f24c)

    Code Style

    Code Refactoring

    Downloads
  • v1.63.0 dae835cbfa

    v1.63.0
    All checks were successful
    Release / Release (push) Successful in 1m20s
    Release / Build Frontend Image (push) Successful in 53s
    Release / Build Backend Image (push) Successful in 57s
    Stable

    csimonis released this 2025-05-21 09:03:43 +00:00 | 256 commits to main since this release

    1.63.0 (2025-05-21)

    Features

    • add GitHub OAuth2 authentication support (cc1979a)

    Bug Fixes

    Code Style

    • clean up whitespace in multiple files (7479894)
    • fix missing newlines at end of files (75de7d1)
    • format HTML and TypeScript files (969e2ac)

    Code Refactoring

    • GitHubService: remove unnecessary logging statements (0e150e9)
    • security: remove unused GitHubService and comments (6f6bbe6)
    • simplify UserPrincipal and OAuth2UserInfo classes (6f264dc)
    Downloads
  • v1.62.0 e4cd62cca4

    v1.62.0
    All checks were successful
    Release / Release (push) Successful in 58s
    Release / Build Frontend Image (push) Successful in 29s
    Release / Build Backend Image (push) Successful in 31s
    Stable

    ptran released this 2025-05-21 07:54:01 +00:00 | 266 commits to main since this release

    1.62.0 (2025-05-21)

    Features

    • implement dice game api (9175c82)

    Bug Fixes

    • Add missing dice target value validation (34c7c39)
    • delete orhpaned blackjack games (1dfdede)
    • Fix bug where the password reset doesnt redirect to login (d02c3d2)

    Code Style

    Code Refactoring

    Downloads