summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-04-25Promote ffmpeg, libpulse, wl-clipboard to Hard DependenciesSun Woo Kim
Optional left users with features that look broken without them (AutoMute toggle inert, Import wallpaper missing its thumbnail, clipboard losing snippets on close). Hard-dep'ing all three is simpler and avoids the support burden. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25Add wl-clipboard Optional DependencySun Woo Kim
wl-copy is invoked by the Settings-tab keybind Copy buttons so the copied snippet persists on the clipboard after livepaper closes. Without it, falls back to Avalonia's clipboard which releases the selection on app exit. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25Add Optional Dependencies for ffmpeg and libpulseSun Woo Kim
ffmpeg powers the new Import Wallpaper thumbnail extraction; libpulse provides pactl/parec for Auto-Mute (pipewire-pulse covers it on PipeWire systems). Both degrade gracefully if missing, so optdepends rather than depends. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-20Fix Package BuildSun Woo Kim
2026-04-20Fix Package SizeSun Woo Kim
2026-04-20Fix Single File Bundle ErrorSun Woo Kim
2026-04-20Fix app name capitalisationSun Woo Kim
2026-04-20Initial releaseSun Woo Kim