Add Galician translation.
[mikachu/openbox.git] / CHANGELOG
index 9bd1021..746bb77 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,55 @@
+3.6:
+  * Added various new abilities to If action, including the <query> tag,
+    matching class, name, role and window type.
+  * Added ForEach action.
+  * Restore the <center> option for window placement.
+  * New GrowToFill action.
+  * Updated Portuguese translation.
+  * Added strict option to ToggleShowDesktop action.
+  * Speed optimization in rendering code.
+  * New <position> tag for ShowMenu action allows placing menus other
+    than at the mouse cursor.
+  * Fix some corner cases of relative position to work correctly.
+  * Allow specifying multiple mousebinds in one tag as we already do
+    for keybinds (separated by spaces, as "W-Return M-S-F3" for example).
+  * Added option rebindOnMappingNotify option, on by default, which
+    controls if we update binds when the keyboard layout changes at runtime.
+  * The resize action now only considers the part of the client that is onscreen
+    for purposes of picking an action to perform.
+  * Make desktop actions non-interactive (means you can have more actions bound
+    to a key after them, and the dialog disappears on a timer instead of when
+    releasing the modifier keys).
+  * Various small bugfixes.
+
+3.5.2:
+  * Fix crash in theme rendering code, and in theme parsing code.
+  * Maximize windows without borders to fill the whole screen, don't leave
+    a one-pixel empty space. (Bug #5996)
+
+3.5.1:
+  * New translations: Afrikaans, Belarusian, Interlingua, Hebrew, Romanian,
+    Greek.
+  * Updated translations: Italian, Serbian, Spanish, Czech, Hungarian, Turkish,
+    German, Arabic, Polish, Dutch, Lithuanian, Portuguese, Estonian.
+  * SVG icon support. This is optional, depending on librsvg being installed.
+  * Allow application rules to control window size with a new <size> tag.
+  * Allow application rules to pick a monitor for new windows without forcing
+    a position.
+  * Allow non-interactive focus cycling with a new <interactive> tag.
+  * New LeastOverlap window placement policy replaces the old default
+    behaviour. It finds a place on a given monitor that overlaps as few
+    windows as possible. Contributed by Ian Zimmerman.
+  * Improved Xinerama behaviour.
+  * Correctly interface with latest gnome-session for Gnome/Openbox X sessions.
+  * Allow third-party control of window opacity in compositing managers.
+  * Improved themeing options. Contributed by Dave Foster.
+  * Add <monitor>, <title type="regex">, <title type="exact"> and
+    <activedesktop> options to If action.
+  * Addresses bugs #4661, #5506, #5186, #5758, #5410, #5228, #5277, #5731,
+    #5746, #5737, #5419, #5721, #5711, #5385, #5500, #4992, #5443, #5518,
+    #5444, #4782, #5237, #5228, #5173, #5203, #5246, #5180, #5179, #5150,
+    #5132, #4937, #4889, #5253, #3769, #5819, #5811, #5081, #5426 among others.
+
 3.5.0:
   * New alt-tab dialog shows windows in a vertical list.
   * Improved Xinerama support.