mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Release v1.1.0
This commit is contained in:
parent
60cb992cac
commit
5ae177cae1
4 changed files with 34 additions and 7 deletions
14
Changelog
14
Changelog
|
@ -1,14 +1,16 @@
|
||||||
unreleased
|
v1.1.0
|
||||||
New Features
|
New Features
|
||||||
- Keys mode, showing keybindings.
|
- Keys mode, showing keybindings.
|
||||||
- Stop cycling option (#407) (Thx to Yaroslav)
|
- Stop cycling option (#407) (Thx to Yaroslav)
|
||||||
- Kill window on delete entry (#316)
|
- Kill window on delete entry (#316)
|
||||||
Improvements
|
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 use X11 background for fake transparency (#390)
|
||||||
- Allow user to specify background image.
|
- Allow user to specify background image.
|
||||||
- Improved keybinding handling, allowing on-release and modifier only (#384).
|
- 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
|
Bug fixes
|
||||||
- Grab mouse pointer with keyboard
|
- Grab mouse pointer with keyboard
|
||||||
|
|
||||||
|
|
|
@ -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_SRCDIR([source/rofi.c])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
|
@ -1261,6 +1261,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE\.
|
||||||
.P
|
.P
|
||||||
\fBrofi\fR bugtracker can be found here \fIhttps://github\.com/DaveDavenport/rofi/issues\fR
|
\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"
|
.SH "AUTHOR"
|
||||||
Qball Cow \fIqball@gmpclient\.org\fR
|
Qball Cow \fIqball@gmpclient\.org\fR
|
||||||
.
|
.
|
||||||
|
|
22
releasenotes/1.1.0/release-1.1.0.markdown
Normal file
22
releasenotes/1.1.0/release-1.1.0.markdown
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue