Release v1.1.0

This commit is contained in:
Dave Davenport 2016-06-14 20:46:46 +02:00
parent 60cb992cac
commit 5ae177cae1
4 changed files with 34 additions and 7 deletions

View File

@ -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

View File

@ -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])

View File

@ -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
.

View File

@ -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