Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 04:05

1.0.0 (2026-04-24)

Features

  • add advanced table functionality with sorting and pagination (e90d9b6)
  • Add command palette, magic badge, and magic card components (e4d486f)
  • add controllers, models, requests, policies, factories, migrations, and seeders for job applications and reminders (ef196f6)
  • add dashboard components for empty state, recent applications, and follow-up alert with improved utility functions (4c2ef35)
  • add DashboardStatCard and RecentApplicationRow components with associated types for improved dashboard functionality (be0048b)
  • add Docker support and Octane configuration; include scripts for changelog generation and version tagging (bcce71c)
  • add job application delete dialog and related functionality with tests (894838d)
  • add job application update dialog and related functionality with tests (e2aedf4)
  • add job applications overview and table components (e1eeaff)
  • add JobApplicationActionsMenu component for managing job applications (43d88cd)
  • add landing page and add feature test for landing page rendering (57c6820)
  • add lefthook configuration for pre-commit and pre-push hooks, and update package dependencies (d409951)
  • add semantic release configuration and GitHub Actions workflow for image release (d0d4ac5)
  • add tightenco/ziggy package and implement useTableFilters hook for enhanced filtering in job applications (fa0d8dc)
  • enhance job applications index layout with CardAction for create dialog (e415521)
  • enhance JobApplicationsFilters component with description for improved user guidance (7d02426)
  • enhance landing components by refining styles and removing unnecessary props (82e32b3)
  • enhance landing components with improved styling and layout adjustments (bca3a78)
  • enhance pagination handling and add routePath prop to DataTable and JobApplicationsTable components (c2a892a)
  • implement application status logging and seeding; add tests for status progression (5818e7a)
  • implement DashboardController and associated dashboard view with application statistics (6b57dff)
  • implement job application creation and management features with status handling and UI enhancements (7d6ba95)
  • implement job application detail view with status timeline and related tests (3e63f5f)
  • implement job application details page with hero, notes panel, and timeline components (66c7c6f)
  • implement JobApplicationStatus enum and update related components for improved status management (3356011)
  • implement landing browser preview components; add header, stats, and table for enhanced application overview (4243252)
  • initial commit (ba667b1)
  • integrate InputGroup component into JobApplicationsFilters for enhanced search functionality (fbce6c2)
  • refactor job application forms to use JobApplicationFormFields component for better code reuse (ccdb3f6)
  • refactor landing browser preview to use JobApplicationStatusBadge and improve traffic light rendering (d9e097e)
  • refactor navigation structure by consolidating main and utility nav items into app-navigation component (7148f79)
  • simplify app header and sidebar by removing utility navigation items (22dcccb)
  • translate landing page components and update text for clarity (b0f93fa)
  • update application name to 'applyst' in configuration and UI components (f3e5e54)
  • update AppLogo component to support variant prop; adjust styles in AppHeader and LandingFooter for consistency (0438256)
  • update color variables for improved accessibility and enhance text readability in landing components (07bb7e1)
  • update component styles and structure; add Figtree font support and improve accessibility (b8a0a76)
  • update database seeders to use firstOrCreate for user and add multiple job applications (d911098)
  • update favicon and logo assets; enhance app header and footer components (6bbf1cf)
  • update job application summary structure and enhance filters functionality (e588471)
  • update landing browser preview to use a table layout for applications and enhance landing CTA section styling (7484104)
  • update text color variables for improved consistency across landing components (e208576)

Bug Fixes

  • remove duplicate import statements for icons in JobApplicationsOverview component (161dba9)
  • restructure Dockerfile for multi-stage builds; optimize PHP and Node.js installation (bca803d)
  • standardize import quotes and improve formatting in CSS and TypeScript files (9d91680)
  • update AppLogoIcon text color and adjust layout width for responsiveness (8d84f79)
  • update filterable source field to use 'like' for improved searching (71d1cba)
  • update healthcheck command and enforce APP_KEY requirement in entrypoint script (5c906a6)
  • update import statement for AppLayoutTemplate to use app-header-layout (0234f64)
  • update PHP version requirement to ^8.4 in composer.json and adjust CI matrix in tests.yml (7ce20e8)