Includes nuitka as a dependency to compile the CLI tool ahead-of-time for improved performance.
This also changes the hatchling build to include preset schemes as importlib.resources, making them available anywhere.
The generate command now properly caches thumbnails to a directory when it is run without the --preset flag. Cached thumbnails are then returned directly, avoiding image-processing for larger images. I also fixed a rare quickshell crash involving non-atomic writes to scheme.json.
Includes [nuitka](https://nuitka.net/) as a dependency to compile the CLI tool ahead-of-time for improved performance.
This also changes the hatchling build to include preset schemes as `importlib.resources`, making them available anywhere.
The `generate` command now properly caches thumbnails to a directory when it is run without the `--preset` flag. Cached thumbnails are then returned directly, avoiding image-processing for larger images. I also fixed a rare quickshell crash involving non-atomic writes to `scheme.json`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Includes nuitka as a dependency to compile the CLI tool ahead-of-time for improved performance.
This also changes the hatchling build to include preset schemes as
importlib.resources, making them available anywhere.The
generatecommand now properly caches thumbnails to a directory when it is run without the--presetflag. Cached thumbnails are then returned directly, avoiding image-processing for larger images. I also fixed a rare quickshell crash involving non-atomic writes toscheme.json.