Skip to content

Tags: SublimeText/sublime_lib

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
README: Update readme (#199)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix python 3.13 compatibility for ResourcePath (#177)

This commit replaces `_file_relative_to` which uses some private pathlib
internals, by  a normal `path.relative_to()` lookup to convert file paths
to resource paths. This is expected to work on all platforms (py33 ... py313)
the same way.

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix unittests (#181)

The method `self.assertEquals` is unknown and causes Unittesting to fail.

st3-v1.6.0

Toggle st3-v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix unittests (#181)

The method `self.assertEquals` is unknown and causes Unittesting to fail.

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Never use an existing enum module. (#168)

* Never use an existing enum module.

* Add comment.

v1.5.0

Toggle v1.5.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Fix glob bug. (#157)

* Fix glob bug.

* Update st3/sublime_lib/_util/glob.py

Co-authored-by: FichteFoll <fichtefoll2@googlemail.com>

Co-authored-by: FichteFoll <fichtefoll2@googlemail.com>

v1.4.0

Toggle v1.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added docs for 1.4. (#123)

v1.3.0

Toggle v1.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added version notes for new features.

v1.2.2

Toggle v1.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added metaclass to all necessary enums. (#94)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge #92: Make from_file_path work with installed resources