Skip to content

Commit

Permalink
Add ChangeLog and start working on release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Nov 22, 2020
1 parent db9b7af commit e2a7a3d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v1.6.1: Tortoise Power
- 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.

v1.6.0: The Masked Launcher
- Add `themes/` directory in the users rofi config directory to the theme search path. (#1001)
- Split listview element into box widget holding icon and textbox. Supporting more dynamic themes. (#949)
Expand Down
Binary file added releasenotes/1.6.1/filebrowser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions releasenotes/1.6.1/release-1.6.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.

0 comments on commit e2a7a3d

Please sign in to comment.