[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 9, 2022, 3:02 AM +0100) 4f189a5a 436d26bc

+4 -3
+2 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.1.0 - 2022 Dec 9 4 4 - Add `Escape` shortcut for closing the window 5 5 - Fix cron segment highlighting 6 + - Fix window not revealing when minimized 6 7 7 8 ## 1.0.2 - 2022 Nov 4 8 9 - Fix tray icon button (and maybe Linux)
+1 -1
src-tauri/Cargo.lock
··· 2266 2266 2267 2267 [[package]] 2268 2268 name = "remind-me-again" 2269 - version = "1.0.2" 2269 + version = "1.1.0" 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.0.2" 3 + version = "1.1.0" 4 4 description = "Toggleable reminders app for Mac, Linux and Windows" 5 5 default-run = "remind-me-again" 6 6 edition = "2021"