Skip to content

VidBee_Flutter v2026.07.11.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 12:13

Fixes

  • History task details sheet: Keep Open / Share / Close always visible.
    Long titles, URLs, paths, or errors used to overflow a non-scrollable
    Column and clip the bottom actions; the sheet is now scroll-controlled
    with a pinned action bar and safe-area padding.

Features / Engine

  • Bundled yt-dlp updated to 2026.07.04 (res/raw/ytdlp +
    _bundledYtDlpVersion), so offline installs start with the current
    stable extractor without waiting for an in-app update.

Changes

  • Show the real app version via PackageInfo in About and the update
    subtitle (no more stale 1.0.13 placeholder).
  • Drop unused subscription_id from the Drift schema (schemaVersion = 3).
    Old databases keep the orphan column (minSdk SQLite cannot DROP COLUMN
    safely); new installs no longer create it.
  • Re-enable R8 minify + resource shrinking with expanded ProGuard keep
    rules for extractor / youtubedl-android / Flutter / app channels.
  • Re-enable prefer_const_* lints (analyzer clean).
  • Split settings UI: cookie management section + section header widgets
    extracted from the monolithic settings page.

Tests

  • flutter analyze clean
  • flutter test all 51 tests passed (schemaVersion=3 covered)

Full Changelog: v2026.07.11.1...v2026.07.11.2