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
21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,25 @@ Versioning.

## [Unreleased]

## [0.14.0] - 2026-08-18

### Changed

- Render command aliases compactly as `alias > command` and repository aliases
as `alias | repository`, keeping both values visible without verbose labels.
- Carry explicit known-agent, repository, and launch-policy context through the
result file. PowerShell now manages titles per process for Codex, Claude, and
OpenCode, preserves Kimi's native behavior, and restores the previous title
after managed agent sessions. Current Kimi Code has no compatible
per-invocation title override, so DevNav leaves Kimi's live title native and
restores the caller's title after Kimi exits.
- Carry explicit known-agent and repository context through the launch result.
Codex, Claude Code, and OpenCode keep an `Agent/repository` terminal title
while running. Kimi keeps its native live session title, and DevNav restores
the caller's previous terminal title when Kimi exits.

### Security

- Add verified npm CLI bootstrapping, Rust parser fuzzing, and artifact
attestations for future releases.
- Publish portable Sigstore build-provenance sidecars with future releases.
- Add verified npm CLI bootstrapping and Rust parser fuzzing to the release
assurance baseline.
- Add GitHub build attestations, Sigstore keyless signatures, and
Scorecard-recognizable `.intoto.jsonl` provenance for release artifacts.
- Validate release provenance subjects and real SHA-256 artifact digests before
GitHub Release publication, aborting publication on any mismatch.

## [0.13.0] - 2026-08-14

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dev-nav"
version = "0.13.0"
version = "0.14.0"
edition = "2024"
rust-version = "1.97"
description = "A fast, keyboard-first Windows workspace navigator for PowerShell 7"
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jacoboptimiza/devnav",
"version": "0.13.0",
"version": "0.14.0",
"description": "Native high-performance workspace navigator for PowerShell 7 on Windows",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packaging/scoop/devnav.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.0",
"version": "0.14.0",
"description": "Native high-performance workspace navigator for PowerShell 7 on Windows.",
"homepage": "https://github.com/JacobOptimiza/dev-nav",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion powershell/DevNav.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'DevNav.psm1'
ModuleVersion = '0.13.0'
ModuleVersion = '0.14.0'
GUID = '5e631432-751b-46ce-bfa6-8a0051bc9bd1'
Author = 'Jacob Optimiza'
CompanyName = 'Jacob Optimiza'
Expand Down