[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump version

Kasper (Sep 9, 2025, 8:22 AM +0200) 49cedc0d fea4f7b9

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.8.0 - 2025 Sep 9 4 4 - Use Shift instead of Alt for Videos/Channels page shortcuts 5 5 - Add option to disable window decorations 6 6 - Fix error when a channel has scheduled livestreams
+1 -1
src-tauri/Cargo.lock
··· 2307 2307 2308 2308 [[package]] 2309 2309 name = "kadium" 2310 - version = "1.7.1" 2310 + version = "1.8.0" 2311 2311 dependencies = [ 2312 2312 "atomicwrites", 2313 2313 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.7.1" 3 + version = "1.8.0" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"