v1.1.0
What's fixed in v1.1.0
Bug fixes
Batch download
- Fixed a React Rules of Hooks violation where
useStatewas called inside a.map()loop insideMultiCard. This caused crashes when expanding a YouTube channel or Instagram profile in batch mode. Each thumbnail is now its ownThumbGridItemcomponent. - Fixed the indeterminate (partial-select) checkbox state in the multi-item grid header.
Settings
- Saved settings now apply immediately to downloads. Previously, the "Default quality", "Output folder", and filename settings were only picked up after navigating away from the Settings page and back. Now they take effect the moment you click Save.
- Fixed a stale closure bug in the platform switcher that prevented settings from syncing even when navigating away.
Cleanup
- Removed
Navbar.jsx(fully replaced by the collapsible sidebar). - Removed two unused state variables left over from the sidebar migration (
igSetupReady,igSetupLoading).