- Подготовлен публичный пакет проекта для загрузки на GitHub.
- Добавлены
README.md,CHANGELOG.md,LICENSE,CONTRIBUTING.md,SECURITY.md. - Добавлены инструкции по сборке Windows EXE, загрузке через GitHub web и работе с приватными данными.
- Добавлены batch-файлы
run_app.bat,build_exe.bat,run_tests.bat. - Добавлены GitHub issue templates и pull request template.
- Расширен
.gitignoreдля исключения локальных БД, токенов, логов, экспортов, вложений и кэша Python.
- Desktop CRM with modules: Dashboard, Persons, Contacts, Tasks, Planner, Registry Tasks, Reminders, Birthdays, Meetings, DB Editor and Service.
- Birthday Reminder integration with import/export Excel template and separate local birthday database.
- ICS/Excel-oriented office workflows.
- Yandex Calendar / Yandex Disk integration code paths, disabled unless configured by the user.
- Local security audit utility in
tools/security_audit.py.
- Removed generated Python cache files from the release archive.
- Kept runtime directory skeletons using
.gitkeepwithout committing real local data.