[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 (Jan 28, 2024, 11:19 AM +0100) c5dc91c3 3f8ed879

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.7.1 - 2024 Jan 28 4 4 - Fix selection being created on videos page refresh 5 5 6 6 ## 1.7.0 - 2024 Jan 21
+1 -1
src-tauri/Cargo.lock
··· 2126 2126 2127 2127 [[package]] 2128 2128 name = "kadium" 2129 - version = "1.7.0" 2129 + version = "1.7.1" 2130 2130 dependencies = [ 2131 2131 "atomicwrites", 2132 2132 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.7.0" 3 + version = "1.7.1" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"