Skip to content

Releases: Fx64b/video-archiver

0.1.9.0-BETA

06 Dec 22:17

Choose a tag to compare

1.9.0 (2025-12-06)

Bug Fixes

  • frontend: resolve lint and build issues (c7e1414)
  • tools: address critical PR review issues (195ce4f)
  • tools: remove unused stepJob variable causing compilation error (f48e193)
  • update test schema to include warnings column (b4aebe2)

Features

  • add warning storage and display for download errors (4790290)
  • tools: add FFmpeg wrapper service with core operations (127473b)
  • tools: add Phase 1 foundation for tools endpoint (4d8f3ed)
  • tools: add remaining tool pages (convert, quality, rotate) (44eba6e)
  • tools: add shadcn UI components for Phase 2 frontend (470536d)
  • tools: complete Phase 1 implementation - service layer and API (0b043f9)
  • tools: complete Phase 2 frontend implementation (acb7942)

0.1.8.0-BETA

25 Oct 15:09

Choose a tag to compare

1.8.0 (2025-10-25)

Bug Fixes

  • download: prevent context cancellation and goroutine leaks in async metadata (ce95286)
  • download: resolve race condition and improve temp dir cleanup (2e43147)
  • download: use explicit field copying to eliminate slice sharing (082114b)

Features

  • download: implement parallel metadata extraction (a7bb327)

0.1.7.0-BETA

08 Oct 12:08

Choose a tag to compare

1.7.0 (2025-10-08)

Features

  • add settings (dbcb6b4)
  • downloads: add retry and display failed videos properly (7812d89)

0.1.6.0-BETA

06 Oct 16:21

Choose a tag to compare

1.6.0 (2025-10-06)

Bug Fixes

  • actions: backend tests workflow was duplicated and frontend tests were ignored (026438c)
  • failing tests (e3ad95a)

Features

  • several improvements, including docker performance, websocket reconnecting, frontend refactoring and metadata (e2b3afe)

0.1.5.0-BETA

06 Oct 12:21

Choose a tag to compare

1.5.0 (2025-10-06)

Bug Fixes

  • web: frozen lockfile issue (002b64f)

Features

  • backend: test setup (6b6b6f8)
  • Setup frontend testing infrastructure and tests (e9ea142), closes #301

0.1.4.1-BETA

06 Oct 09:50

Choose a tag to compare

1.4.1 (2025-10-06)

Bug Fixes

0.1.4.0-BETA

06 Oct 09:41

Choose a tag to compare

1.4.0 (2025-10-06)

Bug Fixes

  • scripts: add docker builder prune command to run.sh (fd0dadc)

Features

  • add migration so that individual videos from a playlist/channel can be viewed separately (698d493)
  • backend/handlers: add downloads endpoint with pagination and sorting options (0f894a6)
  • metadata: enhance video and channel metadata handling with new fields and relationships (85e8b03)
  • progress: enhance download progress tracking with new phases and metadata handling (c5f1894)
  • ui/downloads: create DownloadsContent component for managing downloads with sorting, pagination, and URL parameter handling (fb5de83)
  • ui/downloads: enhance DownloadsContent component with improved metadata handling and UI elements (a5f081c)
  • ui/downloads: implement sorting and pagination controls with URL parameter management (312622f)
  • ui/progress: add download phases and update job progress handling (0c595b3)
  • web/downloads: implement downloads page with video, playlist, and channel tabs (fc1d810)
  • web/url-input, websocket: enhance reconnection logic with visual feedback (570b75b)

0.1.3.0-BETA

20 Apr 15:55

Choose a tag to compare

1.3.0 (2025-04-20)

Features

  • backend: add yt-dlp version checker and update logging levels (616e679)

0.1.2.0-BETA

19 Apr 19:32

Choose a tag to compare

1.2.0 (2025-04-19)

Bug Fixes

  • deps: attempt to fix pnpm-workspace.yaml (b9d4a23)
  • docker: update port mapping from 3001 to 3000 (3c80f06)

Features

  • backend/statistics: Add statistics service (2becb68)
  • backend/statistics: enhance statistics with top videos and other storage metrics (64540e7)
  • scripts: add --backend-only flag (a6a627a)
  • web/statistics: add DownloadsChart and StorageChart components for statistics visualization (02f9df3)
  • web/statistics: load and display basic download statistics (b2b8c63)

0.1.1.0-BETA

09 Mar 13:34

Choose a tag to compare

1.1.0 (2025-03-09)

Bug Fixes

  • web/metadata: isChannel not working propperly (7f7f814)

Features

  • web/websocket: add automatic websocket reconnect (c7edda6)