2015-09-08 16:24:34 -04:00
|
|
|
0.15.9: (unreleased)
|
|
|
|
New feature:
|
2015-09-13 11:50:23 -04:00
|
|
|
- Support for Startup Notification
|
2015-09-20 05:45:28 -04:00
|
|
|
- Standalone mode in dmenu
|
2015-10-16 16:44:57 -04:00
|
|
|
- ssh: known_hosts parsing
|
|
|
|
- Full screen support
|
2015-10-16 16:39:08 -04:00
|
|
|
- Glob style matching
|
|
|
|
- Cairo drawing
|
|
|
|
- Fast ascii filtering (thx to Tom Hinton)
|
|
|
|
- Combi bang support
|
|
|
|
- normal window mode for dmenu
|
|
|
|
- Startup notification support
|
2015-10-16 16:44:57 -04:00
|
|
|
- Current desktop window mode
|
2015-09-08 16:24:34 -04:00
|
|
|
Improvements:
|
2015-09-20 05:45:28 -04:00
|
|
|
- Keep same line selected
|
2015-09-08 16:24:34 -04:00
|
|
|
- Cleanup menu code by re-using Switcher
|
2015-10-16 16:39:08 -04:00
|
|
|
- Fix drawing on resize
|
|
|
|
- Fix rofi -h output
|
|
|
|
- allow disabling of tokenizing
|
|
|
|
- Dragging scrollbar
|
2015-10-16 16:44:57 -04:00
|
|
|
- Allow none type on separator
|
|
|
|
- Dmenu support markup in fields
|
2015-09-08 16:24:34 -04:00
|
|
|
Bug fixes:
|
2015-10-16 16:44:57 -04:00
|
|
|
- dmenu use switcher system
|
|
|
|
- release keyboard on focus out event, regrab it on focus in event
|
|
|
|
- Support `\0` separator
|
2015-09-08 16:24:34 -04:00
|
|
|
|
2015-09-06 10:34:01 -04:00
|
|
|
0.15.8:
|
2015-09-06 04:24:20 -04:00
|
|
|
New feature:
|
|
|
|
- Scrollbar.
|
|
|
|
- More custom keybindings.
|
|
|
|
Improvements:
|
|
|
|
- dmenu compatibility.
|
|
|
|
- Don't refilter on all keypresses.
|
|
|
|
- Hide Docks and desktops from the window list. (remove i3bar hack)
|
2015-07-24 11:06:20 -04:00
|
|
|
Bug fixes:
|
2015-09-06 04:24:20 -04:00
|
|
|
- Fix Desktop numbering.
|
2015-07-24 11:06:20 -04:00
|
|
|
- Mis-alignment of arrow down box with message (#189)
|
|
|
|
- Fix issue with mouse interaction needing keyboard press to complete.
|
|
|
|
- Fix -no-custom still allows escape to quit.
|
|
|
|
- Fix compiler warnings.
|
2015-09-20 05:45:28 -04:00
|
|
|
- Fix dmenu mode. (#200)
|
2015-08-03 06:05:47 -04:00
|
|
|
- Break CMD AI to have dmenu compatibility.
|
|
|
|
- Fix processing of signals.
|
2015-07-24 11:06:20 -04:00
|
|
|
|
2015-07-11 11:35:10 -04:00
|
|
|
0.15.7:
|
2015-06-03 03:04:29 -04:00
|
|
|
Bug fixes:
|
|
|
|
- Auto-wrap text in message dialog.
|
|
|
|
- Fix ellipsiziing in entry box.
|
2015-06-08 13:06:45 -04:00
|
|
|
- Fix crash on empty list with custom input (#175).
|
2015-06-14 08:39:46 -04:00
|
|
|
- SSH: Ignore comments in Host line (#178).
|
2015-07-06 06:30:15 -04:00
|
|
|
- Fix issues with BSD (#180)
|
2015-06-08 17:22:35 -04:00
|
|
|
New feature:
|
|
|
|
- Markup support error message.
|
2015-06-12 16:13:48 -04:00
|
|
|
- Implement -no-custom as alternative to -only-select (#176).
|
2015-07-02 17:06:03 -04:00
|
|
|
- Fuzzy match option. (#133)
|
2015-06-15 03:01:22 -04:00
|
|
|
Improvements:
|
|
|
|
- Make more keys user-configurable. (#66)
|
2015-05-31 03:30:34 -04:00
|
|
|
|
2015-04-26 05:41:43 -04:00
|
|
|
0.15.5:
|
2015-04-30 11:11:52 -04:00
|
|
|
Bug fixes:
|
|
|
|
- Reduce time waiting for keyboard grab (#153)
|
2015-05-22 09:15:57 -04:00
|
|
|
- Also grab Key Release on exit. (#167)
|
2015-05-27 14:01:46 -04:00
|
|
|
- Fix failing font size estimation code.
|
2015-05-22 09:15:57 -04:00
|
|
|
New feature:
|
2015-09-20 05:45:28 -04:00
|
|
|
- [DMENU] Allow to select line matching pattern from cmdline.(#165)
|
2015-05-22 09:15:57 -04:00
|
|
|
- [DMENU] Allow to set filter from cmdline. (#164)
|
|
|
|
- [DMENU] Allow output to be formatted (string, filter, index, index 1 based)
|
|
|
|
- [DMENU] Only match input lines mode.
|
2015-05-25 05:49:40 -04:00
|
|
|
- [DMENU] Custom keybinding for return value.(#154,#156)
|
|
|
|
- [DMENU] Allow additional message line. (#166)
|
2015-04-30 16:46:51 -04:00
|
|
|
Improvements:
|
|
|
|
- (Start) adding keybinding support (#131)
|
2015-05-22 09:15:57 -04:00
|
|
|
- Cleanup warnings from clang checkers.
|
2015-05-25 05:49:40 -04:00
|
|
|
- Fix keybindings on Russian layout (#169)
|
2015-05-29 14:21:55 -04:00
|
|
|
Open bugs:
|
|
|
|
- Urgency hint not always working (#162)
|
2015-04-26 05:41:43 -04:00
|
|
|
|
|
|
|
0.15.4:
|
2015-03-11 13:05:39 -04:00
|
|
|
New feature:
|
|
|
|
- Number mode for dmenu. allows user to get index back instead of content.
|
2015-03-31 16:45:02 -04:00
|
|
|
- Combi mode. Combine multiple views into one.
|
|
|
|
- Highlight current window.
|
2015-04-05 05:53:08 -04:00
|
|
|
- Highlight urgent and active row in window view.
|
2015-04-13 02:18:00 -04:00
|
|
|
- DMenu allow rows to be highlighted. (single, multiple, ranges)
|
2015-04-20 10:47:58 -04:00
|
|
|
- New color specification based on I3. (Can be enabled by settings) (#147)
|
|
|
|
- /etc/hosts support for ssh mode. (#137)
|
2015-03-16 03:13:24 -04:00
|
|
|
Bug fixes:
|
|
|
|
- On a single item in list disable auto-select.
|
2015-04-05 05:53:08 -04:00
|
|
|
- Fix cursor position (#140)
|
2015-04-20 10:47:58 -04:00
|
|
|
- Resolving manpage. (#142)
|
|
|
|
- Fix pasting cursor one off. (#150)
|
2015-04-24 13:45:27 -04:00
|
|
|
- Fix grave key -> ctrl+grave (#151)
|
2015-03-12 12:57:00 -04:00
|
|
|
Improvements:
|
2015-04-23 16:15:28 -04:00
|
|
|
- Better handle input methods.. Now international keyboard layout works as expected: `e ->è
|
2015-04-05 16:43:42 -04:00
|
|
|
- Be more verbose about starting in daemon mode.
|
|
|
|
- Print a user-understandable error when launching in daemon mode without a key bound.
|
2015-03-12 12:57:00 -04:00
|
|
|
- Add Ctrl(Shift)Tab to switch modi's.
|
2015-03-18 15:57:55 -04:00
|
|
|
- Auto size number of columns based on available columns.
|
2015-03-19 14:58:05 -04:00
|
|
|
- Better way to determine font height.
|
2015-03-19 18:48:49 -04:00
|
|
|
- Fix font vertical centering.
|
2015-03-19 15:01:52 -04:00
|
|
|
- One-off when pasting text.
|
2015-03-20 11:07:30 -04:00
|
|
|
- Improve rendering of boxes (fixed height and margins)
|
2015-03-21 14:23:13 -04:00
|
|
|
- Fix modi switcher boxes size+layout.
|
2015-03-23 03:56:55 -04:00
|
|
|
- Reduce work on redraws (do not always calculate new size/position), set text, etc.
|
2015-03-27 15:28:53 -04:00
|
|
|
- OO-ify the switchers.
|
2015-03-31 16:45:02 -04:00
|
|
|
- Remove unneeded filtered array.
|
2015-03-11 13:32:37 -04:00
|
|
|
Cleanup:
|
|
|
|
- Do not lug argc,argv around everywhere.
|
2015-03-11 13:05:39 -04:00
|
|
|
|
2015-09-20 05:45:28 -04:00
|
|
|
0.15.2:
|
2015-02-10 01:59:45 -05:00
|
|
|
Removed features:
|
|
|
|
- Remove (broken) hmode
|
2015-02-15 15:15:16 -05:00
|
|
|
- Old style key binding and mode launcher.
|
2015-02-19 07:22:10 -05:00
|
|
|
- Old TIMING code.
|
2015-02-10 01:59:45 -05:00
|
|
|
New features:
|
|
|
|
- Word movement in entry box. (#126)
|
|
|
|
- PID file to avoid duplicate Rofi.
|
2015-02-15 15:15:16 -05:00
|
|
|
- Generic keybinding and launching for modi. (#128)
|
2015-09-20 05:45:28 -04:00
|
|
|
- Auto select mode (previously called zeltak mode)
|
2015-02-10 01:59:45 -05:00
|
|
|
Bug fixes:
|
2015-02-17 09:04:51 -05:00
|
|
|
- Shift left/right movement between modi (#125)
|
2015-02-15 15:15:16 -05:00
|
|
|
- Document updates (#123,#116,#124,etc.)
|
2015-02-10 01:59:45 -05:00
|
|
|
- DMenu mode based on executable name with full path (#119)
|
|
|
|
- Fix missing keystrokes.
|
|
|
|
- On broken UTF-8 show everything up to the broken character. (#121)
|
|
|
|
Others:
|
2015-02-12 16:34:06 -05:00
|
|
|
- Significant code refactoring.
|
2015-02-17 04:31:59 -05:00
|
|
|
- Rewriting of config parser, Commandline Parser uses structure from Xresource parser.
|
|
|
|
Avoiding duplication and making it easier to maintain.
|
2015-02-10 01:59:45 -05:00
|
|
|
Performance improvements:
|
|
|
|
- Fix blocking on grabbing keyboard.
|
|
|
|
|
2015-01-24 11:12:04 -05:00
|
|
|
0.15.1:
|
|
|
|
New features:
|
2015-02-15 15:15:16 -05:00
|
|
|
- Improved transparency
|
2015-01-24 11:12:04 -05:00
|
|
|
- Changelog
|
|
|
|
- Case sensitivity support, with indicator. (Edwin Pujols)
|
|
|
|
- Mouse scroll wheel support
|
|
|
|
- Alternate Row colors
|
|
|
|
- Run-list command for adding entries to run-dialog
|
|
|
|
- Dmenu: preselect line.
|
|
|
|
Bug fixes:
|
|
|
|
- Manpage fixes
|
|
|
|
- SSH viewer, support lists of hostnames (Tblue)
|
|
|
|
- SSH improve parsing of odly indented host files
|
|
|
|
- Do not loose keypresses when system under load
|
|
|
|
- Cleanups, small fixes. (Edwin Pujols, blueyed )
|
|
|
|
Performance improvements:
|
|
|
|
- Lazy refilter for large lists
|