[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 21, 2024, 7:47 AM +0100) f76926bf 25fd0093

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.7.0 - 2024 Jan 21 4 4 - Add basic history page, accessible via `Cmd/Ctrl+Y`. 5 5 - Fix selection staying in the same position when videos update 6 6 - Keep video selected if it moves position
+1 -1
src-tauri/Cargo.lock
··· 2126 2126 2127 2127 [[package]] 2128 2128 name = "kadium" 2129 - version = "1.6.2" 2129 + version = "1.7.0" 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.6.2" 3 + version = "1.7.0" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"