[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 10, 2024, 12:42 PM +0100) e850e7de 44ba15f4

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.6.0 - 2024 Jan 10 4 4 - Make search case insensitive 5 5 - Show Channels page as grid 6 6 - Load 100 videos at a time instead of 50
+1 -1
src-tauri/Cargo.lock
··· 2126 2126 2127 2127 [[package]] 2128 2128 name = "kadium" 2129 - version = "1.5.0" 2129 + version = "1.6.0" 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.5.0" 3 + version = "1.6.0" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"