Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
X3n0m0rph59 committed Dec 14, 2023
1 parent cf4413e commit 29bf489
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ Table of new and noteworthy changes:
| 0.5.0 | **INCOMPATIBLE CHANGE:** Seperate engine code from script code; move all `Lua` scripts to the support directory |
| 0.5.0 | Implement a unified canvas used by all connected devices |
| 0.5.0 | Add support for allocating device-specific zones on the unified canvas |
| 0.5.0 | Ship a technology preview version of the `magma` TUI / terminal user interface |
| 0.5.0 | Switch to the `Luau` implementation of the Lua programming language |
| 0.5.0 | Parallel device probing and initialization: The startup of Eruption now only takes the amount of time that the slowest device requires to come up. This is especially noticeable if you have more than one device managed by Eruption |
| 0.5.0 | Drag-click support: Tell the Wayland or Xorg (with `libinput`) input-stack to not apply a software-based button debounce algorithm to the `Eruption Virtual Mouse` input device |
| 0.5.0 | Introduce a 2D rasterization API that allows to draw hardware-accelerated 2D-graphics primitives on the virtual canvas |
| 0.5.0 | Use linear RGB color space internally, instead of sRGB |
| 0.5.0 | Add support for an alpha-blend transition effect when switching between profiles |
| 0.5.0 | Update the GTK+3 based Eruption GUI |
| 0.5.0 | Update the GTK+3 based `Eruption GUI` |
| 0.5.0 | Be more compatible with some KVM switches and slower USB hubs |
| 0.5.0 | Add experimental support for `ROCCAT Vulcan II Max` series keyboards |
| 0.5.0 | Add experimental support for `Wooting Two HE (ARM)` series keyboards |
| 0.5.0 | Add support for switching between build environments. For now, we support `default` and `cranelift` |
| 0.5.0 | Bump MSRV to latest stable Rust `1.69` |
| 0.4.0 | __Next Release__ |
| 0.4.0 | **INCOMPATIBLE CHANGE:** Lua scripting callbacks: Split render and timer tick code into distinct callbacks. You need to update your `on_tick(...)` event handlers |
Expand Down

0 comments on commit 29bf489

Please sign in to comment.