Annotations.FreeTextAlignment advanced setting (left, center, right) sets the text alignment of new free text annotations, so you don’t have to change it on every one. right suits right-to-left scripts such as Arabic, Hebrew and Persian. CmdCreateAnnotFreeText and the other CmdCreateAnnot* commands take a matching alignment argument (#4799).Ctrl + Tab tab switcher window is now sized to fit the number of open tabs. A new advanced setting brings back the pre-3.6 behavior, where Ctrl + Tab / Ctrl + Shift + Tab jump straight to the next or previous tab without the switcher. A checkbox at the bottom of the switcher also turns it on.ToolbarShowReadAloud advanced setting. Read Aloud is still in the menu, the context menu and the command palette.SelectionHandlers no longer cuts off long selections without warning. A new Method field supports POST (SumatraPDF sends the request itself and can add API keys via Headers) and POST-VIA-BROWSER (a form submitted in your browser, using your normal login). Other new fields are Body, ContentType and Headers, plus new placeholders: ${selectionjson} inserts the selection safely inside JSON, and ${selectionfile} saves the selection to a temporary file for Exe handlers (#5900).