# Tenzir Ship v0.11.1

This patch release improves the CLI display with better card view styling and author formatting. The card view now displays type-colored borders and properly formats non-GitHub authors without the @ prefix for improved readability.

## 🔧 Changes

### Format non-GitHub authors without @ prefix

Dec 11, 2025 · [@mavam](https://github.com/mavam), [@claude](https://github.com/claude) · cli

Authors that contain spaces are now displayed without the `@` prefix. Previously, all authors were rendered with `@` regardless of format, which produced awkward output like `@Jane Smith` for non-GitHub users. Now only GitHub-style handles (single words without spaces) receive the `@` prefix.

### Improve card view styling

Dec 5, 2025 · [@mavam](https://github.com/mavam), [@claude](https://github.com/claude) · cli

Card view now displays type-colored borders (orange for breaking, red for bugfix, green for feature, blue for change) and uses the plural “Components” label.

[ Download on GitHub ](https://github.com/tenzir/ship/releases/tag/v0.11.1)

[Get the release artifacts and source code.](https://github.com/tenzir/ship/releases/tag/v0.11.1)