Releases: manucian-official/Devpulse-tool
Releases · manucian-official/Devpulse-tool
v1.1-beta.5.
Add build system configuration to pyproject.toml (#18) Signed-off-by: kennz_psix <khoigaming2102pro@gmail.com>
v1.1-beta.4.
Add build system configuration to pyproject.toml (#18) Signed-off-by: kennz_psix <khoigaming2102pro@gmail.com>
v1.1.3
Potential fix for code scanning alert no. 1: Workflow does not contai…
v1.1.2
Potential fix for code scanning alert no. 2: Workflow does not contai…
v1.1.1
Configure Dependabot for pip, npm, and docker Added configurations for pip, npm, and docker package ecosystems. Signed-off-by: kennz_psix <khoigaming2102pro@gmail.com>
DevPulse v1.1.0
BIG YALLL
DevPulse v1.0.0 – Big New Features
DevPulse v1.0.0
🚀 New Features
- Added Code Quality Analyzer
- Detect large files
- Detect deep nesting
- Function and class metrics
- TODO detection
📊 Code Metrics
- Lines of code analysis
- Project structure insights
⚙ Improvements
- Improved CLI scan performance
- Better project scanning
🐛 Fixes
- Fixed merge conflict issue in utils
- Improved GitHub CI compatibility
DevPulse now provides a lightweight static analysis tool for developers to quickly inspect code quality.
DevPulse v0.2.1 – Hot Fix
DevPulse v0.2.1
Hot fix importance file
This version have some changes and fix some problem & bug
Bug Fixes
- Fixed setup.py to smooth
- Fixed 403 bug
Installation
Install from PyPI:
pip install devpulse
Upgrade existing version:
pip install --upgrade devpulse
Example usage
Scan a project:
devpulse scan .
Project
DevPulse v0.2.0 – New Feature
DevPulse v0.2.0
Major feature update.
This version improves the internal architecture and introduces new analysis capabilities for developers.
New Features
- Added project analyzer module
- Improved scanning engine
- New CLI interface
- Repository statistics output
- Project structure analysis
Improvements
- Faster scanning performance
- Cleaner CLI output
- Improved module organization
- Refactored core scanning logic
Bug Fixes
- Fixed parsing errors in scanner
- Fixed file detection issues
Installation
Install from PyPI:
pip install devpulse
Upgrade existing version:
pip install --upgrade devpulse
Example usage
Scan a project:
devpulse scan .
Project
DevPulse v0.1.0 – Initial Release
DevPulse v0.1.0
Initial release of DevPulse, an AI-powered developer CLI tool for analyzing projects and generating commit messages automatically.
Features
-
🔍 Project Scanner
- Scans project directories
- Detects programming languages
- Counts files and TODO comments
-
📊 Project Dashboard
- Displays project statistics
- Shows language distribution
- Quick overview of codebase health
-
🤖 AI Commit Generator
- Uses local AI models via Ollama
- Generates Conventional Commit messages
- Works with staged git diffs
Commands
python main.py scan <project_path>
python main.py commit
**Full Changelog**: https://github.com/manucian-official/devpulse/commits/v0.1