[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 (Nov 20, 2022, 1:25 AM +0100) e9889a62 7d12f0ca

+5 -2
+3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.4.2 - 2022 Nov 20 4 + - Update Tauri 5 + 3 6 ## 1.4.1 - 2022 Jul 8 4 7 - Fix "missing field `videoPublishedAt`" error (which happens when videos are privated but still accessible) 5 8
+1 -1
src-tauri/Cargo.lock
··· 1559 1559 1560 1560 [[package]] 1561 1561 name = "kadium" 1562 - version = "1.4.1" 1562 + version = "1.4.2" 1563 1563 dependencies = [ 1564 1564 "atomicwrites", 1565 1565 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.4.1" 3 + version = "1.4.2" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"