* Change build backend from 'setuptools' to 'hatchling'. * Rename (re)set_foreground_color to shorter name (re)set_fcolor. * Rename (re)set_background_color to shorter name (re)set_bcolor. + Add a decorator appentry() in __init__.py. + Import all modules' public functions and classes in __init__.py.
0.2.7
* Rename keyparam() to setparams(). * Modify relative comments and README.md.
0.2.6
- Remove the features of disable echo and disable intr from getch(). + Add a new function keyparam() to set echo and intr attribute. * Modify relative comments.
0.1.6
* Change the building script from setup.py to pyproject.toml.
0.1.5
* Update some metadata in setup.py. * Update README.md. + Add license info to source code.