From 4052c6f71fcb9823c5efa32ff99584d0ec871573 Mon Sep 17 00:00:00 2001 From: Saky Date: Fri, 3 Apr 2026 21:30:40 +0200 Subject: [PATCH] release: 0.2.4 fix PyPI README gif rendering --- CHANGELOG.md | 5 +++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e15bf84..7abf00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project follows Semantic Versioning. +## [0.2.4] - 2026-04-03 + +### Fixed +- Use absolute demo GIF URL in README so image renders correctly on PyPI + ## [0.2.3] - 2026-04-02 ### Added diff --git a/README.md b/README.md index 8799690..d1cb30e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ `cd-browser` is a fast keyboard-driven directory navigator for the terminal. It lets you explore directory trees visually and jump to any folder instantly. -![cd-browser demo](docs/demo.gif) +![cd-browser demo](https://gitea.sakydogalo.es/saky/cd-browser/raw/branch/main/docs/demo.gif) ## Why cd-browser? diff --git a/pyproject.toml b/pyproject.toml index 6161097..99ef5ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cd-browser" -version = "0.2.3" +version = "0.2.4" description = "A fast keyboard-driven directory navigator for the terminal." readme = "README.md" requires-python = ">=3.8"