rofi/Changelog

41 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-02-10 06:59:45 +00:00
0.15.2: (unreleased)
Removed features:
- Remove (broken) hmode
- 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.
- 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)
- 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.
- 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:
- 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