Changelog of BashSupport Pro 5.0.10
An annotated list of all changes is available in the release announcement.
General
- Fixed #229: Compile the build for 2026.1 with Java 21 and not Java 25, because some distributions still use Java 21 at runtime.
- Fixed #228: ANSI escape codes in quick docs lack rendering. ANSI escape codes are now stripped from the rendering. As before, if
mandocis available, then it will be used to render man pages. The fallback is a simple plain-text rendering. The fix removed the direct use ofgroff, because it kept generating images for things it can’t render.