Releases: zihaaaad/DocuMint
Releases · zihaaaad/DocuMint
Release list
Release v2.0.0
🚀 Release v2.0.0
DocuMint v2.0.0 is a major milestone that transforms the application from a Windows-specific tool into a Universal Document Engine.
🌟 Highlights
- Universal Email: Now supports Gmail, Yahoo, Office365, and any custom SMTP server. You are no longer required to have Outlook installed!
- Pre-Flight Validation: A new safety engine checks your files before processing. It scans your Word template for placeholders and ensures they exist in your Excel data.
- Modern UI: A completely redesigned dark-theme interface with "Midnight Blue" and "Emerald Green" accents for a professional look.
- Portable Mode: Includes a standalone
DocuMint.exethat runs without Python.
📋 Full Changelog
Added
src/documint/core.py: AddedSMTPSenderclass for cross-platform email support.src/documint/gui.py: Added "Validate Files" button and logic.src/documint/gui.py: AddedToolTipclass for in-app help.RELEASE.md: Added release documentation.docs/USER_GUIDE.md: Comprehensive user manual.
Changed
- Colors: Updated branding to Professional Navy/Green palette.
- Structure: Refactored entire codebase into
src/documintpackage. - Build: Updated
DocuMint.specfor reliable .exe generation.
Fixed
- Fixed crashing issue when
config.jsonwas corrupted (added try-except block). - Fixed
pywin32dependency issues on non-Windows systems (by making imports conditional).
📥 Download
- Source Code: v2.0.0.zip
- Portable EXE: DocuMint_Portable.zip