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
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deeppapernote",
"description": "Academic paper reading and Obsidian note generation skills for building a research WIKI.",
"version": "2.1.1",
"version": "2.2.0",
"author": {
"name": "917Dhj"
},
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deeppapernote",
"version": "2.1.1",
"version": "2.2.0",
"description": "Academic paper reading and Obsidian note generation skills for building a research WIKI.",
"author": {
"name": "917Dhj",
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ Add an entry here when the project meaningfully changes for users, for example:

## Unreleased

## v2.2.0

### Improved

- Figures and tables are now cropped to the scientific visual body, keeping axes, legends, panel labels, table headers, and other internal labels while excluding external captions and surrounding paper prose.
- Selected visual assets are rendered at 300 dpi and reviewed with full-page context before insertion, improving readability and reducing incomplete or mismatched crops.
- Recoverable crop-boundary problems can receive one bounded correction and a fresh review instead of immediately losing an otherwise useful figure or table.

### Fixed

- Unreviewed, incomplete, malformed, or outdated visual approvals now fail closed instead of allowing an unreliable image into the final note.
- Formal Save now verifies that the image copied into the paper-local `images/` folder is exactly the asset that passed visual review.

## v2.1.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "deeppapernote"
version = "2.1.1"
version = "2.2.0"
description = "An agent-neutral skill for turning one research paper into a high-quality Obsidian note."
readme = "README.md"
requires-python = ">=3.10"
Expand Down