···11# Changelog
2233## Next
44+- Clicking on videos now selects them. To open a video, double click or cmd/ctrl+click on it.
55+- Add `Cmd/Ctrl+Delete` shortcut to archive the selected video
66+- Add `Shift+Cmd/Ctrl+Delete` shortcut to unarchive the selected video
47- Add `Cmd/Ctrl+,` shortcut to open the settings
88+- Small design changes
59- Fix incorrect video page loading
610- Fix missing Windows release
711- Fix channel title line wrapping
+1-1
README.md
···3131### Release new version
32321. Update `CHANGELOG.md`
33332. Bump the version number in `src-tauri/Cargo.toml`
3434-3. Run `npm run check` to update `Cargo.lock`
3434+3. Run `cargo check` to update `Cargo.lock`
35354. Create a git tag in the format `v#.#.#`
36365. Add release notes to the generated GitHub release and publish it