[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 (Jan 15, 2024, 7:21 AM +0100) c1f5064a af63d969

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.6.2 - 2024 Jan 15 4 4 - Fix channel page filtering 5 5 6 6 ## 1.6.1 - 2024 Jan 10
+1 -1
src-tauri/Cargo.lock
··· 2126 2126 2127 2127 [[package]] 2128 2128 name = "kadium" 2129 - version = "1.6.1" 2129 + version = "1.6.2" 2130 2130 dependencies = [ 2131 2131 "atomicwrites", 2132 2132 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.6.1" 3 + version = "1.6.2" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"