mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
1.1 KiB
1.1 KiB
1.6.1: Tortoise Power
Rofi 1.6.1 is another bug-fix release in the 1.6 series. This release fixes a few issues with 1.6.0, most important the crash with drun-cache and resolving some issues that the default theme had on some systems. There are a few minor new features introduced.
Theme: min/max and nested media support
To make themes more adoptable to different setups, @media
statements can now be nested and support for min/max
operation in calc()
has been added.
FileBrowser
The file-browser plugin is now integrated in rofi.
ChangeLog
- Use GdkPixbuf for Icon parsing.
- Add FileBrowser to default mode.
- Fix parsing dicts in config file (with " in middle of string.)
- Add -normalize-match option, that tries to o match ö, é match e. (#1119)
- [Theme] Add min/max operator support to calc() (#1172)
- Show error message and return to list instead of closing (#1187)
- [Theme] Add nested media support. (#1189)
- [Textbox] Try to fix estimated font height. (#1190)
- [DRun] Fix broken caching mechanism.