Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4052c6f71f | |||
| 0e94895349 |
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Why cd-browser?
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user