From d247317a38b0ab9cb82504ee62516082e63a862a Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 14 Jan 2024 02:50:56 -0800 Subject: [PATCH] Add changelog --- CHANGELOG.md | 11 +++++++++++ README.md | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c6b4c99 --- /dev/null +++ b/CHANGELOG.md @@ -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* diff --git a/README.md b/README.md index bd96816..047dfe2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ i3 / sway like layout for [hyprland](https://github.com/hyprwm/hyprland). [Installation](#installation), [Configuration](#configuration) +*Check the [changelog](./CHANGELOG.md) for a list of new features and improvements* + ### Features - [x] i3 like tiling - [x] Node based window manipulation (you can interact with multiple windows at once)