Releases: dealfluence/adeu
Release v1.12.1
Improved MCP to CLI transition message.
Full Changelog: v1.12.0...v1.12.1
Release v1.12.0
- Fix issue with version binding ( #26 ) - thanks @Rubenkl for the report!
- Email searching changed to background task for the Adeu client SDK.
Full Changelog: v1.11.2...v1.12.0
Release v1.11.2
This release delivers major upgrades to how versioning and build metadata are exposed, cleanses user-facing logs, and optimizes MCP tool surfaces for LLM clients. CLI tool is now matching to MCP server.
Full Changelog: v1.10.0...v1.11.2
Release v1.10.1
Full Changelog: v1.10.0...v1.10.1
Release v1.10.0
This release delivers major robustness improvements, cross-platform parity, and a highly informative feedback
layer designed for LLM-driven document edits. It fully resolves the findings from GitHub Issue #23, hardens the
MCP Email client experience, and introduces safe preview execution capabilities.
Highlights
1. Redlining Engine Core Fixes (Issue #23 Compliance)
- BUG-23-1 (From-Scratch Comments Namespace): Resolved critical XML validation failures in Microsoft Word by
ensuringword/comments.xmlexplicitly declares thexmlns:w14(andw15/w16cid) namespaces when created from
scratch. - BUG-23-2 (Formatting / Italic Inheritance): Inserted runs (
w:ins) now explicitly default to regular/roman
formatting (empty run properties) instead of silently inheriting formatting like italics from surrounding anchor
runs. - BUG-23-3 (Punctuation Tokenizer Warning): Added a proactive tokenizer warning to alert callers when an edit
anchor contains split-prone punctuation (e.g._,-, or boundary transitions) that can cause mid-token
alignment splits. - BUG-23-4 (Multi-Paragraph Target Boundary Safety): To prevent silent structural corruption, both Python and
Node engines now uniformly and safely reject any multi-paragraphtarget_textwith identical, actionable error
messages. - BUG-23-5 (Tracked Deletions & Ambiguity Checks): Fixed unique matching by ignoring content inside
tracked-deleted (w:del) elements during uniqueness and ambiguity validation checks.
2. Advanced Feedback & Preview Layer
dry_runMode: Introduced a no-write preview option (dry_run: true) toprocess_document_batchacross
both engines to simulate edit outcomes entirely in memory.- Rich Semantic Reporting: Replaced bare execution tallies (
Edits: N applied) with detailed per-edit
feedback (apply status✅ applied/❌ failed, targets, warnings, and accepted-text previews). - Preview Engine Correction: Solved a critical regression where the preview simulator's crude substring
splicing caused prefix duplication and character eating. The simulator is now fully aligned with the actual
writer's output on both engines. accept_all_changesOptimization: Patched memory/data leaks and finalized behavior during clean-up and
finalization operations.
3. MCP Email Parity, Hardening & UX
- Achieved full behavioral parity between Python and Node implementations of the
mcp-emailtool (quote
stripping, attachment size caps, stale-ID cleanups, robust timeouts, HTML stripping, and normalized local path
parameters). - Added exhaustive unit/integration tests for email tools (
email.test.ts/test_email_tools.py).
4. Testing & CI Parity Validation
- Added comprehensive cross-platform, multi-engine regression suites matching both implementations to
byte-identical output standards. - Hand-crafted stripped XML fixtures (
at_23_1_fresh.docx) to guarantee strict "no pre-existing comments"
coverage.
What's Changed
- Add issue-23 regression detection tests (Python + Node + cross-platform) by @mkorpela in
#24 - Topic fix all by @mkorpela in #25
Full Changelog: v1.9.0...v1.10.0
Release v1.9.0
Full Changelog: v1.8.0...v1.9.0
Release v1.8.0
Full Changelog: v1.7.5...v1.8.0
Release v1.7.5
Full Changelog: v1.7.4...v1.7.5
Release v1.7.4
jszip replaced with fflate for docx zipping and reading.
Full Changelog: v1.7.3...v1.7.4
Release v1.7.3
What's Changed
First n8n release
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #21
- Bump actions/github-script from 7 to 9 by @dependabot[bot] in #22
Full Changelog: v1.7.1...v1.7.3