[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 (May 7, 2023, 6:10 AM +0200) b2e30717 a47de3f5

+4 -4
+1 -1
.github/workflows/test.yml
··· 11 11 strategy: 12 12 fail-fast: false 13 13 matrix: 14 - platform: [macos-10.15, ubuntu-latest, windows-latest] 14 + platform: [macos-latest, ubuntu-latest, windows-latest] 15 15 runs-on: ${{ matrix.platform }} 16 16 steps: 17 17 - name: Checkout repository
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.2.0 - 2023 May 7 4 4 - Start minimized 5 5 - Show only `Done` button on macOS 6 6 - Request notifications permission on startup
+1 -1
src-tauri/Cargo.lock
··· 2442 2442 2443 2443 [[package]] 2444 2444 name = "remind-me-again" 2445 - version = "1.1.1" 2445 + version = "1.2.0" 2446 2446 dependencies = [ 2447 2447 "async-cron-scheduler", 2448 2448 "atomicwrites",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "remind-me-again" 3 - version = "1.1.1" 3 + version = "1.2.0" 4 4 description = "Toggleable reminders app for Mac, Linux and Windows" 5 5 default-run = "remind-me-again" 6 6 edition = "2021"