Skip to content

Releases: ad2017gd/RainbowTaskbar

v2.2.1

21 Jul 12:04
Compare
Choose a tag to compare

New features :

  • Instruction labels are now more explicit (#8)
  • Changed GUI number increments to 1 instead of 10

Bug fixes:

  • Removed image transparency option as it is no longer valid - use layer transparency instead.

v2.2

19 Jul 23:10
Compare
Choose a tag to compare

New features:

  • New drawing behaviour option : make graphics span across all taskbars (#21)
    image
    image

  • 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

18 Apr 21:37
Compare
Choose a tag to compare

Bug fixes:

  • #14
  • #10
  • Gradient preview uses angle

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

14 Apr 20:00
fc0cc11
Compare
Choose a tag to compare

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
    image
  • 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

06 Nov 21:14
Compare
Choose a tag to compare

Bug fixes:

  • Second monitor now works if placed on the left of the primary monitor
  • The app will actually build from source code now

v1.3.9

30 Oct 23:44
Compare
Choose a tag to compare

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

v1.3.8.4

29 Oct 22:18
Compare
Choose a tag to compare

Bug fixes:

  • Replaced GetDpiForWindow as it only seems to work for Windows 11 and 10, and also made the app crash instantly on older systems.

v1.3.8.3

29 Oct 13:15
Compare
Choose a tag to compare

Bug fixes:

  • Fixed underlay overflow on the second monitor if the taskbar is placed site to side with it
  • Fixed taskbar blur not adjusting to rounded corners

v1.3.8.2

29 Oct 11:20
Compare
Choose a tag to compare

Bug fixes:

  • Fixed rounded corners when using global scaling

v1.3.8.1

29 Oct 09:41
Compare
Choose a tag to compare

Bug fixes:

  • Rounded corners, but they actually work in the GUI now.