mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
update CHANGES.md
This commit is contained in:
parent
cf789504e8
commit
6720eefce7
10
CHANGES.md
10
CHANGES.md
@ -43,6 +43,16 @@
|
||||
using tab to wrap around the completion rows would fail when maxComplRows is
|
||||
restricting the number of rows of output.
|
||||
|
||||
* `XMonad.Actions.DynamicProjects`
|
||||
|
||||
Make the input directory read from the prompt in `DynamicProjects`
|
||||
absolute wrt the current directory.
|
||||
|
||||
Before this, the directory set by the prompt was treated like a relative
|
||||
directory. This means that when you switch from a project with directory
|
||||
`foo` into a project with directory `bar`, xmonad actually tries to `cd`
|
||||
into `foo/bar`, instead of `~/bar` as expected.
|
||||
|
||||
## 0.15
|
||||
|
||||
### Breaking Changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user