• v1.7.0
    All checks were successful
    Release / Release (push) Successful in 23s
    Stable

    jleibl released this 2025-02-19 11:57:30 +00:00 | 4 commits to main since this release

    1.7.0 (2025-02-19)

    Features

    • add user creation on login (wip) (793f3f6)

    Bug Fixes

    Code Style

    Code Refactoring

    • user: reorganize imports and code structure (7bd06de)

    Chores

    • adjust login success view (8d49016)
    • move classes add balance fix routes (877b6f7)
    Downloads
  • v1.6.0
    All checks were successful
    Release / Release (push) Successful in 1m34s
    Stable

    jank1619 released this 2025-02-19 11:55:50 +00:00 | 16 commits to main since this release

    1.6.0 (2025-02-19)

    Features

    • add Dockerfile and CI workflow for image build (a8a7d42)

    Code Refactoring

    • home: change HomeComponent to default export (562a93b)
    • routes: change home route to lazy loading (840d6b5)

    Chores

    • clean up Dockerfile by removing unused jobs section (586044a)
    • remove obsolete Docker build workflow file (0c7c2ae)
    • remove unused Dockerfile from bunPipeline (356a599)
    • rename bun-image.yml to bun.yml (0d45d96)

    Continuous Integration

    • add bun install to CI workflow for frontend setup (c0e7f5f)
    • add command to list files in CI workflow (313950e)
    • add Docker.io login step to workflow configuration (0d67c0e)
    • add linelint job to CI workflow (72f5692)
    • add timing to node_modules symlink creation step (bb24af2)
    • Fix node_modules path in CI workflow configuration (fadedb0)
    • remove lint job from CI configuration (8547bd1)
    • remove main branch restriction from workflow (ecdcea4)
    • remove time command from CI workflow script (6fb3f2b)
    • simplify command in CI workflow configuration (36be142)
    • update build command in CI workflow (5cb08ca)
    • update build output directory in CI workflow (642f572)
    • update cache paths in CI configuration (a19ddee)
    • update checkout step in CI workflow to change dir (4ce4f86)
    • update CI container image for test-build job (aa2bb18)
    • update CI runner to vps-4 from ubuntu-latest (8da1ff8)
    • update CI workflow command to change directory first (82a3f4d)
    • update CI workflow for bun installation and caching (bd26ded)
    • update CI workflow for frontend directory listing (50d0782)
    • update CI workflow to copy node_modules instead of bun (c7acd82)
    • update CI workflow to install dependencies correctly (c55fcd9)
    • update CI workflow to remove bun installation step (876d174)
    • update CI workflow to use Super-linter for linting (da50d19)
    • update dependency installation to use symlink (c258f10)
    • update Docker login action to version 3 (ba776f0)
    • update Docker password variable in workflow file (9d85097)
    • update frontend build process in CI workflow (355d1b0)
    • update login-action reference in workflow file (f8db922)
    • update node_modules path in CI workflow config (ef8111c)
    • update path for node_modules in CI workflow (59263dc)
    • update path in CI workflow configuration (2392dac)
    • update path in CI workflow for proper execution (aaff4a5)
    • update paths in bun.yml for build triggers (3433641)
    • update runner to vps-4 in workflow configuration (a50b9be)
    • update workflow trigger for bun.yml file (7533f11)

    Build System

    • ci: add caching for frontend dependencies and dist (0590a2f)
    • ci: update container image for CI jobs (0b61ce1)
    • Dockerfile: update Dockerfile for bun installation (c0ad174)
    • update Dockerfile and workflow context path (4c376f8)
    • update Dockerfile to include CMD instruction (483446c)
    Downloads
  • v1.5.4
    All checks were successful
    Release / Release (push) Successful in 1m39s
    Stable

    jank1619 released this 2025-02-19 11:47:50 +00:00 | 65 commits to main since this release

    1.5.4 (2025-02-19)

    Continuous Integration

    • add caching for Gradle build outputs (455ebdb)
    • add caching for Gradle dependencies in CI workflow (204b205)
    • add tree command to CI workflow (1bc2ca5)
    • remove caching step from CI workflow (1c5f552)
    • update CI workflow by removing unnecessary caching steps (13245cd)
    • update tree command in CI workflow (9d4fb96)
    Downloads
  • v1.5.3
    All checks were successful
    Release / Release (push) Successful in 36s
    Stable

    jleibl released this 2025-02-19 08:44:56 +00:00 | 72 commits to main since this release

    1.5.3 (2025-02-19)

    Documentation

    • navbar: update navbar text to German language (aa39a42)
    Downloads
  • v1.5.2
    All checks were successful
    Release / Release (push) Successful in 41s
    Stable

    jank1619 released this 2025-02-19 08:22:48 +00:00 | 74 commits to main since this release

    1.5.2 (2025-02-19)

    Chores

    • docker: remove version from docker-compose file (0868ef0)
    Downloads
  • v1.5.1
    All checks were successful
    Release / Release (push) Successful in 43s
    Stable

    ptran released this 2025-02-19 07:25:08 +00:00 | 76 commits to main since this release

    1.5.1 (2025-02-19)

    Bug Fixes

    Downloads
  • v1.5.0
    All checks were successful
    Release / Release (push) Successful in 1m2s
    Stable

    jleibl released this 2025-02-13 12:09:13 +00:00 | 78 commits to main since this release

    1.5.0 (2025-02-13)

    Features

    • add footer component and FontAwesome integration (325bc11)
    • add navbar component to multiple pages (b2f4d9d)
    • add navbar component to the application (61add61)
    • implement animated buttons and winner ticker component (5c34014)
    • landing-page: add welcome bonus and game carousel (8e98672)
    • landing: add landing component with animations and services (ea26f5d)
    • landing: add landing component with animations and services (313080c)
    • navbar: implement login/logout buttons based on state (e5bd173)

    Code Style

    • animated-button: add cursor-pointer to button class (7106ebd)
    • Fix formatting and add missing newlines in HTML and CSS (b570e8e)
    • landing-page: update class names for consistency (84de8e0)
    • landing: remove instant withdrawals section and update styles (ff0e030)
    • navbar: update navbar colors to use variables (70044fc)
    • Update footer and navbar HTML structure and classes (8514d6d)

    Code Refactoring

    • improve code structure and add change detection (eede852)
    • landing: restructure landing page components and templates (9fe4733)
    • remove unused imports and clear image URLs (5e84afb)
    • remove unused navbar component import (04626e9)
    • rename landing component and remove unused files (e6f054f)

    Chores

    • navbar: remove unused SCSS file and reference (c679952)
    • remove unused dependencies from package.json (29305a7)
    • remove unused tailwind configuration file (21fa5a2)
    Downloads
  • v1.4.2
    All checks were successful
    Release / Release (push) Successful in 1m5s
    Stable

    ptran released this 2025-02-13 11:47:31 +00:00 | 101 commits to main since this release

    1.4.2 (2025-02-13)

    Chores

    Downloads
  • v1.4.1
    All checks were successful
    Release / Release (push) Successful in 1m13s
    Stable

    jank1619 released this 2025-02-13 11:39:30 +00:00 | 104 commits to main since this release

    1.4.1 (2025-02-13)

    Code Style

    • checkstyle: remove unused SuppressionFilter module (5e24e3d)

    Chores

    • fix file paths and add missing newlines (96bd5ac)

    Continuous Integration

    • add checkstyle job to CI workflow (4a4bbbc)
    • add step to navigate to backend directory (582f8b1)
    • change CI runner to vps-4 for checkstyle job (7b82445)
    • update Gradle check to use checkstyleMain (dc07ad5)
    • update working directory for backend steps (c49f7ca)

    Build System

    • add checkstyle configuration file path (4a9c769)
    • add checkstyle plugin and update reports settings (193f444)
    • add Java 22 setup to CI workflow (966d99f)
    • update Checkstyle container image version (d117f59)
    Downloads
  • v1.4.0
    All checks were successful
    Release / Release (push) Successful in 42s
    CI / prettier (pull_request) Successful in 17s
    CI / eslint (pull_request) Successful in 18s
    CI / test-build (pull_request) Successful in 24s
    Stable

    ptran released this 2025-02-13 11:26:22 +00:00 | 116 commits to main since this release

    1.4.0 (2025-02-13)

    Features

    Bug Fixes

    Code Style

    Downloads