[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 (Jun 20, 2022, 10:32 PM +0200) 11eca507 2d39fd9a

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.3.2 - 2022 Jun 20 4 4 - Fix Content Security Policy issue 5 5 6 6 ## 1.3.1 - 2022 Jun 20
+1 -1
src-tauri/Cargo.lock
··· 1547 1547 1548 1548 [[package]] 1549 1549 name = "kadium" 1550 - version = "1.3.1" 1550 + version = "1.3.2" 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.3.1" 3 + version = "1.3.2" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"