Skip to content

Commit

Permalink
docs: update ChangeLog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Oct 2, 2023
1 parent 5c7554b commit 103c364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Runtime dependencies:

Compile instructions:
```no-highlight
meson build
meson setup build
ninja -C build
sudo ninja -C build install
```
Expand Down
7 changes: 7 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0beta13
- Implement bluez module
- Add WidgetId() expression function, assign id's to all widgets
- Add Eval action
- Add SwitcherEvent action. Support backwards switching.
- Allow config to modify widgets. Implement ClearWidget action.

1.0beta12
- Implement mirroring of taskbar across multiple monitors
- Show on hover taskbar support
Expand Down

0 comments on commit 103c364

Please sign in to comment.