aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2021-04-27 13:22:00 +0200
committerWolfgang Müller2021-04-27 13:22:00 +0200
commitf9067c529bbc253fcbc299d6535dc3f190adc7c5 (patch)
treeeac5728dd3d192771cb85e74f6fceee448ed81da
parentee81361cef63a270178ff8f39577b06759a4ba44 (diff)
downloadcwm-f9067c529bbc253fcbc299d6535dc3f190adc7c5.tar.gz
Add links to relevant commits in README
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index b8c1e88..83b48b1 100644
--- a/README.md
+++ b/README.md
@@ -8,20 +8,20 @@ See [cwm(1)](cwm.1) and [cwmrc(5)](cwmrc.5).
## Removed features
- - Path completion in the exec menu
- - The entire ssh menu
- - The entire wm menu
- - Matching on window title history
+ - Path completion in the exec menu [(a0387a0)](../commit?id=a0387a0fd66954e024c926655c866a3ab80e460f)
+ - The entire ssh menu [(26a8c6c)](../commit?id=26a8c6ced076b6a49b130deb4fe35d6707bebbae)
+ - The entire wm menu [(c0f391e)](../commit?id=c0f391e648f52cd9b8fa6e534a2f97a8ba0f46a9)
+ - Matching on window title history [(08ab650)](../commit?id=08ab650ce0d4d699e7e062d439ab6c8858bad65a)
## Added features and bugfixes
- XDG-compliant configuration file location
- Windows are automatically raised when fullscreened
- - Warping to last active window if there is no active client
- - Ignored clients are not shown in the window menu
+ - Warping to last active window if there is no active client [(47703bb)](../commit?id=47703bbeafea2d689a33fce27e46b0e05c6bcd4e)
+ - Ignored clients are not shown in the window menu [(37d5340)](../commit?id=37d5340b0fc3948d8f676ff8774a48936e8be087)
- Colors are calculated using the client's visual and colormap,
- enabling support for compositors
- - A memory leak in conf_clear has been fixed
- - A string truncation issue in menu_draw has been fixed
+ enabling support for compositors [(13377b4)](../commit?id=13377b4e34be6d298eeb41a55df939f39ee7f5a7)
+ - A memory leak in conf_clear has been fixed [(5ff1dc2)](../commit?id=5ff1dc2b8f6ec0ab2ebdd132ba1b56cebeb9626c)
+ - A string truncation issue in menu_draw has been fixed [(49be2ed)](../commit?id=49be2ed2e13a61ba0ab2ae7cca44dcdc1829f3eb)
See the respective commits for more information.