Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.38 KB

File metadata and controls

25 lines (18 loc) · 1.38 KB

Changelog

3.1.2 — GitHub release package

Added

  • Подготовлен публичный пакет проекта для загрузки на 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.

Included application state

  • 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.

Packaging cleanup

  • Removed generated Python cache files from the release archive.
  • Kept runtime directory skeletons using .gitkeep without committing real local data.