carbonyl/changelog.md
2023-02-09 11:45:16 +01:00

1.9 KiB

Changelog

All notable changes to this project will be documented in this file.

[0.0.2] - 2023-02-09

🚀 Features

  • Better true color detection
  • Linux support
  • Xterm title
  • Hide stderr unless crash
  • Add --debug to print stderr on exit (#23)
  • Add navigation UI (#86)
  • Handle terminal resize (#87)

🐛 Bug Fixes

  • Parser fixes
  • Properly enter tab and return keys
  • Fix some special characters (#35)
  • Improve terminal size detection (#36)
  • Allow working directories that contain spaces (#63)
  • Do not use tags for checkout (#64)
  • Do not checkout nacl (#79)
  • Wrap zip files in carbonyl folder (#88)
  • Fix WebGL support on Linux (#90)
  • Fix initial freeze on Docker (#91)

📖 Documentation

  • Upload demo videos
  • Fix video layout
  • Fix a typo (#1)
  • Fix a typo ie. -> i.e. (#9)
  • Fix build instructions (#15)
  • Add ascii logo
  • Add comparisons (#34)
  • Add OS support (#50)
  • Add download link
  • Fix linux download links
  • Document shared library
  • Fix a typo (know -> known) (#71)
  • Add license

Build

  • Various build system fixes (#20)