[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 (Jul 8, 2022, 12:36 AM +0200) 77baac9b cd603e0a

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.4.1 - 2022 Jul 8 4 4 - Fix "missing field `videoPublishedAt`" error (which happens when videos are privated but still accessible). 5 5 6 6 ## 1.4.0 - 2022 Jun 28
+1 -1
src-tauri/Cargo.lock
··· 1547 1547 1548 1548 [[package]] 1549 1549 name = "kadium" 1550 - version = "1.4.0" 1550 + version = "1.4.1" 1551 1551 dependencies = [ 1552 1552 "atomicwrites", 1553 1553 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.4.0" 3 + version = "1.4.1" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"