[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 (Feb 28, 2022, 6:10 PM +0100) e3439677 0591a124

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.2.2 - 2022 Feb 28 4 4 - Fix total video count not showing 5 5 6 6 ## 1.2.1 - 2022 Feb 26
+1 -1
src-tauri/Cargo.lock
··· 1800 1800 1801 1801 [[package]] 1802 1802 name = "kadium" 1803 - version = "1.2.1" 1803 + version = "1.2.2" 1804 1804 dependencies = [ 1805 1805 "atomicwrites", 1806 1806 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.2.1" 3 + version = "1.2.2" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"