Releases: swdotcom/swdc-sublime
Releases · swdotcom/swdc-sublime
v2.6.6
What's Changed
- Add missing
return
statements by @pbstriker38 in #54 - Update URL's to use software-app by @pbstriker38 in #55
Full Changelog: v2.6.5...v2.6.6
v2.6.5 plugin connection auth params update
send correct auth params (#52) * send correct auth params * remove unused params
migrate user anon endpoints
v2.6.4 migrate to app apis (#51)
v2.6.3 auth token split update
Merge pull request #50 from swdotcom/tracker-token-split split the jwt/bearer for the tracker auth
migrate auth endpoints
Merge pull request #49 from swdotcom/migrate-auth-endpoints migrate auth endpoints and remove local integrations
v2.6.1 json load using utf8
This fixes loading the json files using utf-8
tools menu and more options view updates
Merge pull request #48 from swdotcom/update-endpoints update dashboard and settings endpoint and cleanup menus
asynchronous package initialization optimization
Merge pull request #47 from swdotcom/async-init prevent waiting on longer running initialization functions
v2.5.8 flow mode support and current day stats updates
Merge pull request #46 from swdotcom/flowmode-stats-upgrade add flow mode and current day stats support and refactor logic
fix payload encoding and anon onboarding fix
Merge pull request #44 from swdotcom/encoding-and-refactor-updates fix payload encoding and code refactor