Add changelog

This commit is contained in:
outfoxxed 2024-01-14 02:50:56 -08:00
parent 7c643fa66e
commit d247317a38
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 13 additions and 0 deletions

11
CHANGELOG.md Normal file
View file

@ -0,0 +1,11 @@
# Changelog
## Upcoming
- Fixed `hy3:killactive` and `hy3:movetoworkspace` not working in fullscreen.
- `hy3:movetoworkspace` added to move a whole node to a workspace.
- Newly tiled windows (usually from moving a window to a new workspace) are now
placed relative to the last selected node.
## hl0.34.0 and before
*check commit history*

View file

@ -7,6 +7,8 @@ i3 / sway like layout for [hyprland](https://github.com/hyprwm/hyprland).
[Installation](#installation), [Configuration](#configuration) [Installation](#installation), [Configuration](#configuration)
*Check the [changelog](./CHANGELOG.md) for a list of new features and improvements*
### Features ### Features
- [x] i3 like tiling - [x] i3 like tiling
- [x] Node based window manipulation (you can interact with multiple windows at once) - [x] Node based window manipulation (you can interact with multiple windows at once)