[READ-ONLY] Mirror of https://github.com/probablykasper/remind-me-again. Toggleable cron reminders app for Mac, Linux and Windows
linux macos notifications reminder tauri windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump version

Kasper (Dec 10, 2022, 3:09 AM +0100) 4b4e1b54 b95df71e

+5 -2
+3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.1.1 - 2022 Dec 10 4 + - Update dependencies 5 + 3 6 ## 1.1.0 - 2022 Dec 9 4 7 - Add `Escape` shortcut for closing the window 5 8 - Fix cron segment highlighting
+1 -1
src-tauri/Cargo.lock
··· 2266 2266 2267 2267 [[package]] 2268 2268 name = "remind-me-again" 2269 - version = "1.1.0" 2269 + version = "1.1.1" 2270 2270 dependencies = [ 2271 2271 "async-cron-scheduler", 2272 2272 "atomicwrites",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "remind-me-again" 3 - version = "1.1.0" 3 + version = "1.1.1" 4 4 description = "Toggleable reminders app for Mac, Linux and Windows" 5 5 default-run = "remind-me-again" 6 6 edition = "2021"