From 0844d9369bb992bd961a614405d4c1a389680bf3 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 8 Jan 2017 12:39:40 +0100 Subject: [PATCH] Update bug links to be clickable. --- releasenotes/1.3.1/release-1.3.1.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releasenotes/1.3.1/release-1.3.1.markdown b/releasenotes/1.3.1/release-1.3.1.markdown index 196a071c..bbc2714f 100644 --- a/releasenotes/1.3.1/release-1.3.1.markdown +++ b/releasenotes/1.3.1/release-1.3.1.markdown @@ -7,14 +7,14 @@ Below is the, modest, full list of changes. ### New Features -- [DRun] Search categories. (#449) +- [DRun] Search categories. ([#449](https://github.com/DaveDavenport/rofi/issues/449)) ### Improvements -- Fix exit when failed to grab keyboard. (#524) +- Fix exit when failed to grab keyboard. ([#524](https://github.com/DaveDavenport/rofi/issues/524)) - Introduce lazy keyboard grab mode for people who want rofi to show on key-down in i3. - Add copyrights to theme (needed for debian packaging). -- DMENU: Correctly detect end-of-file (#518) +- DMENU: Correctly detect end-of-file ([#518](https://github.com/DaveDavenport/rofi/issues/518)) - Directly queue redraw on overlay change. -- Remove pango markup from workspace names in I3. (#507) +- Remove pango markup from workspace names in I3. ([#507](https://github.com/DaveDavenport/rofi/issues/507))