2020-11-22 05:30:59 -05:00
|
|
|
# 1.6.1: Tortoise Power
|
|
|
|
|
2020-11-22 12:04:51 -05:00
|
|
|
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.
|
2020-11-22 05:30:59 -05:00
|
|
|
|
|
|
|
|
2020-11-22 12:04:51 -05:00
|
|
|
## Theme: min/max and nested media support
|
2020-11-22 05:30:59 -05:00
|
|
|
|
2020-11-22 12:04:51 -05:00
|
|
|
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.
|
2020-11-22 05:30:59 -05:00
|
|
|
|
|
|
|
## FileBrowser
|
|
|
|
|
|
|
|
The file-browser plugin is now integrated in rofi.
|
|
|
|
|
|
|
|
![File Browser](filebrowser.png)
|
|
|
|
|
|
|
|
|
|
|
|
## 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.
|