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 @@ -34,6 +34,18 @@ refactors, dependency updates, CI changes, and code cleanup do not belong here.

---

## [0.7.5] - 2026-08-31

### Fixed

- Fixed assistant message metadata appearing on the wrong message or more than once across tool turns, keeping timestamps and copy actions attached to the final assistant response for each turn.

### Security

- Stopped logging AI session identifiers when an ACP runtime transport disconnects.

---

## [0.7.4] - 2026-08-27

### Added
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 apps/desktop/native-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neverwrite-native-backend"
version = "0.7.4"
version = "0.7.5"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/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 apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"private": true,
"version": "0.7.4",
"version": "0.7.5",
"homepage": "https://github.com/jsgrrchg/NeverWrite",
"type": "module",
"main": "out/electron/main/index.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/web-clipper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "neverwrite-web-clipper",
"description": "NeverWrite browser extension built as an isolated WXT app inside the monorepo.",
"private": true,
"version": "0.7.4",
"version": "0.7.5",
"type": "module",
"packageManager": "pnpm@10.33.0",
"engines": {
Expand Down