mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-05 06:31:53 -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
|
Again, no change when used together with `dynamicLogString`, but other
|
||||||
uses of these in user configs might need to be adapted.
|
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
|
### New Modules
|
||||||
|
|
||||||
* `XMonad.Util.Hacks`
|
* `XMonad.Util.Hacks`
|
||||||
@@ -414,6 +421,9 @@
|
|||||||
- Added `workspaceHistoryModify` to modify the workspace history with a pure
|
- Added `workspaceHistoryModify` to modify the workspace history with a pure
|
||||||
function.
|
function.
|
||||||
|
|
||||||
|
- Added `workspaceHistoryHookExclude` for excluding certain
|
||||||
|
workspaces to ever enter the history.
|
||||||
|
|
||||||
* `XMonad.Util.DebugWindow`
|
* `XMonad.Util.DebugWindow`
|
||||||
|
|
||||||
- Fixed a bottom in `debugWindow` when used on windows with UTF8 encoded titles.
|
- Fixed a bottom in `debugWindow` when used on windows with UTF8 encoded titles.
|
||||||
|
Reference in New Issue
Block a user