Skip to content

v1.1.5 🌈

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Sep 08:27
· 11 commits to refs/heads/main since this release

Changes

🚀 Features

  • Adaptive Console Sizing: Enhanced terminal output display @bnbong (#18)
    • Console width is 80% of terminal width, capped at 120 characters
    • Console height is terminal height minus buffer (5 lines)
    • Automatic terminal size detection with fallback to default sizes (80x24)
    • Dynamic sizing based on actual terminal dimensions

🐛 Bug Fixes

  • Text Truncation Prevention: Completely eliminated text truncation in CLI output @bnbong (#18)
    • Template names and descriptions are now fully displayed without "..." truncation
    • Table columns automatically adjust to content length to prevent text cutting
    • Added overflow="fold" and no_wrap=False settings to Rich tables
    • Template listing now shows complete template names (e.g., fastapi-custom-response instead of fastapi-custom-respo...)
  • Fixing the object console not found error @bnbong (#16, #18)
    • this critical error was occurred every version before this version.
    • this error was occurred because of the mismatched logic between distribute github actions workflow and the top __init__.py file of fastkit project package.

The console object not found 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.