Releases: ad2017gd/RainbowTaskbar
Releases · ad2017gd/RainbowTaskbar
v2.2.1
v2.2
New features:
-
New drawing behaviour option : make graphics span across all taskbars (#21)
-
True multi taskbar support (untested, #17)
Bug fixes:
- Icon not set to editor window (#16)
- Underlay now doesn't hide when peeking desktop or app (#18)
- Preset manager now saves new preset by default (#15)
- Fixed blur
Other minor fixes:
- Better (lower) memory usage using shady hack
- Layer bitmaps are now created on demand (attempt to lower memory usage)
- Only 1 config thread to fix syncing (part of #19)
v2.1
Bug fixes:
New features:
- New rendering logic: all instructions now draw on a shared layer-specific bitmap.
- To complement the feature before, Shape, Image and Text instruction have received a "Draw Once" option (since they have either a transparency option or antialising).
- Shape instruction! (line, ellipse, rectangle)
- Preset manager (all credits to zCri)
- Failing instructions now report exception to user and are automatically removed.
v2.0 - C# Rewrite
The long awaited rewrite is now here! RainbowTaskbar has been moved from Win32 C to .NET 6 C#.
New features:
- Layers!
- Brand new website
- Better editor, written in WPF
- GPU Rendering (also because of WPF)
- Transparency and color previews
- HTTP API, for integration with other apps
- Performance! (hopefully)
- The old update system is now obsolete. The latest version (https://ad2017.dev/rnbver.txt) will always be set to 2.0 and future updates will be done using the GitHub API.
v1.3.10
v1.3.9
New features:
- Ease functions! you are no longer limited to the boring linear interpolation for fading, instead you can use
- Sine
- Cubic
- Exponential
- Back
- Source code file structure refactor (spread out the almost 2k gui.c file)
Bug fixes:
- Fixed crash bug on Windows 8.1 and older
- The system tray menu now closes when clicked away from it