Skip to content

Lively v1.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 18:58

What's New in Lively 1.1.1

This patch release fixes the wallpaper deletion and switching issues, making wallpaper management robust and intuitive on macOS popovers.

🔧 UI & Wallpaper Management Fixes

  • Instant Wallpaper Removal — macOS popovers and menu bar panels fail to display SwiftUI's standard .confirmationDialog sheets, which was causing the red trash button to silently fail. We removed the confirmation dialog so clicking the trash icon now removes the wallpaper immediately and reliably.
  • Individual Video Clear Buttons — Added a small red x button (xmark.circle.fill) in the top-right corner of each video thumbnail card. This allows you to clear/delete individual video files instantly (useful for clearing just the Light or Dark mode video in Appearance mode).
  • Interactive 'Click to Change' Indicator — Added a persistent overlay indicator at the bottom of the video thumbnail showing "Click to change", making it clear and intuitive that clicking the thumbnail will trigger the file picker.
  • Swift 6 Strict Concurrency & Build Fixes — Fixed compilation issues under strict concurrency mode on macOS 15+ Xcode environments by properly isolating the file picker to the @MainActor and refactoring nested complex views to avoid compiler type-checking timeouts.

Installation

Homebrew (recommended)

Lively is distributed via a custom tap. Sync the latest cask update and install/upgrade:

# 1. Sync tap commits
git -C "$(brew --repository harshabala/lively)" pull

# 2. Install (or upgrade) the cask
brew install --cask lively  # if not installed via Homebrew before
# or
brew upgrade --cask lively   # if already managed by Homebrew

Manual

Download Lively-1.1.1-macOS.zip below, unzip, and drag Lively.app to your Applications folder.

Requires: macOS 14 Sonoma or later · Apple Silicon or Intel