[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.

v1.1.0

Kasper (Feb 23, 2022, 3:10 AM +0100) b8edea1c 97f3ac71

+3 -3
+1 -1
CHANGELOG.md
··· 1 - ## Next 1 + ## 1.1.0 - 2022 Feb 23 2 2 - Sort videos from new to old 3 3 - Increase size of video thumbnails 4 4 - Fix channel name sometimes appearing on the same line as the title
+1 -1
src-tauri/Cargo.lock
··· 1800 1800 1801 1801 [[package]] 1802 1802 name = "kadium" 1803 - version = "1.0.2" 1803 + version = "1.1.0" 1804 1804 dependencies = [ 1805 1805 "atomicwrites", 1806 1806 "chrono",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "kadium" 3 - version = "1.0.2" 3 + version = "1.1.0" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"