Skip to content

Releases: CodeByZach/sublime_docblockr

Version 2.15.06

Choose a tag to compare

@CodeByZach CodeByZach released this 23 Sep 18:37
Fix invalid escape sequences for Python 3.14

Python 3.14 warns about invalid escapes such as \. and \$ in string
literals, and a future release will reject them. Strings with no real
escapes became raw strings; the rest had only their invalid backslashes
doubled. Every string's value is unchanged.

Version 2.15.05

Choose a tag to compare

@CodeByZach CodeByZach released this 23 Sep 18:04
Pin CI and run it on Python 3.14

- .python-version: 3.8 -> 3.14. Build 4213 runs the "3.8" host on Python
  3.14 and 3.14 is now the documented value, so Sublime, Package Control
  and CI all read the same version
- Pin runners to ubuntu-24.04 and actions to full commit SHAs
- Pin everything CI installs in .github/constraints.txt, applied via
  PIP_CONSTRAINT
- Add Dependabot (monthly, grouped, 7-day cooldown) for actions and pip
- Least-privilege token (contents: read); checkout no longer persists
  credentials

Version 2.15.04

Choose a tag to compare

@CodeByZach CodeByZach released this 14 Dec 19:13
Include .python-version in package distribution

Required for Sublime Text to use Python 3.8 instead of defaulting to 3.3.

Version 2.15.03

Choose a tag to compare

@CodeByZach CodeByZach released this 09 Jul 19:26
formatting

Version 2.15.02

Choose a tag to compare

@CodeByZach CodeByZach released this 09 Mar 05:38
Settings

Version 2.15.01

Choose a tag to compare

@CodeByZach CodeByZach released this 27 Aug 23:53
Added version badge

Version 2.15.0

Choose a tag to compare

@CodeByZach CodeByZach released this 05 Jan 21:39
Version 2.15.0