File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3535 env :
3636 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
3737 SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
38- SENTRY_PROJECT : rune
38+ SENTRY_PROJECT : ${{ secrets.SENTRY_PROJECT }}
3939 with :
4040 environment : production
4141 version : ${{ github.ref_name }}
6464 env :
6565 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
6666 SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
67- SENTRY_PROJECT : rune
67+ SENTRY_PROJECT : ${{ secrets.SENTRY_PROJECT }}
6868 with :
6969 environment : production
7070 version : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 120120## Low Priority (P2) - Nice to Have
121121
122122### Future Enhancements
123+ - [ ] ** Programmatic Shortcut Management**
124+ - [ ] Auto-detect existing desktop/menu shortcuts
125+ - [ ] One-time prompt for shortcut creation during install
126+ - [ ] Cross-platform shortcut creation (macOS .webloc, Windows .lnk, Linux .desktop)
127+ - [ ] Update shortcuts when binary location changes
128+ - [ ] User preference storage for shortcut management
129+
123130- [ ] ** AI-Powered Features**
124131 - [ ] Smart ritual suggestions based on usage patterns
125132 - [ ] Productivity optimization recommendations
You can’t perform that action at this time.
0 commit comments