Skip to content

v1.3.0

Choose a tag to compare

@steveclarke steveclarke released this 15 Oct 17:16
· 14 commits to master since this release

[1.3.0] - 2025-10-15

Added

  • Shebang detection for automatic code file identification
  • Files without standard extensions that contain shebangs (#!/bin/bash, #!/usr/bin/env python, etc.) are now automatically rendered with syntax highlighting
  • Support for all line ending types: Unix (\n), Windows (\r\n), and old Mac (\r)

Enhanced

  • shouldRenderCode() now checks for shebangs in the first 1024 bytes of files with unknown extensions
  • Code rendering now works seamlessly with shell scripts, Python scripts, and other executables without file extensions

v1.2.0...v1.3.0