summaryrefslogtreecommitdiffstats
path: root/releasenotes/1.6.1/release-1.6.1.markdown
blob: 43d89051d1c7ec7cd613293b30db6266222c69c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 1.6.1: Tortoise Power

A bugfix release with a few minor new features.

## Theme: min/max and nested media support

To make themes more adoptable between different setups, `@media` statements can now be nested.

Support for min/max operation `calc()` has been added.

## 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.