Skip to content

v0.16.5 - Enhanced Markdown and Code Rendering

Latest

Choose a tag to compare

@jasonacox jasonacox released this 20 Nov 06:11
· 3 commits to main since this release
69bebbe

What's Changed

  • v0.16.5 - Markdown and Code Rendering by @jasonacox in #32
  • Added syntax highlighting for code blocks using Prism.js with support for Python, JavaScript, and HTML.
  • Improved streaming output rendering with proper HTML escaping to prevent code interpretation during display.
  • Enhanced code block styling with dark theme background and optimized font size and line spacing.
  • Fixed content jump issue when streaming text transitions to rendered markdown by adding consistent margin spacing.
  • Added comprehensive third-party license attribution for all frontend and backend libraries.
  • All static assets (Prism.js, marked.js, Socket.IO) now served locally to support air-gapped deployments.

Full Changelog: v0.16.4...v0.16.5