Skip to content

Releases: mangowm/mango

0.2.2

09 Mar 10:01

Choose a tag to compare

feat:

  • support swallow window rule:
windowrule=isterm:1,appid:St
windowrule=noswallow:1,appid:nemo
2025-03-09.17-53-32.mp4
  • support limit layout which when toggle layout switch
circle_layout=spiral,scroller
  • support zoom out animation
# global
animation_type=zoom

# window rule
windowrule=animation_type:zoom,title:qxdrag

2025-03-09.17-52-28.mp4

fix:

  • Some minor bug fixes

V0.2.1

26 Feb 10:35
39039c4

Choose a tag to compare

Release Notes

New Features:

  1. Window Stretch Animation Support: Added support for window stretch animations.
  2. Window Fade-out Animation Support: Introduced window fade-out animations.
  3. NixOS Installation Support: Added NixOS installation support, including flake support contributed by @Ruixi-rebirth in PR #11.

Important Notices:

  1. Configuration Changes: Starting from this version, the config.conf and autostart.sh files will no longer be automatically generated in ~/.config/maomao. However, this path remains the default location for configuration files.

  2. 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.

  3. Custom Configuration Path: You can now use the MAOMAOCONFIG environment variable to specify a custom path for the configuration folder. By default, the configuration folder is located at ~/.config/maomao.

v0.1.5

23 Feb 12:11

Choose a tag to compare

1.Some minor optimizations for animation
2.ctrl+alt+[F1-F12] as build-in keybind to change tty
3. support use MAOMAOCONFIG env to set the config path.

0.1.4

21 Feb 01:47

Choose a tag to compare

1.Fixed some command parameters not taking effect in config.con
2.Use an external timer to ensure animation integrity

0.1.3

20 Feb 01:10

Choose a tag to compare

  1. Render crash fix
  2. Mouse drag window fix
  3. More fluid animation

v0.1.2

18 Feb 06:03

Choose a tag to compare

Mainly fix some redundant rendering operation

0.1.1

17 Feb 06:07

Choose a tag to compare

Most of the basic work has been completed:

refer to readme for detail.