diff --git a/Changelog b/Changelog index 8d40e06c..6f7e24a1 100644 --- a/Changelog +++ b/Changelog @@ -1,14 +1,16 @@ -unreleased +v1.1.0 New Features - - Keys mode, showing keybindings. - - Stop cycling option (#407) (Thx to Yaroslav) - - Kill window on delete entry (#316) + - Keys mode, showing keybindings. + - Stop cycling option (#407) (Thx to Yaroslav) + - Kill window on delete entry (#316) Improvements - - Add Control+Backspace as remove word back keybinding. + - Add Control+Backspace as remove word back keybinding. - Allow user to use X11 background for fake transparency (#390) - Allow user to specify background image. - Improved keybinding handling, allowing on-release and modifier only (#384). - - Use display name for prompt (#409) + - Use display name for prompt (#409) + - Parse subdirectories in drun parser (#416) + - Switch to stop cycling (#407) Bug fixes - Grab mouse pointer with keyboard diff --git a/configure.ac b/configure.ac index b619e639..6c17a273 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [1.0.1], [https://github.com/DaveDavenport/rofi/]) +AC_INIT([rofi], [1.1.0], [https://github.com/DaveDavenport/rofi/]) AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_HEADER([config.h]) diff --git a/doc/rofi.1 b/doc/rofi.1 index 1ec36c8c..c16b8a3f 100644 --- a/doc/rofi.1 +++ b/doc/rofi.1 @@ -1261,6 +1261,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE\. .P \fBrofi\fR bugtracker can be found here \fIhttps://github\.com/DaveDavenport/rofi/issues\fR . +.P +\fBrofi\fR support can be obtained here \fIirc://irc\.freenode\.net/#rofi\fR (#rofi on irc\.freenode\.net) +. .SH "AUTHOR" Qball Cow \fIqball@gmpclient\.org\fR . diff --git a/releasenotes/1.1.0/release-1.1.0.markdown b/releasenotes/1.1.0/release-1.1.0.markdown new file mode 100644 index 00000000..9dbfcdb9 --- /dev/null +++ b/releasenotes/1.1.0/release-1.1.0.markdown @@ -0,0 +1,22 @@ +# V1.1.0 - A trump card + +## New Features + + - Keys mode, showing keybindings. + - Stop cycling option (#407) (Thx to Yaroslav) + - Kill window on delete entry (#316) + +## Improvements + + - Add Control+Backspace as remove word back keybinding. + - Allow user to use X11 background for fake transparency (#390) + - Allow user to specify background image. + - Improved keybinding handling, allowing on-release and modifier only (#384). + - Use display name for prompt (#409) + - Parse subdirectories in drun parser (#416) + - Switch to stop cycling (#407) + +##Bug fixes + + - Grab mouse pointer with keyboard +