diff options
| author | uint23 <72694427+uint23@users.noreply.github.com> | 2025-05-18 19:18:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-18 19:18:09 +0100 |
| commit | 86a8bba41f1757c605badda8afdf4c1d759a0dd1 (patch) | |
| tree | fdeb377fbd28277b48899b0f5213686540416eb8 /CHANGELOG.md | |
| parent | 1cc240aebc49a4bf58a6821705a2f37a7882157a (diff) | |
| parent | b34263441d6f91667bf05a5741b92549f1e16e60 (diff) | |
Merge pull request #24 from elbachir-one/main
CHANGELOG.md file and updated README.md
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8e5a064 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +### Changelog + +All notable changes to this project will be documented in this file. + +#### v1.5 +- **NEW**: Using XCursor instead of cursor font && new logo. +- **FIXED**: Proper bind resetting on refresh config. && Multi-arg binds now work due to new and improved spawn function +- **CHANGE**: No longer using INIT_WORKSPACE macro, proper workspace handling. New sxwmrc + +#### v1.4 +- **CHANGE**: Added motion throttle && master width general options + +#### v1.3 +- **CHANGE**: ulong, u_char uint are gone + +#### v1.2 +- **NEW**: Parser support +- **FIXED**: Quit syntax && Freeing cursor on exit + +#### v1.1 +- **NEW**: Xinerama support, swap windows with Mod + Shift + Drag +- **FIXED**: New windows in `global_floating` mode spawn centered |
