Releases: Fanhuaji/Sublime-Fanhuaji
Releases · Fanhuaji/Sublime-Fanhuaji
4105-3.0.1
A recent auto requests
lib update on the Package Control side inevitably broke all py38 plugins which use the requests
lib.
-
fix: updated
requests
lib requires more deps
4105-3.0.0
This release requires Package Control v4 or higher.
To install the latest Package Control, you can just execute the following script in ST console. (see wbond/package_control#1612)
from urllib.request import urlretrieve;urlretrieve(url="https://github.com/wbond/package_control/releases/latest/download/Package.Control.sublime-package", filename=sublime.installed_packages_path() + '/Package Control.sublime-package')
You also have to make sure Package Control's v4 channel is in its plugin settings and not being overridden.
// A list of URLs that each contain a JSON file with a list of repositories.
// The repositories from these channels are placed in order after the
// repositories from the "repositories" setting
"channels": [
// channel_v4 for python 3.8 compatible libraries to enable plugins
// to migrate to python 3.8 until packagecontrol.io supports new scheme.
// Note: Must always be located before default channel in the list!
"https://packagecontrol.github.io/channel/channel_v4.json",
// default channel for packages
"https://packagecontrol.io/channel_v3.json"
],
- refactor: use py38 libs (
pydantic
,requests
) and remove vendor libs
4105-2.0.5
- refactor: use more py38 syntax
- chore(deps): update
dacite
1.8.1
4105-2.0.4
- refactor: utilize
dataclass
anddacite
4105-2.0.3
- fix: modules should be reloaded when update plugin
- refactor: simplify
boot.py
4105-2.0.2
4105-2.0.1
- chore: update dependencies
4105-2.0.0
-
refactor: drop ST 3 support (min requirement is ST 4105)
People can still use the legacy
1.3.3
release, which supports ST 3.