• v1.8.0 d61ef4df7e

    v1.8.0 Stable

    lziemke released this 2025-03-05 11:11:12 +00:00 | 228 commits to main since this release

    1.8.0 (2025-03-05)

    Features

    • implemented confirmation modal for depositing money (212bee3)

    Bug Fixes

    • closing of deposit confirmation modal (95889fc)

    Code Style

    Chores

    • add success bool to success / cancel url (f172e00)
    Downloads
  • v1.7.7 63db07b6ae

    v1.7.7 Stable

    jleibl released this 2025-03-05 10:09:20 +00:00 | 234 commits to main since this release

    1.7.7 (2025-03-05)

    Build System

    • ci: update Java version in CI workflow (4d251a2)
    • update Java language version to 23 (909dab2)
    Downloads
  • v1.7.6 6ff6c1eb5e

    v1.7.6 Stable

    csimonis released this 2025-03-05 08:19:53 +00:00 | 238 commits to main since this release

    1.7.6 (2025-03-05)

    Bug Fixes

    • add correct redirect url after deposit (2049708)
    • add frontend host to application properties (f011ade)
    • change redirect route (bba3313)
    • typo (c102f6e)
    Downloads
  • v1.7.5 925a9d540d

    v1.7.5 Stable

    lziemke released this 2025-02-26 12:31:14 +00:00 | 243 commits to main since this release

    1.7.5 (2025-02-26)

    Code Style

    • fixed prettier and hopefully eslint (25492f3)
    • removed angular material lines (65ed49d)
    • removed missed angular material lines (a6e3ae1)
    Downloads
  • v1.7.4 0100df89f5

    v1.7.4 Stable

    ptran released this 2025-02-26 11:10:25 +00:00 | 249 commits to main since this release

    1.7.4 (2025-02-26)

    Code Refactoring

    • Change balance type to bigdecimal for better precision (aef0f09)

    Reverts

    Downloads
  • v1.7.3 9c5e05f29d

    v1.7.3 Stable

    ptran released this 2025-02-26 09:46:14 +00:00 | 252 commits to main since this release

    1.7.3 (2025-02-26)

    Code Refactoring

    • refactor and clean up of home.component.ts (f099355)
    Downloads
  • v1.7.2 9104c6eb2c

    v1.7.2 Stable

    ptran released this 2025-02-26 09:10:10 +00:00 | 255 commits to main since this release

    1.7.2 (2025-02-26)

    Bug Fixes

    • Redirect to homepage after login (3b1a97c)
    Downloads
  • v1.7.1 11213ec5f0

    v1.7.1 Stable

    ptran released this 2025-02-26 09:02:28 +00:00 | 258 commits to main since this release

    1.7.1 (2025-02-26)

    Chores

    • Add http requests for user (24be28a)
    Downloads
  • v1.7.0 b9ce80a28a

    v1.7.0 Stable

    jleibl released this 2025-02-19 11:57:30 +00:00 | 264 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 8303c906aa

    v1.6.0 Stable

    jank1619 released this 2025-02-19 11:55:50 +00:00 | 276 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