Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 3.02 KB

changelog.md

File metadata and controls

73 lines (55 loc) · 3.02 KB

Changelog

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

[0.0.3] - 2023-02-18

🚀 Features

  • Add --help and --version (#105)
  • Add logo and description to --help (#106)
  • Use Cmd instead of Alt for navigation shortcuts (#109)
  • Enable h.264 support (#103)
  • Introduce quadrant rendering (#120)

🐛 Bug Fixes

  • Fix arguments parsing (#108)
  • Fix missing module error on npm package (#113)
  • Enable threaded compositing with bitmap mode
  • Fix idling CPU usage (#126)
  • Package proper library in binaries (#127)

📖 Documentation

  • Update download links
  • Fix commit_preprocessors url (#102)
  • Add --rm to Docker example (#101)

[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)