@@ -5,6 +5,27 @@ All notable changes to MemDocs will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.1.1] - 2025-11-29
9+
10+ ### Added
11+ - ** Enterprise Security Documentation** : SOC 2 Type II compliance checklist, HIPAA readiness guide, data residency documentation
12+ - ** Air-Gapped Deployment Guide** : Complete offline installation instructions for secure environments
13+ - ** Comprehensive API Reference** : Full documentation for all public modules and interfaces
14+ - ** New Unit Tests** : Test coverage increased from 78% to 86%
15+ - ` doctor_cmd.py ` coverage: 18% → 100%
16+ - ` setup_hooks_cmd.py ` coverage: 19% → 100%
17+ - ` update_config_cmd.py ` coverage: 17% → 96%
18+
19+ ### Changed
20+ - ** Focused Core Architecture** : Removed wizards module to concentrate on core competencies (git-native memory, cross-conversation LLM memory, enterprise security)
21+ - Wizards now maintained in separate domain-specific archives (healthcare, software development, general business)
22+
23+ ### Fixed
24+ - CI formatting issues with Black code formatter
25+ - Test assertion handling for terminal line-wrapping differences
26+
27+ ---
28+
829## [ 2.0.0] - 2025-11-07
930
1031### Added
@@ -68,31 +89,26 @@ pip install memdocs
6889
6990## Upcoming Releases
7091
71- ### [ 2.1 .0] - Q1 2026 (Planned)
92+ ### [ 2.2 .0] - Q1 2026 (Planned)
7293- Multi-language support (Go, Rust, Java, C++)
7394- VSCode extension
7495- JetBrains plugin
7596- Automatic PR summary generation
76- - Improved Empathy sync wizards
7797
78- ### [ 2.2 .0] - Q2 2026 (Planned)
98+ ### [ 2.3 .0] - Q2 2026 (Planned)
7999- Optional semantic search with embeddings
80100- Memory compression (summarize old memories)
81101- Team analytics dashboard
82- - Enhanced privacy features (HIPAA/GDPR compliance)
83102
84103### [ 3.0.0] - Q3 2026 (Planned)
85104- MemDocs Cloud (optional hosted version)
86105- Enterprise features (SSO, audit logs, access control)
87- - Advanced Empathy integration (Level 5 predictions)
88106- Real-time collaboration features
89107
90108---
91109
92110## Support
93111
94112For questions, issues, or feature requests:
95- - ** GitHub Issues** : https://github.com/Deep-Study-AI/memdocs/issues
96- - ** Documentation** : https://docs.deepstudyai.com/memdocs
97- - ** Discord** : https://discord.gg/deepstudyai
113+ - ** GitHub Issues** : https://github.com/Smart-AI-Memory/memdocs/issues
98114
0 commit comments