Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ The dashboard's **What's New** rail reads this file at request time
entries. Keep entries terse — one line per item under each version
date, grouped by `Added` / `Changed` / `Fixed` / `Removed`.

## [2026-07-15] — v0.21.0 · Clear project and issue scope

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Track same-day releases distinctly

Because system.changelog parses the bracketed value as entry.date and WhatsNewTile computes hasUnseen with new Date(latestDate) > new Date(seenAt), reusing 2026-07-15 for this new top entry means any user who opened What's New earlier on July 15 already has a changelogSeenAt later than midnight and will not see the dashboard's new-change dot for v0.21.0. Please use a per-release identity or timestamp for unseen checks before shipping another same-day release.

Useful? React with 👍 / 👎.


### Added

- **Issue lists and boards share one visible lifecycle scope.** Open and All apply consistently across global and project views, remain encoded in the URL, and offer a direct recovery path when completed work matches a search.
- **Project creation explains its durable choices.** Required fields, immutable issue-key behavior, accessible color selection, inline validation recovery, and direct navigation to the created project make setup predictable.

### Changed

- **Issue filtering exposes only meaningful controls.** Redundant Done filtering and empty saved-view chrome are removed, updated-time filtering is distinguished from sorting, and active searches can be cleared directly.
- **Project progress is readable and accessible.** Cards show completed and total issue counts alongside semantic progress indicators.

## [2026-07-15] — v0.20.1 · Clean-checkout deployment

### Fixed
Expand Down
8 changes: 8 additions & 0 deletions DEVLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

> Append-only session log. Read at session start. Update at session end.

## 2026-07-15 — v0.21.0 release

Merged AXI-108 through PR #40 and prepared the feature release from the exact
merged `main` commit. The release records the unified Open/All issue lifecycle
scope, clearer issue filtering, improved project creation guidance, and
accessible project progress presentation. Release validation, deployment, and
live smoke evidence are recorded with the tagged release.

## 2026-07-15 — Scheduled Tasks review follow-up

Addressed the Codex reviews on AXI-92. Manual Run now treats a lost atomic
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forge",
"version": "0.20.1",
"version": "0.21.0",
"private": true,
"description": "Forge — a fast, minimalist, keyboard-driven project management platform with pluggable agents.",
"license": "MIT",
Expand Down
Loading