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