Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xmonad/xmonad-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fad3cedfd642d312ef7394435593a335076ba239
Choose a base ref
..
head repository: xmonad/xmonad-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d288bd7f7bd4ac374a3c4d6ebed7043641709487
Choose a head ref
Showing with 3 additions and 6 deletions.
  1. +3 −6 news/{_drafts/xmonad-0-17.md → _posts/2021-10-27-xmonad-0-17-0.md}
Original file line number Diff line number Diff line change
@@ -17,8 +17,7 @@ keep the XMonad project and community alive and relevant in the next decade.
With the [final X.Org Server 21.1 release][xorg-server-21.1] being announced
today, there are some obvious challenges ahead of us.

<!-- TODO: check/adjust -->
[xorg-server-21.1]: https://lists.x.org/archives/xorg-announce/2021-October/003114.html
[xorg-server-21.1]: https://lists.x.org/archives/xorg/2021-October/060799.html

### Table of Contents
{:.no_toc}
@@ -28,7 +27,6 @@ today, there are some obvious challenges ahead of us.

## xmonad 0.17.0

<!-- TODO: $ git shortlog v0.15..origin/master --summary --no-merges | awk '{ sum += $1; count += 1 } END { print sum, count }' -->
This release includes 156 non-merge commits by 22 contributors! For a full
summary of all the changes, see [xmonad's CHANGES.md] file.

@@ -75,7 +73,6 @@ summary of all the changes, see [xmonad's CHANGES.md] file.

## xmonad-contrib 0.17.0

<!-- TODO: $ git shortlog v0.16..origin/master --summary --no-merges | awk '{ sum += $1; count += 1 } END { print sum, count }' -->
This release includes 582 non-merge commits by 57 contributors! For a full
summary of all the changes, see [xmonad-contrib's CHANGES.md] file.

@@ -158,7 +155,7 @@ summary of all the changes, see [xmonad-contrib's CHANGES.md] file.
A new module that allows selection of visible screens using a key
chord—inspired by [vim-easymotion]. See the animation in the
vim-easymotion repo to get some idea of the functionality of this
EasyMotion module.
module.

+ `XMonad.Prompt.OrgMode`

@@ -183,7 +180,7 @@ summary of all the changes, see [xmonad-contrib's CHANGES.md] file.

+ `XMonad.Util.Hacks`

A collection of hacks and fixes that should be easily acessible to
A collection of hacks and fixes that should be easily accessible to
users, like a fix for the fullscreen behaviour of chromium based
applications when using windowed fullscreen, or a fix to make
certain Java applications play more nicely with xmonad.