Skip to content

v9.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 07:50
· 20 commits to develop since this release
v9.0.0
3292791
  • Modernized build system from autotools to meson.

  • Note that many features rely on newer version of libtsm,
    thus we now requires libtsm >= 4.0.0 from the maintained fork at
    https://github.com/Aetf/libtsm.

  • New features!

    • Custom palette support (#39)
    • Compose (dead-key) support (#36)
    • 24bit fbdev support (#8)
    • Detect XKB layout from localed (#7)
    • Underline and italic font (#3)
  • Bug fixes

    • Fixed thin pixel lines at some screen edges (dac3c31)
    • Fixed many undefined behaviors and other minor bugs
    • Modernized codebase by moving away from deprecated symbols
  • Many small fixes to documentation.