Skip to content

Releases: manucian-official/Devpulse-tool

v1.1-beta.5.

05 Apr 04:43
5f0e71f

Choose a tag to compare

Add build system configuration to pyproject.toml (#18)

Signed-off-by: kennz_psix <khoigaming2102pro@gmail.com>

v1.1-beta.4.

05 Apr 04:35
5f0e71f

Choose a tag to compare

Add build system configuration to pyproject.toml (#18)

Signed-off-by: kennz_psix <khoigaming2102pro@gmail.com>

v1.1.3

05 Apr 04:29
82694ac

Choose a tag to compare

Potential fix for code scanning alert no. 1: Workflow does not contai…

v1.1.2

05 Apr 04:14
0dff74b

Choose a tag to compare

Potential fix for code scanning alert no. 2: Workflow does not contai…

v1.1.1

05 Apr 04:05
5e49a5e

Choose a tag to compare

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

27 Mar 15:48
8810846

Choose a tag to compare

BIG YALLL

DevPulse v1.0.0 – Big New Features

11 Mar 15:32

Choose a tag to compare

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

11 Mar 14:00

Choose a tag to compare

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

GitHub
https://github.com/manucian-official/devpulse

PyPI
https://pypi.org/project/devpulse/

DevPulse v0.2.0 – New Feature

11 Mar 13:12

Choose a tag to compare

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

GitHub
https://github.com/manucian-official/devpulse

PyPI
https://pypi.org/project/devpulse/

DevPulse v0.1.0 – Initial Release

10 Mar 14:39

Choose a tag to compare

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