You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
0 commit comments