2015-03-31 22:45:02 +02:00
|
|
|
0.15.4: (unreleased)
|
2015-03-11 18:05:39 +01:00
|
|
|
New feature:
|
|
|
|
- Number mode for dmenu. allows user to get index back instead of content.
|
2015-03-31 22:45:02 +02:00
|
|
|
- Combi mode. Combine multiple views into one.
|
|
|
|
- Highlight current window.
|
2015-04-05 11:53:08 +02:00
|
|
|
- Highlight urgent and active row in window view.
|
|
|
|
- DMenu allow rows to be highlighted.
|
2015-03-16 08:13:24 +01:00
|
|
|
Bug fixes:
|
|
|
|
- On a single item in list disable auto-select.
|
2015-04-05 11:53:08 +02:00
|
|
|
- Fix cursor position (#140)
|
2015-03-12 17:57:00 +01:00
|
|
|
Improvements:
|
2015-04-05 22:43:42 +02: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 17:57:00 +01:00
|
|
|
- Add Ctrl(Shift)Tab to switch modi's.
|
2015-03-18 20:57:55 +01:00
|
|
|
- Auto size number of columns based on available columns.
|
2015-03-19 19:58:05 +01:00
|
|
|
- Better way to determine font height.
|
2015-03-19 23:48:49 +01:00
|
|
|
- Fix font vertical centering.
|
2015-03-19 20:01:52 +01:00
|
|
|
- One-off when pasting text.
|
2015-03-20 16:07:30 +01:00
|
|
|
- Improve rendering of boxes (fixed height and margins)
|
2015-03-21 19:23:13 +01:00
|
|
|
- Fix modi switcher boxes size+layout.
|
2015-03-23 08:56:55 +01:00
|
|
|
- Reduce work on redraws (do not always calculate new size/position), set text, etc.
|
2015-03-27 20:28:53 +01:00
|
|
|
- OO-ify the switchers.
|
2015-03-31 22:45:02 +02:00
|
|
|
- Remove unneeded filtered array.
|
2015-03-11 18:32:37 +01:00
|
|
|
Cleanup:
|
|
|
|
- Do not lug argc,argv around everywhere.
|
2015-03-11 18:05:39 +01:00
|
|
|
|
|
|
|
0.15.2:
|
2015-02-10 07:59:45 +01:00
|
|
|
Removed features:
|
|
|
|
- Remove (broken) hmode
|
2015-02-15 21:15:16 +01:00
|
|
|
- Old style key binding and mode launcher.
|
2015-02-19 13:22:10 +01:00
|
|
|
- Old TIMING code.
|
2015-02-10 07:59:45 +01:00
|
|
|
New features:
|
|
|
|
- Word movement in entry box. (#126)
|
|
|
|
- PID file to avoid duplicate Rofi.
|
2015-02-15 21:15:16 +01:00
|
|
|
- Generic keybinding and launching for modi. (#128)
|
2015-02-24 17:34:25 +01:00
|
|
|
- Auto select mode (previously called zeltak mode)
|
2015-02-10 07:59:45 +01:00
|
|
|
Bug fixes:
|
2015-02-17 15:04:51 +01:00
|
|
|
- Shift left/right movement between modi (#125)
|
2015-02-15 21:15:16 +01:00
|
|
|
- Document updates (#123,#116,#124,etc.)
|
2015-02-10 07:59:45 +01: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 22:34:06 +01:00
|
|
|
- Significant code refactoring.
|
2015-02-17 10:31:59 +01:00
|
|
|
- Rewriting of config parser, Commandline Parser uses structure from Xresource parser.
|
|
|
|
Avoiding duplication and making it easier to maintain.
|
2015-02-10 07:59:45 +01:00
|
|
|
Performance improvements:
|
|
|
|
- Fix blocking on grabbing keyboard.
|
|
|
|
|
2015-01-24 17:12:04 +01:00
|
|
|
0.15.1:
|
|
|
|
New features:
|
2015-02-15 21:15:16 +01:00
|
|
|
- Improved transparency
|
2015-01-24 17:12:04 +01: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
|