update
This commit is contained in:
parent
e538db9009
commit
c1335ef742
2 changed files with 16 additions and 23 deletions
|
@ -1,6 +1,10 @@
|
||||||
(Format: Year/Month/Day)
|
(Format: Year/Month/Day)
|
||||||
Changes for 0.9.1:
|
Changes for 0.9.1:
|
||||||
*03/04/16:
|
*03/04/16:
|
||||||
|
* Fixed toolbar width percent menu item
|
||||||
|
Toolbar.cc
|
||||||
|
* Fixed current focused client button rendered (Henrik)
|
||||||
|
FbWinFrame.hh/cc, Window.cc
|
||||||
* Applied click raises patch (Thanks Dale P. Smith)
|
* Applied click raises patch (Thanks Dale P. Smith)
|
||||||
Screen.hh/cc, Window.cc
|
Screen.hh/cc, Window.cc
|
||||||
*03/04/15:
|
*03/04/15:
|
||||||
|
|
35
NEWS
35
NEWS
|
@ -1,25 +1,14 @@
|
||||||
News in 0.9.0:
|
News in 0.9.1:
|
||||||
* Layer support for slit, windows and toolbar ("always on top/bottom")
|
* MRU (Most Recently Used) window cycling
|
||||||
* Toolbar and slit menu in configure menu
|
* Embedded tabs in titlebar
|
||||||
* Toolbar width percent changing in realtime by either scrolling
|
* Toolbar modes
|
||||||
or left/right click on the menu item
|
* Off (no toolbar visible)
|
||||||
* Toolbar placement vertical on left and right side of the screen
|
* None (no icons and no windows in toolbar)
|
||||||
* Slit clients cycle up/down and hiding specific clients
|
* Icons (icons on all workspaces)
|
||||||
* Style menu doesn't close now so you can take your time selecting a style
|
* Workspace Icons (icons on current workspace)
|
||||||
|
* Workspace (both icons and windows on current workspace)
|
||||||
|
* All Windows (both icons and windows on all workspaces)
|
||||||
|
Bug fixes:
|
||||||
|
* [ 721107 ] Window resizing problem in a mozilla/phoenix window
|
||||||
|
|
||||||
|
|
||||||
Known bugs and missing features that will be fixed in future version:
|
|
||||||
* Tabs are disabled
|
|
||||||
* Slit theme
|
|
||||||
* Doesn't save Slit placement
|
|
||||||
* It maximizes over everything
|
|
||||||
* Window size doesn't match client size in some cases
|
|
||||||
* Some menus doesn't close when you click on items
|
|
||||||
* Outline workspace warping leaving lines/misbehaving
|
|
||||||
* Pixmap of sticky button doesn't update
|
|
||||||
* Send to menu is disabled (keybindings will still work though)
|
|
||||||
* Some items in configure menu will close the previous menu that holds
|
|
||||||
clientmenu but not the clientmenu
|
|
||||||
* Xinerama support is incomplete
|
|
||||||
|
|
||||||
See ChangeLog for more details
|
See ChangeLog for more details
|
||||||
|
|
Loading…
Reference in a new issue