File: Changelog

package info (click to toggle)
rofi 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,108 kB
  • sloc: ansic: 22,718; sh: 1,865; lex: 656; yacc: 549; makefile: 523; xml: 166
file content (419 lines) | stat: -rw-r--r-- 17,203 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
v1.5.1:
	- Egor Zvorykin: Fix typos in theme manpage. (#760)
	- Ben: Fix README config file location. (#761)
	- [SSH] Reload when ssh entry is deleted.
	- Add support for randr 1.5 monitors. (#749)
	- Diki Anata: Fix border layout structure.
	- Remove duplicate tests. (#543)
	- Fix make test in libnkutils.

v1.5.0:
	- [Theme] Accept integer notation for double properties. (#752)
	- [View] Theme textboxes are vertically sized and horizontal wrapped. (#754)
	- Rofi 1.4.2 doesn't capture ←, ↑, →, ↓ binding to keys to work in combination with Mode_switch (#744)
	- Add konsole to list of sensible terminals. (#739)
	- Allow drun to filter based on comment field. (#733)
	- Add prompt widget to default theme.
	- Add manpage for rofi-theme-selector.
	- Dump theme without # prefix and separator .
	- Fix issue with xnomad and -4 placing. (#683)
	- DRun obey OnlyShowIn and NotShowIn properties.
	- Store default theme in rofi binary using GResources.
	- Add extra margin between prompt and entry.
	- Remove colon from prompt. (#637)
	- Add support for passing extra properties in script mode.
	- Better error message on invalid argb syntax.
	- Fix default theme border.
	- Make '#' in the parser optional.
	- Update themes.
	- Add -drun/window-match-fields option (thx to Askrenteam) for drun/window menu. (#690/#656)
	- Implement negated match. (#665)
	- Fix parsing of non-existing fields. (#700)
	- rofi-theme-selector fixes.
	- Fix spelling error (thx to jmkjaer)
	- Fix test on i686/arm. (#692)
	- Fix error in theme manpage. (#686)
	- Allow history size to be specified. (#613)
	- Fix drun history implementation. (#579)
	- Add gentoo install instruction. (#685)

v1.4.2: 
	- Add sort to manpage. (#682)
	- Add tranaparent to theme manpage. (#688)
	- Re-add theme headers. (#679)
	- Fix super key. (#684)
	- Unknown option libnkutils:uuid. (#677)
	- Mode window is not found. (#686)
	- Fix meson build in dist file. 

v1.4.1: All Hail Rasi
	- Bump meson release version

v1.4.0: I reject your truth and substitute my own (unreleased)
	New Features:
		- FZF style sorting for fuzzy matching (thanks to MaskRay) (#533)
		- Improve error messages.
		  - Theme parsing.
		  - Keybinding.
		  - invalid commandline options.
		  - etc.
		- Customizable highlight.
		- Give up when keyboard is not grabbed in first 5 seconds.
		- Improved manpage
			- rofi (1)
			- rofi-themes (5)
		- Super-{1..10} hotkey for first 10 rows.
		- Allow x-align/y-align for textbox.
		- Support matching bangs on multiple characters in combi mode. (#542)
		- Set WM_CLASS (#549)
		- Async pre-read 25 rows for improving user experience. (#550)
		- Improve handling in floating window manager by always setting window size.
		- DRun speedup.
		- Make lazy-grab defualt.
		- Remove extra layer in textbox. (#553)
		- Ignore fonts that result in a family name or size 0. (#554)
		- [Combi] Allow bang to match multiple modes. (#552)
		- Add detection of window manager and work around quirks.
		- Support dynamic plugins.
		- DMENU tty detection.
		- Support for icons in drun, combi and window mode.
		- Startup notification of launched application support.
		- Meson support.
		- Fuzzy matching with fzf based sorting algorithm.
		- Auto-detect DPI.
		- Set cursor at the end of the input field. (#662)
		- Meson support (thx to SardemFF7).
		- [Script] parse the command as if it was commandline. (#650)
		- Don't enable asan by meson. (#642)
		- Allow text widgets to be added in theme and string to be set.
		- [Dmenu] Support the -w flag.
		- Allow window (via window id) to be location for rofi window.
		- [Dmenu] Allow multi-select mode in `-no-custom` mode.

v1.3.1: Dan vs. Greg: The never ending story, reloaded.
	New Features
		- [DRun] Search categories. (#449)
	Improvements
		- Fix exit when failed to grab keyboard. (#524)
		- Introduce lazy keyboard grab mode for people who want rofi to show on key-down in i3.
		- Add copyrights to theme (needed for debian packaging).
		- DMENU: Correctly detect end-of-file (#518)
		- Directly queue redraw on overlay change.
		- Remove pango markup from workspace names in I3. (#507)

v1.3.0: Dan vs. Greg: The never ending story.
	New Features
		- Use randr for getting monitor layout. Fallback to xinerama if not available.
		- 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.
	Improvements
		- Fix pasting secondary clipboard. (#516)
		- By default use all cores to filter entries.
		- Make sure drawing priority is higher then reading input data.
		- Improve resizing of window, don't make X whipe background.
		- Improve close window (shift-delete) action, by sending NET_WM_CLOSE instead of destroying window.
		- Create cache and run directory on startup. (#497)
		- Fix uneeded redraws on cursor blinking. (#491)
		- Improve time till grabbing keyboard. (#494)
		- Better error message when failing to parse keybindings, also continue parsing on error.
		- Fix problem with custom layouts (#485)
		- Speedup drawing of screen. Works well now for 4k and 8k screens. (factor 1000+ speedup for the flipping of
		buffer) (#496)
		- DRun mode more compatible with specification.
		- Debug output via g_log.
		- Fix password entry cursor position.
		- Use bash instead of sh for get_git_rev.sh (#445)
		- Add Control+G for cancel (#452)
		- Add padding option to textbox (#449)
		- Ctrl-click does alternate accept entry. (#429)
		- Hide window decoration in normal window mode. 
		- Click to exit option. (#460)
		- Fix cursor blinking on moving. (#462)
		- Remove entry from history if fails to execute (#466)
		- Fix margins. (#467)
		- Improved documentation of functions in code.
		- DRun: Set work directory when executing file. (#482)
		- Memory leak fixes.
		- Improve scrollbar behaviour.
	Removals
		- opacity option. The transparency support in the theme can do the same and more.
	
v1.2.0
	New Features
		- Highlight matched part of the string.
		- Make window switcher string customizable.
	Improvements
		- Improved selection mode in dmenu with selection counter. 
		- Improved selection mode with 'dot' indicator.
		- Fix Current Desktop window switcher.
		- Fix  launching in terminal.
		- Supports include in config.
		- Add Control+k remove till eol keybinding.
		- Change clear line to Control+w and make Control+u remove till sol (matching readline)
		- Track origin of option value e.g. who set the option.
		- Comment default values in dump-xresources.
		- Fix displaying on 30bit 10bpc X setup.
	Removals:
		- Remove xlib dependency (xcb-xrm)
		- Remove fuzzy option
		- Remove i3 workaround as it no longer needed since I3 v4.9. (Feb. 2015)

v1.1.0
    New Features
        - Keys mode, showing keybindings.
        - Stop cycling option (#407) (Thx to Yaroslav)
        - Kill window on delete entry (#316)
    Improvements
        - Add Control+Backspace as remove word back keybinding.
        - Allow user to use X11 background for fake transparency (#390)
        - Allow user to specify background image.
        - Improved keybinding handling, allowing on-release and modifier only (#384).
        - Use display name for prompt (#409)
        - Parse subdirectories in drun parser (#416)
        - Switch to stop cycling (#407)
    Bug fixes
        - Grab mouse pointer with keyboard

1.0.1
    Bug fixes
         - Fix typo in manpage.
         - Return old behaviour for rofi placement (#395, #389)
         - Switch desktop when switching window (#393)
         - Remove unneeded use of bash (#391)
         - Make history parser more robust against corrupted files. (#388)
         - Fix desktop number (#386)

1.0.0
    New Features

        - Blinking cursor
        - BliSeparate configuration file
        - BliHistory in drun mode (#343)
        - BliContext menu mode, show rofi at the mouse pointer

    Improvement
        - auto select and single item on dmenu mode (#281)
        - Unlimited window title length.
        - Correctly follow the active desktop, instead of active window.
        - If requesting modi that is not enabled, show it anyway.
        - DMenu password mode. (#315)
        - Levenshtein sort is now UTF-8 aware.
        - Use xcb instead of large xlib library.
        - Use GLib mainloop for cleaner code and easier external event based
        - handling in future.
        - Run dialog: Try to convert between locale, fs encoding and utf8.
        - Fixing problems with non-utf8 filesystem encodings.
        - Try to display non-utf8 strings as good as possible.
        - Autocomplete bang hint in combi mode (#380)
        - Remove magic line length limits by switching to getline
        - from fgets.
        - Print git version for git builds in version string.

    Bug fixes
        - Fix subpixel rendering. (#303)
        - Fix basic tests on OpenBSD (#272)
        - Fix wrong use of memcpy (thx to Jasperia).
        - Work around for sigwaitinfo on OpenBSD.
        - Ignore invalid entries (non-utf8) in dmenu mode.
        - Glib signal handling.
        - Fix connecting to i3 on bsd.
        - Be able to distinguish between empty and cancel in dmenu mode. (#323)
        - Fix memcpy on single memory region. (#312)
        - Fix opening file with mode a+ and using fseek to overwrite on bsd.

0.15.12:
    New features:
        - Initial `-dump` command for dmenu mode. (#216)
        - Threading support.
            - Parallel checking for ASCII.
            - Parallel string matching.
            - Autodetect number of HW-threads.
            - Disabled by default.
        - Highlight multiple selected rows (#287,#293)
        - Dmenu can read from file instead of stdin.
        - Regex matching (#113)
        - Take Screenshot of rofi using keybinding.
        - Hotkey for sorting: (#298)
		- Option to set scrollbar width.
    Improvements:
		- Fix return code of multi-select.
        - Update manpage (#289, #291)
        - Improve speed of reading stdin in dmenu mode.
        - Correctly handle modifier keys now. Should now support most weird keyboard layouts and switching between them.
        (#268, #265, #286)
        - Correctly set locale, fixing issues with entering special characters. (#282)
        - DRun mode support `NoDisplay` setting (#283)
        - Pango markup is matched when filtering. (#273)
    Bug fixes:
        - Improve error message (#290)
        - Correctly switch to next entry on multi-select when list is filtered (#292)
        - Switch __FUNCTION__ for __func__. (#288)
        - Fix segfault on empty list and moving through it. (#256,#275)
        - Fix one off of colors (#269)
        - Drun fix uninitialized memory (#285)

0.15.11:
    New features:
        - (Experimental) Desktop file support
    Improvement:
        - Add xdg-terminal to rofi-sensible-terminal
    Bug fixes:
        - manpage fixes (#261)
        - Crash in error mesg on invalid config
        - Fix urgent and active being activated at same time
        - Fix crasher on empty list
0.15.10:
    New feature:
        - Support for Startup Notification
        - Standalone mode in dmenu
        - ssh: known_hosts parsing
        - Full screen support
        - Glob style matching
        - Cairo drawing
        - Fast ascii filtering (thx to Tom Hinton)
        - Combi bang support
        - normal window mode for dmenu
        - Startup notification support
        - Current desktop window mode
    Improvements:
        - Keep same line selected
        - Cleanup menu code by re-using Switcher
        - Fix drawing on resize
        - Fix rofi -h output
        - allow disabling of tokenizing
        - Dragging scrollbar
        - Allow none type on separator
        - Dmenu support markup in fields
    Bug fixes:
        - dmenu use switcher system
        - release keyboard on focus out event, regrab it on focus in event
        - Support `\0` separator

0.15.8:
    New feature:
        - Scrollbar.
        - More custom keybindings.
    Improvements:
        - dmenu compatibility.
        - Don't refilter on all keypresses.
        - Hide Docks and desktops from the window list. (remove i3bar hack)
    Bug fixes:
        - Fix Desktop numbering.
        - Mis-alignment of arrow down box with message (#189)
        - Fix issue with mouse interaction needing keyboard press to complete.
        - Fix -no-custom still allows escape to quit.
        - Fix compiler warnings.
        - Fix dmenu mode. (#200)
        - Break CMD AI to have dmenu compatibility.
        - Fix processing of signals.

0.15.7:
    Bug fixes:
        - Auto-wrap text in message dialog.
        - Fix ellipsiziing in entry box.
        - Fix crash on empty list with custom input (#175).
        - SSH: Ignore comments in Host line (#178).
        - Fix issues with BSD (#180)
    New feature:
        - Markup support error message.
        - Implement -no-custom as alternative to -only-select (#176).
        - Fuzzy match option. (#133)
    Improvements:
        - Make more keys user-configurable. (#66)

0.15.5:
    Bug fixes:
        - Reduce time waiting for keyboard grab (#153)
        - Also grab Key Release on exit. (#167)
        - Fix failing font size estimation code.
    New feature:
        - [DMENU] Allow to select line matching pattern from cmdline.(#165)
        - [DMENU] Allow to set filter from cmdline. (#164)
        - [DMENU] Allow output to be formatted (string, filter, index, index 1 based)
        - [DMENU] Only match input lines mode.
        - [DMENU] Custom keybinding for return value.(#154,#156)
        - [DMENU] Allow additional message line. (#166)
    Improvements:
        - (Start) adding keybinding support (#131)
        - Cleanup warnings from clang checkers.
        - Fix keybindings on Russian layout (#169)
    Open bugs:
        - Urgency hint not always working (#162)

0.15.4:
    New feature:
        - Number mode for dmenu. allows user to get index back instead of content.
        - Combi mode. Combine multiple views into one.
        - Highlight current window.
        - Highlight urgent and active row in window view.
        - DMenu allow rows to be highlighted. (single, multiple, ranges)
        - New color specification based on I3. (Can be enabled by settings) (#147)
        - /etc/hosts support for ssh mode. (#137)
    Bug fixes:
        - On a single item in list disable auto-select.
        - Fix cursor position (#140)
        - Resolving manpage. (#142)
        - Fix pasting cursor one off. (#150)
        - Fix grave key -> ctrl+grave (#151)
    Improvements:
        - Better handle input methods.. Now international keyboard layout works as expected: `e ->è
        - Be more verbose about starting in daemon mode.
        - Print a user-understandable error when launching in daemon mode without a key bound.
        - Add Ctrl(Shift)Tab to switch modi's.
        - Auto size number of columns based on available columns.
        - Better way to determine font height.
        - Fix font vertical centering.
        - One-off when pasting text.
        - Improve rendering of boxes (fixed height     and margins)
        - Fix modi switcher boxes size+layout.
        - Reduce work on redraws (do not always calculate new size/position), set text, etc.
        - OO-ify the switchers.
        - Remove unneeded filtered array.
    Cleanup:
        - Do not lug argc,argv around everywhere.

0.15.2:
    Removed features:
        - Remove (broken) hmode
        - Old style key binding and mode launcher.
        - Old TIMING code.
    New features:
        - Word movement in entry box. (#126)
        - PID file to avoid duplicate Rofi.
        - Generic keybinding and launching for modi. (#128)
        - Auto select mode (previously called zeltak mode)
    Bug fixes:
        - Shift left/right movement between modi (#125)
        - Document updates (#123,#116,#124,etc.)
        - DMenu mode based on executable name with full path (#119)
        - Fix missing keystrokes.
        - On broken UTF-8 show everything up to the broken character. (#121)
    Others:
        - Significant code refactoring.
        - Rewriting of config parser, Commandline Parser uses structure from Xresource parser.
          Avoiding duplication and making it easier to maintain.
    Performance improvements:
        - Fix blocking on grabbing keyboard.

0.15.1:
    New features:
        - Improved transparency
        - Changelog
        - Case sensitivity support, with indicator. (Edwin Pujols)
        - Mouse scroll wheel support
        - Alternate Row colors
        - Run-list command for adding entries to run-dialog
        - Dmenu: preselect line.
    Bug fixes:
        - Manpage fixes
        - SSH viewer, support lists of hostnames (Tblue)
        - SSH improve parsing of odly indented host files
        - Do not loose keypresses when system under load
        - Cleanups, small fixes. (Edwin Pujols, blueyed )
    Performance improvements:
        - Lazy refilter for large lists