[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 (Apr 3, 2023, 1:19 PM +0200) 1cf41c13 91d9fd54

+7 -3
+5 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## 1.4.3 - 20223 Feb 2 3 + ## 1.4.4 - 2023 Apr 3 4 + - Fix blank screen 5 + - Fix grid overflow 6 + 7 + ## 1.4.3 - 2023 Feb 2 4 8 - Fix new videos sometimes not loading when using arrow keys 5 9 6 10 ## 1.4.2 - 2022 Nov 20
+1 -1
src-tauri/Cargo.lock
··· 1606 1606 1607 1607 [[package]] 1608 1608 name = "kadium" 1609 - version = "1.4.3" 1609 + version = "1.4.4" 1610 1610 dependencies = [ 1611 1611 "atomicwrites", 1612 1612 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.4.3" 3 + version = "1.4.4" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"