• v1.22.1 4e8530c861

    v1.22.1
    All checks were successful
    Release / Release (push) Successful in 49s
    Stable

    ptran released this 2025-03-27 17:25:00 +00:00 | 95 commits to main since this release

    1.22.1 (2025-03-27)

    Code Refactoring

    Downloads
  • v1.22.0 ed6071a0ba

    v1.22.0
    All checks were successful
    Release / Release (push) Successful in 1m12s
    Stable

    ptran released this 2025-03-27 13:34:38 +00:00 | 97 commits to main since this release

    1.22.0 (2025-03-27)

    Features

    • add balance when player wins gets blackjack in first round (ffd651d)
    Downloads
  • v1.21.0 4fa7b63b04

    v1.21.0
    All checks were successful
    Release / Release (push) Successful in 41s
    Stable

    ptran released this 2025-03-27 13:07:37 +00:00 | 99 commits to main since this release

    1.21.0 (2025-03-27)

    Features

    • blackjack: add player lost state in game logic (e9a8267)
    • validate game state on hit (4764c12)
    Downloads
  • v1.20.1 d7690e630e

    v1.20.1
    All checks were successful
    Release / Release (push) Successful in 40s
    Stable

    jank released this 2025-03-27 12:53:46 +00:00 | 103 commits to main since this release

    1.20.1 (2025-03-27)

    Bug Fixes

    • deps: update dependencies (major and minor) (aca389a)

    Chores

    • deps: update plugin org.springframework.boot to v3.4.4 (cafa2c1)
    Downloads
  • v1.19.0 deb5b6525f

    v1.19.0
    All checks were successful
    Release / Release (push) Successful in 48s
    Stable

    ptran released this 2025-03-27 11:49:37 +00:00 | 116 commits to main since this release

    1.19.0 (2025-03-27)

    Features

    • handle player drawing blackjack at the start of the game (90abd13)

    Code Refactoring

    • add blackjack state enum (caa210a)
    Downloads
  • v1.18.0 4b23f3c67f

    v1.18.0
    All checks were successful
    Release / Release (push) Successful in 50s
    Stable

    ptran released this 2025-03-27 10:54:49 +00:00 | 119 commits to main since this release

    1.18.0 (2025-03-27)

    Features

    • add deck to blackjack game instead of random cards (55daca7)

    Documentation

    • add optional watchexec command to README.md (71cda97)
    Downloads
  • v1.17.0 cc92f234d7

    v1.17.0
    All checks were successful
    Release / Release (push) Successful in 48s
    Stable

    jleibl released this 2025-03-26 14:39:15 +00:00 | 123 commits to main since this release

    1.17.0 (2025-03-26)

    Features

    • blackjack: implement game start and controls functionality (99f9f8d)
    Downloads
  • v1.16.0 d0ba0eb71d

    v1.16.0
    All checks were successful
    Release / Release (push) Successful in 50s
    Stable

    ptran released this 2025-03-26 13:47:13 +00:00 | 125 commits to main since this release

    1.16.0 (2025-03-26)

    Features

    • Add card class (24ea513)
    • Add user relation to black jack game entity (85d2b21)
    • Adjust json responses (1b9bc90)
    • blackjack: add BlackJack game creation functionality (8cb045f)
    • Subtract user balance, persist game (64e41b6)
    • Validate bet amount (b2b0bb2)

    Bug Fixes

    • add openid scope to get bearer token request (1a4b3f0)

    Code Refactoring

    • Extract game creation logic to service (ca87c68)
    Downloads
  • v1.15.1 3df8926e8a

    v1.15.1
    All checks were successful
    Release / Release (push) Successful in 31s
    Stable

    csimonis released this 2025-03-26 12:41:12 +00:00 | 134 commits to main since this release

    1.15.1 (2025-03-26)

    Chores

    • update Hibernate ddl-auto setting to 'update' (ad9fb7e)
    Downloads
  • v1.15.0 67b83bcf63

    v1.15.0
    All checks were successful
    Release / Release (push) Successful in 48s
    Stable

    jleibl released this 2025-03-26 12:36:20 +00:00 | 136 commits to main since this release

    1.15.0 (2025-03-26)

    Features

    • game: add blackjack game component and routing (eb153f4)

    Code Style

    • update card background colors in templates (5e5fe60)

    Code Refactoring

    • blackjack: rename event emitters for clarity (03ce527)
    Downloads