🚀 Enhancements
Fix wrapper to be compatible with macOS' `bash` 3.2 @Nuru (#965)
what
- Fix wrapper to be compatible with
bash
3.2
why
bash
3.2 was the last GPL licensed version and is what ships with macOS
references
- Fixes #964
Add extra caution to terminal color detection @Nuru (#963)
what
- Add extra safeguards when querying terminal for color status
why
- Handle more unusual cases
- Reduce duplication of code
🏗️ Build/Release Maintenance
Better default for`APP_NAME` @Nuru (#963)
what
- Update demo gif
- Prefer
NAMESPACE
(if set) tobasename $DOCKER_IMAGE
as default forAPP_NAME
why
- Better reflect common usage
Footnote
In every release, we update all unpinned packages to their latest packaged versions. These changes are not detailed here.