File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
docs-astro/src/content/docs Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to promptext will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ All notable changes to promptext are documented here.
1010The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
1111and 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
You can’t perform that action at this time.
0 commit comments