From 4f4cc8b6c16a7d8598d38f6266434bfa3e533978 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Thu, 25 Jan 2018 17:00:44 +0100 Subject: [PATCH] Release note for 3.0.4 --- NEWS.rst | 14 ++++++++++---- ...guake-away-from-the-edges-1b2d46997e8dbe91.yaml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 86f41726d..8ccf8c43d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,27 +1,33 @@ Release Notes ============= -3.0.3-12 --------- +3.0.4 +----- New Features ~~~~~~~~~~~~ +- Add window displacement options to move guake away from the screen edges + +- Allow make install-system to be run as non root user and print a message if so. + - Quick open can now open file under selection. Simply select a filename in the current terminal and do a Ctrl+click, if the file path can be found, it will be open in your editor. It allows to virtually open any file path in your terminal (if they are on your local machine), but requires the user to select the file path first, compared to the Quick Open feature that finds file names using regular expression. - + Also notes that is it able to look in the current folder if the selected file name exists, allowing Ctrl+click on relative paths as well. - + Line number syntax is also supported: ``filename.txt:5`` will directly on the 5th line if your Quick Open is set for. Bug Fixes ~~~~~~~~~ +- fixes issue with vertically stacked dual monitors #1162 + - Quick Open functionnality is restored #1121 - Unusable Guake with "hide on focus lose" option #1152 diff --git a/releasenotes/notes/Add-window-displacement-options-to-move-guake-away-from-the-edges-1b2d46997e8dbe91.yaml b/releasenotes/notes/Add-window-displacement-options-to-move-guake-away-from-the-edges-1b2d46997e8dbe91.yaml index b36b8d713..922d51787 100644 --- a/releasenotes/notes/Add-window-displacement-options-to-move-guake-away-from-the-edges-1b2d46997e8dbe91.yaml +++ b/releasenotes/notes/Add-window-displacement-options-to-move-guake-away-from-the-edges-1b2d46997e8dbe91.yaml @@ -3,4 +3,4 @@ features: Add window displacement options to move guake away from the screen edges fixes: - | - fixes #1162 + fixes issue with vertically stacked dual monitors #1162