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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ must match the release tag.

## [Unreleased]

## [2.5.1] - 2026-07-26

### Reliability and safety

- Hardened hosted proxy request deadlines, cancellation, admission control,
idempotency, provider fallback, and response validation so misbehaving
requests fail closed with bounded resource usage instead of hanging or
falling through to unsafe defaults.
- Extension answer insertion, token handling, deletion, Tailor CV requests,
and other request-lifecycle mutations are now serialized so overlapping
actions can no longer race each other.
- Hardened local-provider privacy defaults, BYOK key isolation, structured
CV generation, and disconnect handling.
- Further improvements to grounding accuracy, contact extraction, release
reproducibility, and dependency security.

### Documentation and process

- Added issue/PR templates, a Code of Conduct, Contributing guide, Security
policy, and Privacy Policy for the open-source project.
- Added Dependabot configuration and a scheduled domain-packs refresh workflow.

## [2.5.0] - 2026-07-22

### Tailored CV generation
Expand Down
2 changes: 1 addition & 1 deletion extension-ready/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "DraftApply",
"version": "2.5.0",
"version": "2.5.1",
"description": "Generate authentic job application answers using your CV",
"minimum_chrome_version": "116",
"permissions": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draftapply",
"version": "2.5.0",
"version": "2.5.1",
"description": "DraftApply - Generate authentic job application answers using your CV",
"type": "module",
"scripts": {
Expand Down
Loading