• v1.32.0 a677b1fbdb

    v1.32.0
    All checks were successful
    Release / Release (push) Successful in 58s
    Stable

    csimonis released this 2025-04-23 10:38:30 +00:00 | 507 commits to main since this release

    1.32.0 (2025-04-23)

    Features

    • add pagination support for user transactions retrieval (03d67ef)
    • transaction-history: add disabled state styling for buttons (157e774)
    • transaction-history: add transaction history feature with modal (9817fb9)
    • transaction: add transaction retrieval and DTO mapping (d607764)
    • transactions: add pagination support for user transactions (3518480)

    Code Style

    • format HTML and TypeScript files for consistency (d46ec45)
    • transaction-history: adjust button icon size and spacing (0eaccb4)
    • transaction-history: Adjust heading and paragraph styles (070be95)
    Downloads
  • v1.31.0 5575955440

    v1.31.0
    All checks were successful
    Release / Release (push) Successful in 56s
    Stable

    jank released this 2025-04-23 09:12:10 +00:00 | 516 commits to main since this release

    1.31.0 (2025-04-23)

    Features

    • add create and delete routes for lootboxes, remove initial creation of lootboxes (389018a)
    Downloads
  • v1.30.3 5a207dd5d3

    v1.30.3
    All checks were successful
    Release / Release (push) Successful in 52s
    Stable

    ptran released this 2025-04-23 08:22:26 +00:00 | 518 commits to main since this release

    1.30.3 (2025-04-23)

    Chores

    • update image assets for frontend (db43b69)
    • update poker.webp asset file (e19de2d)
    Downloads
  • v1.30.2 2f022784a5

    v1.30.2
    All checks were successful
    Release / Release (push) Successful in 1m0s
    Stable

    jank released this 2025-04-23 08:21:13 +00:00 | 521 commits to main since this release

    1.30.2 (2025-04-23)

    Chores

    • delete sadly deceased http requests (cf9a5c6)
    Downloads
  • v1.30.1 7244bab007

    v1.30.1
    All checks were successful
    Release / Release (push) Successful in 57s
    Stable

    jank released this 2025-04-23 07:55:12 +00:00 | 523 commits to main since this release

    1.30.1 (2025-04-23)

    Chores

    • deps: update dependency typescript-eslint to v8.31.0 (c78abe5)
    Downloads
  • v1.30.0 a6bf4f3f73

    v1.30.0
    All checks were successful
    Release / Release (push) Successful in 59s
    Stable

    jank released this 2025-04-23 07:45:59 +00:00 | 525 commits to main since this release

    1.30.0 (2025-04-23)

    Features

    • security: allow access to webhook endpoint (aa78ccc)

    Bug Fixes

    • avoid serialization error, remove debug statement (93dc3f9)

    Code Style

    • workflow: standardize quotes and formatting in YAML (17bc204)

    Code Refactoring

    • replace switch statement with ugly a if statement (no go idiomatic btw) (94ca93e)

    Chores

    • update .gitignore and add package.json for eslint (ddb772e)
    • update eslint version and remove package.json (465967c)

    Continuous Integration

    • add eslint installation to CI workflow (1bd0de1)
    • add ubuntu-latest to workflow jobs configuration (24d2a93)
    • remove eslint installation from CI workflow (ed2d512)
    Downloads
  • v1.29.1 9ec6d8f413

    v1.29.1
    All checks were successful
    Release / Release (push) Successful in 58s
    Stable

    jank released this 2025-04-07 20:25:36 +00:00 | 541 commits to main since this release

    1.29.1 (2025-04-07)

    Chores

    • deps: update dependency typescript-eslint to v8.29.1 (f680a88)
    Downloads
  • v1.29.0 b803055307

    v1.29.0
    All checks were successful
    Release / Release (push) Successful in 1m7s
    Stable

    jank released this 2025-04-04 13:26:02 +00:00 | 543 commits to main since this release

    1.29.0 (2025-04-04)

    Features

    • auth: improve logout functionality and token management (2e76446)
    • login: log user info on successful login success page (7eebd12)
    • security: add CORS support and update security config (3da534f)

    Code Style

    • Fix formatting and spacing in multiple files (617654c)
    • remove unnecessary blank line in config file (c942b4b)
    • user.service.ts: format code for clarity and consistency (47f4a4d)

    Code Refactoring

    • auth: clean up login and logout logic (0e1946d)
    • deposit, user: rename Keycloak to Authentik user info (fa09a85)
    • improve type annotations in services and config (d3b7e7d)
    • login-success: remove unnecessary blank line (64f701c)
    • remove debug logs from auth components (9de08ab)
    • remove unused storage factory code and comments (c765ef8)
    • rename keycloakId to authentikId in codebase (8317349)
    • update imports and type definitions in services (e37dcec)
    • user: clean up comments and rename variables (0245344)

    Chores

    Downloads
  • v1.28.0 87c822dbd7

    v1.28.0
    All checks were successful
    Release / Release (push) Successful in 1m4s
    Stable

    jleibl released this 2025-04-03 08:07:07 +00:00 | 567 commits to main since this release

    1.28.0 (2025-04-03)

    Features

    • blackjack: add animated number component and usage (4b70a4a)

    Code Style

    • blackjack: format code and adjust whitespace (b5a6582)

    Code Refactoring

    • remove unnecessary comments and variables (28f7b15)
    Downloads
  • v1.27.0 a2f1a40931

    v1.27.0
    All checks were successful
    Release / Release (push) Successful in 51s
    Stable

    jleibl released this 2025-04-02 11:09:07 +00:00 | 571 commits to main since this release

    1.27.0 (2025-04-02)

    Features

    • add hand value display to dealer and player hands (40c402a)
    • blackjack: add balance display to game result component (801edfe)
    • debt-dialog: add debt warning dialog for negative balance (68a226b)

    Code Style

    • blackjack: remove commented modal sections from HTML (775205b)
    • Format code for readability and consistency (7bec17d)

    Code Refactoring

    • debt-dialog: update timerSubscription type to Subscription (3d7ee92)
    Downloads