mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-05 22:51:52 -07:00
move change from #284 to the right place
This commit is contained in:
10
CHANGES.md
10
CHANGES.md
@@ -53,6 +53,11 @@
|
|||||||
`foo` into a project with directory `bar`, xmonad actually tries to `cd`
|
`foo` into a project with directory `bar`, xmonad actually tries to `cd`
|
||||||
into `foo/bar`, instead of `~/bar` as expected.
|
into `foo/bar`, instead of `~/bar` as expected.
|
||||||
|
|
||||||
|
* `XMonad.Actions.DynamicWorkspaceOrder`
|
||||||
|
Add a version of `withNthWorkspace` that takes a `[WorkspaceId] ->
|
||||||
|
[WorkspaceId]` transformation to apply over the list of workspace tags
|
||||||
|
resulting from the dynamic order.
|
||||||
|
|
||||||
## 0.15
|
## 0.15
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
@@ -89,11 +94,6 @@
|
|||||||
* `XMonad.Actions.MessageHandling`
|
* `XMonad.Actions.MessageHandling`
|
||||||
Refresh-performing functions updated to better reflect the new `sendMessage`.
|
Refresh-performing functions updated to better reflect the new `sendMessage`.
|
||||||
|
|
||||||
* `XMonad.Actions.DynamicProjects`
|
|
||||||
Add a version of `withNthWorkspace` that takes a `[WorkspaceId] ->
|
|
||||||
[WorkspaceId]` transformation to apply over the list of workspace tags
|
|
||||||
resulting from the dynamic order.
|
|
||||||
|
|
||||||
## 0.14
|
## 0.14
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
Reference in New Issue
Block a user