Skip to content

Releases: southpawriter02/git-chronoscope

0.9.0-beta.2 - npm Package

02 Jan 18:27

Choose a tag to compare

[0.9.0-beta.2] - 2026-01-02

npm package release for JavaScript ecosystem distribution.

Added

  • npm package for Node.js users (npm install -g git-chronoscope or npx git-chronoscope)
  • Programmatic JavaScript/TypeScript API for integration
  • TypeScript type definitions
  • npm publish workflow for automated releases

Technical Details

The npm package is a wrapper that requires Python and the git-chronoscope Python package to be installed. It provides:

  • CLI wrapper that passes through all arguments to the Python CLI
  • Programmatic API via require('git-chronoscope')
  • Dependency checking utilities (Python version, FFmpeg, etc.)
  • Helpful error messages when prerequisites are missing

v0.9.0-beta.1 - First Public Beta

02 Jan 17:29

Choose a tag to compare

v0.9.0-beta.1 - First Public Beta

git-chronoscope is a command-line tool and web GUI that generates time-lapse videos showing the evolution of a Git repository's codebase.

 

This is the first public beta release, establishing the distribution foundation for the path to v1.0.

Installation

# PyPI (recommended)
pip install git-chronoscope

Homebrew (macOS/Linux)

brew tap southpawriter02/git-chronoscope && brew install git-chronoscope

Docker

docker pull southpawriter02/git-chronoscope

Prerequisites: FFmpeg and Git must be installed on your system.

Quick Start

<code class="language-bash" style="font-family: monospace; color: rg...

Read more