Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 12:45

Building from Source (Recommended)

GitFlare is built transparently from source. No pre-compiled code is embedded in this repository.

git clone https://github.com/TheCinderProject/gitflare.git
cd gitflare
python -m venv .venv
source .venv/bin/activate
pip install -e .

Or install directly from the sdist:

pip install https://github.com/TheCinderProject/gitflare/archive/refs/tags/v0.5.0.tar.gz

Pre-built Artifacts

These artifacts are provided for checksum verification only.
While functional, building from source is the recommended and preferred method.
This ensures full transparency — you can inspect every line of code before installation.

Artifact Description
gitflare-*.tar.gz Source distribution
gitflare-*.whl Pre-built wheel (convenience only)
git-credential-gitflare-dist Credential helper script
sha256sums.txt SHA-256 checksums for verification

Verify Checksums

sha256sum -c sha256sums.txt

The Cinder Project

Made with intent to make the internet a safer place.

v0.5.0 — Web UI

  • Static SPA served at / with dark theme (Forge & Flux design system)
  • GitHub/GitLab style toggle (persisted in localStorage)
  • Repo listing with latest commit info, auth badge, branch count
  • Repo detail: stats overview, file browser, sidebar panels (branches, tags, commits)
  • File browser with per-file last commit message and date
  • Breadcrumb navigation
  • Syntax highlighting via highlight.js (JS, Python, Bash, JSON, YAML, TOML, Go, Rust, etc.)
  • Markdown rendering via marked.js with Raw/Rendered toggle
  • README auto-rendered on repo overview
  • Binary file detection
  • Line numbers for code files
  • Geist font + JetBrains Mono
  • Material Symbols icons
  • Health check moved to GET /health
  • All docs updated

Full Changelog: v0.4.0...v0.5.0