Skip to content

BoxBox v0.1.5

Choose a tag to compare

@jR4dh3y jR4dh3y released this 10 Jun 02:44
· 166 commits to master since this release
b1cd129

Release Notes

Added

  • Added Load more pagination for folder browsing so directories can show items beyond the first 50.
  • Added app-wide custom accent color settings for buttons, selections, focus rings, and folder icons.
  • Added linux/arm64 Docker image publishing alongside linux/amd64.

Changed

  • Bumped frontend and website package versions to 0.1.5.

Fixed

  • Closed #11 by exposing pagination controls for large folders.
  • Closed #10 by publishing multi-architecture Docker images.

Validation

  • backend: go test ./...
  • frontend: bun run check
  • frontend: bun run build