mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
39 lines
681 B
Markdown
39 lines
681 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
- 100% docstring coverage
|
|
- Wiki documentation structure
|
|
|
|
### Changed
|
|
- Tool reorganization to `tools/` directory
|
|
|
|
## [0.1.0] - 2025-12
|
|
|
|
### Added
|
|
- Core deduplication system
|
|
- Plugin architecture
|
|
- SQLite database support
|
|
- CLI interface
|
|
- Similarity detection
|
|
- Test suite (1000+ tests)
|
|
|
|
### Features
|
|
- File scanning with multiple threads
|
|
- Content-based hashing
|
|
- Plugin-based extensibility
|
|
- Database file tracking
|
|
- CLI commands (scan, apply, similarity, verify, version)
|
|
|
|
### Plugin Types
|
|
- database
|
|
- similarity
|
|
- time_sync
|
|
- commands
|
|
- ml
|
|
- gpu
|
|
- network
|
|
- video
|