[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 20, 2025, 3:43 AM +0200) 44afd9c9 c5d06e71

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.8.1 - 2025 Sep 20 4 4 - Fix help menu not showing on macOS 5 5 6 6 ## 1.8.0 - 2025 Sep 9
+1 -1
src-tauri/Cargo.lock
··· 2309 2309 2310 2310 [[package]] 2311 2311 name = "kadium" 2312 - version = "1.8.0" 2312 + version = "1.8.1" 2313 2313 dependencies = [ 2314 2314 "atomicwrites", 2315 2315 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.8.0" 3 + version = "1.8.1" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"