Skip to content

Banana Batch Studio v2.0.4

Latest

Choose a tag to compare

@bleeeet bleeeet released this 10 Jun 08:39

What's Changed

  • Adds a Close Window menu item so Cmd+W closes the app window on macOS.
  • Opens the app maximized to the full screen work area instead of a small centered window.
  • Adds NO_PROXY/bypass list support and improves system proxy detection so the app works for both proxy and no-proxy users.
  • Normalizes API base URLs (trailing /v1, /v1beta are stripped) for official and relay API endpoints.
  • Makes preset import resilient: invalid entries are skipped and reported instead of failing the whole import.
  • Removes the unused zip export path and trims dependencies (adm-zip, archiver, cors, uuid).

Validation

  • npm test: 201 tests passed
  • npm run build: passed
  • npm run package:mac: passed
  • npm run package:windows: passed