3 Commits

Author SHA1 Message Date
4052c6f71f release: 0.2.4 fix PyPI README gif rendering 2026-04-03 21:30:40 +02:00
0e94895349 merge: bring 0.2.x releases into main 2026-04-03 21:14:23 +02:00
d9cf164b2c release: 0.2.3 add demo gif 2026-04-02 22:38:42 +02:00
4 changed files with 13 additions and 2 deletions

View File

@@ -4,6 +4,17 @@ 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. 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
- Add project demo GIF at `docs/demo.gif`
- Show GIF demo in README
## [0.2.2] - 2026-04-02 ## [0.2.2] - 2026-04-02
### Fixed ### Fixed

View File

@@ -5,7 +5,7 @@
`cd-browser` is a fast keyboard-driven directory navigator for the terminal. `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. 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? ## Why cd-browser?

BIN
docs/demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "cd-browser" name = "cd-browser"
version = "0.2.2" version = "0.2.4"
description = "A fast keyboard-driven directory navigator for the terminal." description = "A fast keyboard-driven directory navigator for the terminal."
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"