Skip to content

Commit 5657e04

Browse files
committed
[DOCS] update CHANGELOG.md
1 parent 5af28dc commit 5657e04

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## v1.1.5 (2025-09-14)
4+
5+
### Improvements
6+
7+
- **Adaptive Console Sizing**: Enhanced terminal output display
8+
- Console width is 80% of terminal width, capped at 120 characters
9+
- Console height is terminal height minus buffer (5 lines)
10+
- Automatic terminal size detection with fallback to default sizes (80x24)
11+
- Dynamic sizing based on actual terminal dimensions
12+
13+
### Fixes
14+
15+
- **Text Truncation Prevention**: Completely eliminated text truncation in CLI output
16+
- Template names and descriptions are now fully displayed without "..." truncation
17+
- Table columns automatically adjust to content length to prevent text cutting
18+
- Added `overflow="fold"` and `no_wrap=False` settings to Rich tables
19+
- Template listing now shows complete template names (e.g., `fastapi-custom-response` instead of `fastapi-custom-respo...`)
20+
- **Fixing the object `console` not found error**
21+
- this critical error was occurred every version before this version.
22+
- this error was occurred because of the mismatched logic between distribute github actions workflow and the top `__init__.py` file of fastkit project package.
23+
- This issue was discovered during the development of version 1.1.2, and I spent a lot of time troubleshooting it. I believe this was due to my lack of development experience. I sincerely apologize.
24+
25+
## v1.1.4 (deprecated)
26+
27+
this version was hotfix build, but it is deprecated.
28+
29+
The issues that were being addressed during the development of this version remained unresolved and were fixed in version v1.1.5.
30+
31+
For more details, please refer to the CHANGELOG.md file for v1.1.5.
32+
333
## v1.1.3 (2025-09-13)
434

535
### Templates

0 commit comments

Comments
 (0)