[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 21, 2023, 5:19 AM +0100) 6dcc6cde 760b5c45

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.4.3 - 2022 Feb 21 4 4 - Fix new videos sometimes not loading when using arrow keys 5 5 6 6 ## 1.4.2 - 2022 Nov 20
+1 -1
src-tauri/Cargo.lock
··· 1562 1562 1563 1563 [[package]] 1564 1564 name = "kadium" 1565 - version = "1.4.2" 1565 + version = "1.4.3" 1566 1566 dependencies = [ 1567 1567 "atomicwrites", 1568 1568 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.4.2" 3 + version = "1.4.3" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"