[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 19, 2023, 12:09 PM +0100) 2e4374bb f4ca6441

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.5.0 - 2023 Nov 19 4 4 - Add support for all channel URLs. URLs like `/lacunarecs`, `/@lacunarecs`, `/c/lacunarecs`, `/user/lacunarecs` and even `/lacunarecs/playlists` etc work now. 5 5 - Fix some errors not being shown 6 6 - Fix notification identifiers
+1 -1
src-tauri/Cargo.lock
··· 2107 2107 2108 2108 [[package]] 2109 2109 name = "kadium" 2110 - version = "1.4.4" 2110 + version = "1.5.0" 2111 2111 dependencies = [ 2112 2112 "atomicwrites", 2113 2113 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.4.4" 3 + version = "1.5.0" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"