[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 26, 2022, 5:39 AM +0100) 4a513f57 5f20f7f8

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.2.1 - 2022 Feb 26 4 4 - Fix video loading issue 5 5 6 6 ## 1.2.0 - 2022 Feb 26
+1 -1
src-tauri/Cargo.lock
··· 1800 1800 1801 1801 [[package]] 1802 1802 name = "kadium" 1803 - version = "1.2.0" 1803 + version = "1.2.1" 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.0" 3 + version = "1.2.1" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"