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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ refactors, dependency updates, CI changes, and code cleanup do not belong here.

---

## [0.3.1] - 2026-05-28

### Changed

- Updated the embedded Claude Code runtime to `2.1.154`, including compatibility with the newer thinking-token telemetry event emitted by the Claude SDK.
- Changed APT repository publishing so Debian `.deb` binaries stay on GitHub Releases while signed APT metadata remains on GitHub Pages, keeping Linux installs pointed at release assets without publishing large package files to the Pages branch.
- Updated the desktop app's transitive `tmp` dependency to `0.2.6`.

### Fixed

- Fixed HTML preview tabs so iframe previews no longer swallow internal file-tree or agent-sidebar drag events, restoring reliable drag interactions across HTML previews.
- Fixed APT repository validation for Debian packages published through remote GitHub Release URLs.

## [0.3.0] - 2026-05-27

### Added
Expand Down
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.3.0"
version = "0.3.1"
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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"type": "module",
"packageManager": "pnpm@10.33.0",
"engines": {
Expand Down
Loading