Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:08
· 17 commits to main since this release

What's fixed in v1.1.0

Bug fixes

Batch download

  • Fixed a React Rules of Hooks violation where useState was called inside a .map() loop inside MultiCard. This caused crashes when expanding a YouTube channel or Instagram profile in batch mode. Each thumbnail is now its own ThumbGridItem component.
  • 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).