Release v3.1.3
15 commits
✨ New Features
- add support button in AboutDialog for project contributions
- add SponsorCarousel component to display sponsorship options in the sidebar
- add SumoPod sponsorship to README and update sponsor images
- implement openExternalUrl utility for consistent external link handling
🐛 Bug Fixes
- update max width of AlertDialogContent in ConfirmModal for better layout
- adjust minimum height of rules editor for better usability
- update version to 3.1.2 in package.json and tauri.conf.json
- update version to 3.1.1 in package.json and tauri.conf.json
- clarify id-token permission comment and ensure npm is upgraded for OIDC trusted publishing
♻️ Refactors
- update prisma usage to avoid type errors and improve type safety
- remove unused imports from NavActionsMenu component
- update import paths and remove unused FlowchartExportMenu component
- update layout of header sections in various table views for improved responsiveness
Other
- Merge pull request #152 from hadziqmtqn/cli-app
- Merge branch 'master' into cli-app
⚠️ Important NoticeThis desktop application is not registered with Apple or Microsoft, so it:
- Will likely be flagged by Gatekeeper (macOS) or SmartScreen (Windows) on first launch
- Cannot receive automatic updates through official store channels
- May require manual security overrides to run (System Settings → Privacy & Security → Open Anyway)
To update, re-download the latest build from this releases page.
We're actively working on code signing and platform registration. Stay tuned.💡 Alternative: For the smoothest experience, consider using the CLI app, Docker, or self-hosting on your own server — no OS security warnings, always up-to-date.