-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
40 lines (24 loc) · 1.33 KB
/
NEWS
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
Changes on 1.1.0 since 1.0.1:
* Corrected underscores (mnemonics) on every menu and dialog.
* Migrated to new libfm APIs for simplification.
* Fixed GTK+ 3.0 compatibility problems. Added switch --with-gtk=N to
configure script where N is GTK+ version: 2 or 3. Default is 2.
* Added option 'Treat backup files as hidden' into 'Display' tab of the
preferences dialog and 'Use Application Startup Notify by default'
into 'Advanced' tab. Both have effect with libfm 1.0.2 or newer.
* Added rintime option '--new-win' to open new window instead of new tab
when started with some directory name.
* Added runtime option '--role' to set WM_WINDOW_ROLE property which can
be used by window manager to do arrangement of window. Works only if
option '--new-win' is also used.
* Added search engine support. Works if compiled with libfm-gtk >= 1.0.2.
* The items which cannot act (such as "Copy" when no items selected) now
are disabled in menu and toolbar.
* Experimental implementation of option --one-screen to apply --desktop
option only for one (current) X-Screen.
* Implemented side pane hiding, bound to 'F9' key press.
Changes on 1.0.1 since 1.0.0:
* Implemented basic multi-monitor support.
* Implemented toggling fullscreen mode via 'F11' key press.
* Added tab 'Layout' into Preferences dialog.
* Few lesser bugfixes.