You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Bump version to 0.3.1 and improve error handling
- Update version from 0.2.8 to 0.3.1 across app.go, package.json, splash screen, and wails.json
- Update application icons and branding assets (appicon.png, windows icon.ico)
- Initialize keyboard shortcuts hook in App component on mount
- Disable default React Flow delete key handling to prevent conflicts with custom keyboard shortcut logic
- Add existence checks before node operations in useKeyboardShortcuts to prevent errors when selected node is deleted
- Add validation checks in customNodeStore operations (update, delete, duplicate) to warn and gracefully handle missing nodes
- Add input validation and existence checks in executionStore deleteExecution method
- Improve error handling and user feedback with console warnings and toast notifications for edge cases
0 commit comments