32 Commits

Author SHA1 Message Date
a0a903009d Feat: Auto-trim whitespace from input fields on blur 2025-12-27 20:40:14 +11:00
158d774731 Update feature screenshot 2025-12-27 20:28:21 +11:00
51c2d4378b Feat: Add Mail Assure to quick presets 2025-12-27 20:20:17 +11:00
592f82d73e Docs: Complete README overhaul with real screenshots 2025-12-27 20:15:26 +11:00
128a5d16b1 Fix: Remove duplicate closing braces causing JS error 2025-12-27 19:35:13 +11:00
fafab6895b Docs: Overhaul README with new screenshots and deployment info 2025-12-27 19:27:47 +11:00
719096be79 Fix: Improve sync script mechanism and pm2 path 2025-12-27 19:01:50 +11:00
d6cf8f6603 Feat: Add git commit info badge 2025-12-27 17:44:39 +11:00
8dcbacf0ed Fix: Add npm install to setup script 2025-12-27 17:40:46 +11:00
3801c87230 Add Cloudflared installation steps 2025-12-27 17:20:15 +11:00
60f922b2a9 Update deployment template with automated instructions 2025-12-27 17:16:17 +11:00
5ee7a469d9 Resolve merge conflict in .gitignore 2025-12-27 17:13:52 +11:00
7f204426ed Add deployment scripts and config 2025-12-27 17:11:42 +11:00
02222026ef Correct description punctuation in README
Fix typo in application description.
2025-12-21 15:06:21 +11:00
Danijel Micic
65bc45f935 docs: Add release notes and update gitignore
- Add RELEASE-NOTES.md
- Ignore zip files to prevent committing large artifacts
2025-12-15 22:01:26 +11:00
Danijel Micic
032408e56d fix: Robust GitHub Actions build
- Add explicit 'package' script to package.json to avoid npx issues
- Update workflow to use 'npm run package'
- Use wildcard path for compression to handle folder naming variations
- Add 'ls dist' for debugging
v1.0.0
2025-12-15 19:24:16 +11:00
Danijel Micic
34e4c5a2ee fix: Update GitHub Actions to use electron-packager
- Replace electron-builder with electron-packager to avoid code signing issues
- Simplify build process
- Create ZIP archive for distribution
2025-12-15 18:57:34 +11:00
Danijel Micic
6857d33319 feat: Add electron-packager and GitHub Actions for desktop builds
- Add electron-packager as alternative build tool
- Create GitHub Actions workflow for automated Windows builds
- Update .gitignore to exclude dist folder
- Add comprehensive README with installation and usage instructions
- Successfully built Windows executable (210MB)
2025-12-15 18:27:15 +11:00
Danijel Micic
cc3c27b674 feat: Add Electron desktop application wrapper
- Create electron-main.js with window, tray, and menu management
- Add Electron and electron-builder dependencies
- Configure build settings for Windows
- Add npm scripts for electron and build
- Desktop app features: system tray, menu bar, auto-start server
2025-12-15 18:23:03 +11:00
Danijel Micic
0adb2cf8dc fix: Add automatic whitespace trimming for form inputs
- Trim all form field values before submission
- Prevents copy-paste whitespace issues
- Applied to both regular and auto-discovery tests
2025-12-15 14:06:37 +11:00
Danijel Micic
688c2ba52c feat: Phase 1 Quick Wins - Dark mode, presets, history, and enhanced errors
- Add dark/light theme toggle with IndexedDB persistence
- Implement configuration presets (Office365, Gmail, SendGrid, Mailgun, Amazon SES)
- Add test history panel with last 50 tests and click-to-load
- Create IndexedDB wrapper for persistent storage
- Add enhanced error messages with troubleshooting tips
- Improve UX with auto-save last configuration
- Add custom scrollbars and smooth theme transitions
2025-12-15 14:00:32 +11:00
Danijel Micic
88fafecc16 Fix SMTP encryption logic for STARTTLS and Unencrypted modes 2025-12-15 11:54:56 +11:00
Danijel Micic
6b30e3432e Improve error handling in server and client 2025-12-15 11:06:14 +11:00
52365a9470 docs: Add comprehensive README with screenshots and documentation 2025-12-13 12:58:51 +11:00
d728731d74 Add GitHub repository link to footer 2025-12-13 12:13:21 +11:00
63d52837ab Remove BCT-Base directory (branding already integrated) 2025-12-13 12:09:07 +11:00
fcc79e76f0 Add auto-discovery SMTP testing, unencrypted support, and BCT branding 2025-12-13 12:06:36 +11:00
bf66d6915e Fix server.js to support root index.html 2025-12-13 11:34:19 +11:00
8028bb22cd Refactor: Move index.html to root and serve assets from /public 2025-12-13 11:01:48 +11:00
9f9517da31 Restore project structure and push 2025-12-13 11:00:25 +11:00
d979a7843e Implement full SMTP Tester with premium UI and Backend 2025-12-13 10:13:45 +11:00
90381ffe37 Initial commit 2025-12-13 10:00:24 +11:00