21 lines
725 B
Markdown
21 lines
725 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
|
|
|
|
## [0.1.1] - 2026-02-14
|
|
|
|
### Added
|
|
|
|
- Added `assets/logo-avatar.svg` as the primary avatar logo for `git-tui`.
|
|
- Added `assets/logo-avatar.png` for direct avatar upload compatibility.
|
|
- Added `doc/branding.md` and linked it from the documentation index.
|
|
|
|
## [0.1.0] - 2026-02-14
|
|
|
|
### Added
|
|
|
|
- Added a single-file `git-tui` curses application for common Git flows: stage all, stage selected files, unstage selected files, commit, push, pull, fetch, and status.
|
|
- Added `doc/` documentation index and component documentation for architecture and usage.
|