From 4109928af229efbe20b4c847940e567cc881848d Mon Sep 17 00:00:00 2001 From: amcheste-ai-agent <278991699+amcheste-ai-agent@users.noreply.github.com> Date: Tue, 12 May 2026 21:19:09 -0400 Subject: [PATCH] chore: release v1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor bump (1.3.5 → 1.4.0). The banner feat: commit triggers a minor per the conventional-commits rule. Highlights: - feat: brand banner per banner-spec, rendered morning-brief daily note with three priority → arrows in Hunter Green as the δ (#48). - chore(brand): em-dash sweep + brand-aligned README badge colors. - ci: release-drafter bumped to v7.3.0. - Dependabot bumps for codeql-action, labeler, setup-python, release-drafter, anthropic (in /evals), pyyaml (in /evals). Co-Authored-By: Claude Opus 4.7 (1M context) Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com> --- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 30615e3..5c7636a 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ea-agent", - "version": "1.3.5", + "version": "1.4.0", "description": "A virtual executive assistant for Claude Code \u2014 daily notes, task management, inbox triage, meeting notes, weekly reviews, and quick capture, all wired into Obsidian and Apple Reminders.", "author": { "name": "amcheste", diff --git a/CHANGELOG.md b/CHANGELOG.md index 15dc107..94392ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [1.4.0] — 2026-05-12 + +### Added +- Brand banner under `assets/` (svg + 1200/2400 png) per [`banner-spec.md`](https://github.com/amcheste/alanchester-brand/blob/main/docs/banner-spec.md). Hero: rendered morning-brief daily note with three priority `→` arrows in Hunter Green as the δ — the EA's synthesized "what matters today" output. README mascot replaced by the banner; `assets/logo.png` preserved. + +### Changed +- Brand-aligned README badges (license in Hunter Green `#1F4D3A`, version in Ink `#0B0B0C`). +- Release Drafter workflow bumped to v7.3.0. + +### Dependencies +- Dependabot bumps: `github/codeql-action` (3.35.1 → 4.35.4), `actions/labeler` (6.0.1 → 6.1.0), `actions/setup-python`, `release-drafter` (7.1.1 → 7.3.0), `anthropic` (≥0.40.0 → ≥0.101.0 in /evals), `pyyaml` (≥6.0 → ≥6.0.3 in /evals). + +--- + ## [1.3.5]. 2026-04-03 ---