mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
Update CHANGES.md
This commit is contained in:
10
CHANGES.md
10
CHANGES.md
@@ -70,6 +70,13 @@
|
||||
Again, no change when used together with `dynamicLogString`, but other
|
||||
uses of these in user configs might need to be adapted.
|
||||
|
||||
* `XMonad.Actions.TopicSpace`
|
||||
|
||||
- Deprecated the `maxTopicHistory` field, as well as the
|
||||
`getLastFocusedTopics` and `setLastFocusedTopic` functions. It is
|
||||
now recommended to directly use `XMonad.Hooks.WorkspaceHistory`
|
||||
instead.
|
||||
|
||||
### New Modules
|
||||
|
||||
* `XMonad.Util.Hacks`
|
||||
@@ -414,6 +421,9 @@
|
||||
- Added `workspaceHistoryModify` to modify the workspace history with a pure
|
||||
function.
|
||||
|
||||
- Added `workspaceHistoryHookExclude` for excluding certain
|
||||
workspaces to ever enter the history.
|
||||
|
||||
* `XMonad.Util.DebugWindow`
|
||||
|
||||
- Fixed a bottom in `debugWindow` when used on windows with UTF8 encoded titles.
|
||||
|
Reference in New Issue
Block a user