Nightly Build 2184 is out now. The plan is for nightly builds to be updated frequently, while dev builds will be updated less often than before. Nightly builds are for registered users only (see discussion in the 2183 thread). If you’re currently running a dev build, you won’t get an update notification for nightly build, you’ll have to install it manually.
2184 includes a couple of theme updates, including highlight_modified_tabs making a return. It’s also now feasible to make the widgets use the user color scheme, by commenting out the color scheme in Packages/Theme - Default/Widget.sublime-theme. The latter was possible previously, but introduced visual artifacts - these won’t occur any longer.
X11 primary selection (aka middle click paste) handling has changed too, to act more like an X11 application should. Changes include:
- Primary selection isn’t cleared when the selection is cleared.
- Selection is cleared when another application asserts ownership of the primary selection.
- Shift+insert will paste from the primary selection, and not the clipboard selection. Correspondingly, shift+delete and ctrl+insert are no longer bound.