mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-05 06:31:54 -07:00
Merge branch 'release-v0.17.2' of https://github.com/xmonad/xmonad into after-0.17.2
This commit is contained in:
@@ -16,6 +16,12 @@
|
|||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
## 0.17.2 (April 2, 2023)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Fixed the build with GHC 9.6.
|
||||||
|
|
||||||
## 0.17.1 (September 3, 2022)
|
## 0.17.1 (September 3, 2022)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
@@ -101,7 +101,7 @@ This will give you the latest `HEAD`; if you want you can also check
|
|||||||
out a tagged release, e.g.:
|
out a tagged release, e.g.:
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
$ git clone --branch v0.17.1 https://github.com/xmonad/xmonad
|
$ git clone --branch v0.17.2 https://github.com/xmonad/xmonad
|
||||||
$ git clone --branch v0.17.1 https://github.com/xmonad/xmonad-contrib
|
$ git clone --branch v0.17.1 https://github.com/xmonad/xmonad-contrib
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
name: xmonad
|
name: xmonad
|
||||||
version: 0.17.1.9
|
version: 0.17.2
|
||||||
synopsis: A tiling window manager
|
synopsis: A tiling window manager
|
||||||
description: xmonad is a tiling window manager for X. Windows are arranged
|
description: xmonad is a tiling window manager for X. Windows are arranged
|
||||||
automatically to tile the screen without gaps or overlap, maximising
|
automatically to tile the screen without gaps or overlap, maximising
|
||||||
|
Reference in New Issue
Block a user