Version 4 is still in early stage but some people on Discord have already reported some degree of stability. I am just sharing because I am very excited about the future of this editor. I have been a happy SublimeText user for almost a decade now and every new release brings me joy. I hope other people can participate testing and providing feedback for version 4.
---
Linux:
* https://download.sublimetext.com/sublime-text_build-4074_amd64.deb
* https://download.sublimetext.com/sublime_text_build_4074_x64.tar.xz
Windows:
* https://download.sublimetext.com/sublime_text_build_4074_x64_setup.exe
* https://download.sublimetext.com/sublime_text_build_4074_x64.zip
MacOS:
* https://download.sublimetext.com/sublime_text_build_4074_mac.zip
---
Changelog:
* Auto Complete: Ranking quality improvements
* Auto Complete: Added auto_complete_use_history setting to control if previous choices are automatically selected
* Added additional settings to control the status bar: show_sidebar_button, show_indentation and show_syntax
* Added relative line numbers, controlled by the relative_line_numbers setting
* Color Schemes: Added support for the underline font style
* Color Schemes: Added new property, inactive_selection_border
* Added setting hide_pointer_while_typing
* Console now uses Python syntax highlighting by default
* Windows, Linux: Added Shift+F10 key binding to open the context menu
* Fixed folder dragging in the sidebar
* Further improvements in layout preservation when programmatically editing preferences
* API: View.add_regions() calls that add an underline now have that underline applied to whitespace characters
* API: Added sublime.INHIBIT_REORDER
* API: Window.new_html_sheet() now accepts the sublime.ADD_TO_SELECTION flag
* API: Window.new_html_sheet() no longer accepts cmd and args parameters
* API: Fixed a regression in View.split_by_newlines()