Releases: Fx64b/video-archiver
Releases · Fx64b/video-archiver
0.1.9.0-BETA
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
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
0.1.6.0-BETA
0.1.5.0-BETA
0.1.4.1-BETA
0.1.4.0-BETA
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
0.1.2.0-BETA
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-onlyflag (a6a627a) - web/statistics: add DownloadsChart and StorageChart components for statistics visualization (02f9df3)
- web/statistics: load and display basic download statistics (b2b8c63)