[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.

Add code signing

Kasper (May 7, 2023, 6:45 AM +0200) 35e0f385 4201133e

+2
+1
.github/workflows/release.yml
··· 36 36 uses: tauri-apps/tauri-action@v0 37 37 env: 38 38 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 39 + APPLE_SIGNING_IDENTITY: ${{ APPLE_SIGNING_IDENTITY }} 39 40 APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }} 40 41 APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }} 41 42 with:
+1
CHANGELOG.md
··· 2 2 3 3 ## Next 4 4 - Fix notifications permission request 5 + - Add code signing 5 6 6 7 ## 1.2.0 - 2023 May 7 7 8 - Start minimized