Skip to content

v2.1.4

Compare
Choose a tag to compare
@ful1e5 ful1e5 released this 29 Aug 06:36
· 49 commits to main since this release

Deprecation

  • In the ctgen configuration file, the [config] section no longer supports the win_size and x11_sizes options. Check changelog-08172023

What's New?

  • Prettier Logs in ctgen CLI.
  • Change size of individual cursor assigning win_sizes and x11_sizes to individual cursor config in ctgen CLI
  • Support .yaml and .json manifest config files for ctgen
  • Support for Python 3.11 has been added, along with test suites for it.

Changes

  • Added 'attrs>=15.0.0' dependency for safely import dataclass class
  • Using [build](https://pypa-build.readthedocs.io/en/stable/index.html) instead of wheel for building pypi distributing packages
  • Updated ubuntu version in CI