1Version 1.3.7 is a bug fix release.
2
3Critical Bugfixes:
4    * Segfault on startup (mostly *BSD)
5    * Segfault on shutdown
6    * Segfault on clicking the Remember menu
7    * Menu crops on TypeAhead
8
9Minor Bugfixes:
10    * _NET_REQUEST_FRAME_EXTENTS
11    * Working autorepeat keys
12    * Working vertical rotated Tabs and Toolbar
13    * Proper size of titlebar buttons on restart / detaching tabs
14    * Missing windowmenu works again
15    * Several glitches in the menu
16    * Correct handling of 'maximized' statement in the apps file
17
18Features:
19    * The improved TypeAhead sytem is not limited to matches on beginning
20      of menu items anymore, the behavior is configurable:
21      - Nowhere - disables TypeAhead support
22      - ItemStart - matches typed text only at the start of a menu item
23      - Somewhere - matches typed text somewhere in a menu item
24      (Currently this is a configfile-only option)
25    * Minor tweaks to the i18n system
26    * Updated turkish translations
27
28End User unrelated:
29    * Code refactoring and cleanup, assisted by Coverity and
30      clang static code analysis
31