Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Nov 10:56
· 32 commits to main since this release

1.0.0 (2025-11-28)

Bug Fixes

  • correct property name from ownerId to userId in email settings query (54406a7)
  • enhance formatRangeDisplay to handle additional prefix variations (e42b319)
  • enhance TodoForm validation and improve default values for status and priority (d49d473)
  • refine MeetingForm validation and update optional fields for better clarity (0a35c59)
  • remove extra space in production deployment section of README (4dcef85)
  • remove unnecessary line breaks in README (9143230)
  • remove unused usersLoading prop from TodoModel component (23d50f6)
  • uncomment routes for Reports and Automation in sideBarLinks (f04b825)
  • update build workflow to trigger on pull requests and enhance Node.js setup (395147d)
  • update description for AI settings in NavBar component (91c8172)
  • update email validation to use z.email and make name and confirmPassword required in login schema (af530be)
  • update formatRangeDisplay to use underscores in range replacement (fa26ec1)
  • update label from "Edit Deal" to "Edit Task" in index.tsx; correct import path in Card.tsx (d4d5e0a)
  • update metadata title and description for CRM (97bfa3f)
  • update release workflow to enhance permissions and improve dependency management (1fd709c)
  • update section title from "AI Settings" to "Mail Settings" in EmailForm component (f98d954)
  • update semantic release commands to use extends option for configuration files (d03d5af)
  • update semantic release commands to use relative paths for configuration files (59fb128)
  • update specificChanges initialization and correct boolean type in CustomersForm (e2cd258)

Features

  • add ComingSoonPage component and integrate it into ToolautomationPage (1252716)
  • add email sending (a95ed86)
  • add GNU Affero General Public License to the repository (ec4c20e)
  • add ProspectSlideOver component to ProtectedLayout (6d94fcb)
  • add semantic release configuration and GitHub Actions workflow (e67db2b)
  • add support for new prospect action in DashboardHeader component (05336a4)
  • add user API endpoints and form validation with zod (9044e6b)
  • add user API endpoints and form validation with zod (ff26eda)
  • add Zustand store for managing prospect modal state (9ab0057)
  • configure semantic release for Gitea and GitHub with separate config files (2fdeb6d)
  • enable signup functionality with environment variable toggle (94fd12d)
  • enhance file attachment handling in detail modals and export functions (cc43c01)
  • refactor CompaniesForm to use react-hook-form and zod for validation (5a3b419)
  • update README with project overview, tech stack, and contribution guidelines (42caf1b)