mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
update changelog
This commit is contained in:
parent
b40552c1f1
commit
2cb28fccfd
2 changed files with 66 additions and 35 deletions
|
@ -1,7 +1,7 @@
|
|||
v1.3.0: Dan vs. Greg: The never ending story. (unreleased)
|
||||
New Features
|
||||
- Use randr for getting monitor layout. Fallback to xinerama if not available.
|
||||
- Re-add fuzzy parser.
|
||||
- Re-add fuzzy matcher.
|
||||
- Restructure internal code to use dynamic sizing widgets. (hbox, vbox and lists)
|
||||
- Async mode for dmenu.
|
||||
- Add theme selector script.
|
||||
|
|
|
@ -1,15 +1,46 @@
|
|||
# V1.3.0: Dan vs. Greg: The never ending story.
|
||||
|
||||
This release mostly focussed on cleaning up, refactoring and more. the gui is now constructed more dynamically. We
|
||||
introduced a widget system with boxes, scrollbars, separators, listview and textboxes. The boxes (vertical and
|
||||
horizontal) allows us to nice structure the layout and have them resize according to rules when the window changes size.
|
||||
|
||||
insert small picture.
|
||||
|
||||
This allowed us to make changes at run-time. In the future I hope we can use this to improve the theming. The cleanup
|
||||
and refactoring is not finished and will continue for the next release.
|
||||
|
||||
Beside this we still managed to get some new features in:
|
||||
|
||||
## Dynamic window size
|
||||
|
||||
rofi can how resize the window to fit the number of visible entries, so as you type and the list of options becomes
|
||||
small, so does the windows (this is disabled by default). Rofi will try to keep the text box at the same place so you
|
||||
don't have to move focus. At the bottom of the screen the window layout is reversed so the textbox is at the bottom.
|
||||
|
||||
insert small gif here.
|
||||
|
||||
## Theme selector
|
||||
|
||||
To make it easier to get a good looking rofi, we included a theme-selector script and ship rofi with a set of themes.
|
||||
The script allows you to preview themes, and make them the default theme.
|
||||
|
||||
insert gif/picture.
|
||||
|
||||
|
||||
## Fuzzy parser
|
||||
|
||||
On many request, the fuzzy matcher has been re-added.
|
||||
|
||||
## Detailed Changelog
|
||||
|
||||
### New Features
|
||||
|
||||
- Use randr for getting monitor layout. Fallback to xinerama if not available.
|
||||
- Re-add fuzzy parser.
|
||||
- Re-add fuzzy matcher.
|
||||
- Restructure internal code to use dynamic sizing widgets. (hbox, vbox and lists)
|
||||
- Async mode for dmenu.
|
||||
- Add theme selector script.
|
||||
- Include 21 themes.
|
||||
- Dynamically sizing window with content.
|
||||
- When placed at bottom of screen re-order screen to have entry at bottom.
|
||||
|
||||
|
|
Loading…
Reference in a new issue