Skip to content

Releases: SublimeText/sublime-text-docset

Sublime Text 4205

01 May 20:54

Choose a tag to compare

Sublime Text 4205 is out on the dev channel, and some documentation changes came with it.

  • Several Python str types are now set to a new sublime.TextChange.str
  • sublime.Sheet.name and set_name refactor
  • sublime_plugin.*.run for ApplicationCommand and WindowCommand
  • A FileTooLarge exception
  • A new section in Themes for "File Type Icons"

Notable Repo Changes

New Contributors

Full Changelog: v2.0.0...v2.1.0

Merge joins the party

11 Nov 22:48
3fb095d

Choose a tag to compare

What's Changed

  • Sublime Merge has a docset, too.
  • The documentation site is no longer spidered directly.
  • Regression tests have been created. (And some bugs squashed. Sorry.)
  • Progress toward a Dash user contribution

Full Changelog: v1.0.0...v2.0.0

It's something

06 Nov 21:20
562afe4

Choose a tag to compare

Breaking Changes

  • We support the (no longer very new) ST4 documentation pages.
  • The configuration has moved to YAML (mostly so we can support comments).

Workflows and Processes

  • We have support for building docsets with a GitHub Action!