[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 (Feb 26, 2022, 5:05 AM +0100) 977b5a82 cbfd163f

+7 -3
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 3 ## Next 4 + - Clicking on videos now selects them. To open a video, double click or cmd/ctrl+click on it. 5 + - Add `Cmd/Ctrl+Delete` shortcut to archive the selected video 6 + - Add `Shift+Cmd/Ctrl+Delete` shortcut to unarchive the selected video 4 7 - Add `Cmd/Ctrl+,` shortcut to open the settings 8 + - Small design changes 5 9 - Fix incorrect video page loading 6 10 - Fix missing Windows release 7 11 - Fix channel title line wrapping
+1 -1
README.md
··· 31 31 ### Release new version 32 32 1. Update `CHANGELOG.md` 33 33 2. Bump the version number in `src-tauri/Cargo.toml` 34 - 3. Run `npm run check` to update `Cargo.lock` 34 + 3. Run `cargo check` to update `Cargo.lock` 35 35 4. Create a git tag in the format `v#.#.#` 36 36 5. Add release notes to the generated GitHub release and publish it
+1 -1
src-tauri/Cargo.lock
··· 1800 1800 1801 1801 [[package]] 1802 1802 name = "kadium" 1803 - version = "1.1.0" 1803 + version = "1.2.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.1.0" 3 + version = "1.2.0" 4 4 description = "App for YouTube upload notifications" 5 5 default-run = "kadium" 6 6 edition = "2018"