Skip to content

Commit

Permalink
Display project description as Alfred subtitle, when possible.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein committed Sep 10, 2024
1 parent f6a531d commit 6ad358d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3] - 2024-09-10

### Added

- Project items now display their descriptions when available. (Coolify >= [beta.332](https://github.com/coollabsio/coolify/releases/tag/v4.0.0-beta.332)).

## [0.0.2] - 2024-09-09

### Changed
Expand Down
1 change: 1 addition & 0 deletions items.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
foreach ($projects as $project) {
$workflow->item()
->title($project->name)
->subtitle($project->description ?? '')
->arg(buildDashboardUrl($workflow, 'project/' . $project->uuid));
}

Expand Down

0 comments on commit 6ad358d

Please sign in to comment.