Skip to content

Releases: fhsinchy/bolt

v0.2.0-alpha

Choose a tag to compare

@github-actions github-actions released this 06 Mar 20:00

Changelog

  • b6e1ca0 fix: enforce download concurrency limits through queue for all resume/retry paths
  • 2fe5e7c feat: add duplicate detection dialog and refresh button for failed downloads
  • f9c153e fix: add .pkg to content script extensions and fix missing filename in onCreated
  • 0589a00 fix: correct tarball filename and extraction paths in install script [skip ci]

v0.1.0-alpha

Choose a tag to compare

@github-actions github-actions released this 05 Mar 14:33

Changelog

  • ceb4c4f chore: remove docs/, use zip for Firefox extension, update README
  • 7463f2a chore: add browser extensions to releases and update install docs
  • 2f5d007 fix: prevent extension from recapturing old downloads on browser restart
  • 9a156ef fix: resolve WebSocket test race condition and local test failures
  • e891936 chore: add Chrome extension privacy policy and fix manifest for store
  • b4ec1c5 docs: update README for clarity and organization, enhance installation instructions
  • 61b7d47 refactor: remove CLI and headless daemon, simplify to GUI-only
  • d4ccae5 chore: improve release workflow changelog and drop extension uploads
  • 0435524 fix: GUI launch replaces headless daemon instead of silently exiting
  • febae2d fix: fall back to GET probe on 401 (GitHub release assets)
  • 22f75aa Update license badge link in README.md [skip ci]
  • 71ef203 Add MIT License to the project [skip ci]
  • ef3a998 Delete LICENSE.md [skip ci]
  • 35d4b22 Rename LICENSE to LICENSE.md
  • a71f1c0 Update formatting of the MIT License text
  • 993f049 feat: add MIT license and update README with installation instructions
  • 8064e00 feat: add step to create frontend dist stub in CI workflow
  • 3f4fbbb feat: update build process and add CI/CD workflows
  • d30ae10 fix: polish browser extensions for alpha release
  • 29e665a fix: start systemd service immediately on install
  • 1e434cb fix: use absolute path in .desktop Exec for desktop launcher
  • 0870ca4 chore: move STATUS.md, bolt-prd.md, bolt-trd.md to docs/
  • c35b69d refactor: move packaging assets from dist/ to packaging/
  • d4192c0 Add optimization pass implementation plan
  • 46b02f1 Add optimization pass design document
  • 921a3e2 Remove proxy config, categories, and CORS middleware as unnecessary fluff
  • 5838e51 Remove clipboard monitoring and sound on completion features; update related documentation and UI components.
  • b95260a Reject HTML responses for non-HTML downloads in segment worker
  • 1a02f80 Updated README
  • f960214 Add download details dialog with segment visualization, URL refresh, and checksum editing
  • 043d400 Add Phase 9 Steam Deck implementation plan
  • 5f3967f Add Phase 9 Steam Deck design doc
  • 4b601b3 Add checksum verification for completed downloads
  • 70f435f Implement Phase 6 P1 features: extension filters, keyboard shortcuts, batch import, queue reorder
  • 6b072e6 Update all docs for Linux-only focus shift
  • ab41f16 Remove Windows/macOS openPath code, keep xdg-open only
  • 387ee7f Remove Windows/macOS notification code, keep notify-send only
  • 8bad63d Update README with banner, roadmap, and screenshots; fix stale STATUS.md
  • e4a8858 Add app branding: icon, systray icon, banner, and Wayland desktop entry
  • c9a6a92 Fix dark mode select dropdowns rendering with light system colors
  • 97e2641 Split browser extension into separate Chrome and Firefox directories
  • 536b064 Add alpha release features: speed limiter, dark theme, notifications, settings
  • b0ed587 Fix bolt list displaying truncated IDs that break status lookups
  • 9928a3a Fix tray toggle, minimize-to-tray setting, probe 403 fallback, and extension error
  • a51a3bf Improve extension UX: notify user on capture failures
  • c0ab3d0 Add welcome page, cancel confirmation, and tray Settings item
  • 7cb561f Add Phase 4 browser extension and supporting backend changes
  • 9120809 Fix tray Quit being intercepted by OnBeforeClose
  • 4284189 Fix system tray icon, tray state sync, and second instance window raise
  • 65ff854 Add initial README.md with project overview, features, and setup instructions
  • 00bfa53 Remove stale TRD §3.1 erratum from CLAUDE.md
  • 1c4d654 Add PRD, TRD, and project status report
  • 67599df Document test-stress and test-cover commands in CLAUDE.md
  • fb19a64 Add stress tests: concurrent queue, rapid pause/resume, 50MB file integrity
  • 6304260 Add edge case tests: concurrent writes, Unicode, zero content-length, redirects, concurrent requests, queue mid-flight
  • 4a1de49 Add server integration tests with real HTTP server
  • 9f7440f Add app IPC binding tests: CRUD, config, stats, bulk operations
  • 18a38c0 Add CLI client tests: CheckDaemon, Add, List, Status, Pause, Resume, Cancel, Refresh
  • b7085d2 Add test-stress and test-cover Makefile targets
  • b424f14 Add test suite implementation plan
  • 85754e0 Add test suite design document
  • 99745eb Implement Phase 3: Wails GUI with Svelte frontend and system tray
  • 2ac175b Implement Phase 2: HTTP server, daemon mode, and CLI HTTP client
  • 4288be4 Implement Phase 1: segment...
Read more