V0.2.1
Release Notes
New Features:
- Window Stretch Animation Support: Added support for window stretch animations.
- Window Fade-out Animation Support: Introduced window fade-out animations.
- NixOS Installation Support: Added NixOS installation support, including flake support contributed by @Ruixi-rebirth in PR #11.
Important Notices:
-
Configuration Changes: Starting from this version, the
config.confandautostart.shfiles will no longer be automatically generated in~/.config/maomao. However, this path remains the default location for configuration files. -
Fallback Configuration: A fallback configuration file,
config.conf, will be installed in/etc/maomao/. If the default configuration file (~/.config/maomao/config.conf) is not found, the fallback configuration will be used instead. -
Custom Configuration Path: You can now use the
MAOMAOCONFIGenvironment variable to specify a custom path for the configuration folder. By default, the configuration folder is located at~/.config/maomao.