Skip to content

Commit 1bc9a17

Browse files
committed
chore: release v0.7.2 - bug fixes and display cleanup
1 parent 1c9b18d commit 1bc9a17

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to promptext will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.2] - 2025-11-09
9+
10+
### Fixed
11+
- **Display Bug**: Fixed current directory showing "." instead of actual project name
12+
- **Output Formatting**: Improved visual consistency and spacing
13+
- Removed misaligned box borders from output display
14+
- Changed "Files:" to "Included:" for consistency
15+
- Added blank lines between sections for better readability
16+
- Applied comma formatting to all token counts in exclusion lists
17+
- Simplified success messages ("Copied to clipboard!")
18+
19+
### Changed
20+
- Output format now matches documentation examples with cleaner spacing
21+
- Better visual hierarchy with proper section separation
22+
23+
---
24+
825
## [0.7.1] - 2025-11-09
926

1027
### Changed

docs-astro/src/content/docs/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ All notable changes to promptext are documented here.
1010
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212

13+
## [0.7.2] - 2025-11-09
14+
15+
### Fixed
16+
- **Display Bug**: Fixed current directory showing "." instead of actual project name
17+
- **Output Formatting**: Improved visual consistency and spacing
18+
- Removed misaligned box borders from output display
19+
- Changed "Files:" to "Included:" for consistency
20+
- Added blank lines between sections for better readability
21+
- Applied comma formatting to all token counts in exclusion lists
22+
- Simplified success messages ("Copied to clipboard!")
23+
24+
### Changed
25+
- Output format now matches documentation examples with cleaner spacing
26+
- Better visual hierarchy with proper section separation
27+
28+
---
29+
1330
## [0.7.1] - 2025-11-09
1431

1532
### Changed

0 commit comments

Comments
 (0)