Releases: microsoft/vscode-isort
Releases · microsoft/vscode-isort
v2025.1.10550048
Changes:
Feature Requests:
- #523: Ignore Magic Lines
- #500: Watch config files and restart server
- #488: convet to azuredev pipelines
Bugs:
- #525: Fix cursor jump in diff view when saving unchanged Python files
Others:
- #531: Agentic Workflows: Check issues on Python Tools Extension Template
- #533: add files for signing. switch back to main branch of templates
- #532: try to use dev branch from pylance-eng
See More
- #527: Agentic Workflow: Update Python versions using JSON endpoint
- #526: update stable pipeline to gen github release
- #524: set sdl pool
- #522: Check for
Noneon_run_tool_on_document - #521: Update isort to 7.0.0 for Python 3.14 compatibility
- #520: Agentic Workflow: Update Python requirements anually
- #519: Update minimum Python version to 3.10
- #516: update github pr checks to use custom npm feed
- #502: Bump webpack from 5.101.3 to 5.105.0
- #515: Revert "Bump webpack from 5.101.3 to 5.105.0"
- #507: Bump actions/checkout from 4 to 6
- #508: Bump actions/setup-node from 4 to 6
- #506: Bump github/codeql-action from 3 to 4
- #505: Bump qs from 6.14.0 to 6.14.2
- #496: Bump lodash from 4.17.21 to 4.17.23
- #494: Bump actions/cache from 4 to 5 in /.github/actions/build-vsix
- #493: Bump actions/upload-artifact from 4 to 6 in /.github/actions/build-vsix
- #492: Bump actions/cache from 4 to 5 in /.github/actions/lint
- #484: Bump js-yaml from 4.1.0 to 4.1.1
- #482: Bump actions/setup-node from 3 to 6 in /.github/actions/build-vsix
- #481: Bump actions/setup-node from 4 to 6 in /.github/actions/lint
- #472: Bump actions/setup-python from 5 to 6 in /.github/actions/build-vsix
- #466: Bump actions/setup-python from 5 to 6
- #467: Bump actions/setup-python from 5 to 6 in /.github/actions/lint
- #465: Bump actions/github-script from 7 to 8
- #456: Bump tmp from 0.2.3 to 0.2.4
- #453: Bump form-data from 4.0.2 to 4.0.4
- #511: Bump glob from 10.5.0 to 13.0.2
- #440: Bump GabrielBB/xvfb-action from 1.6 to 1.7
- #504: Update dependabot
- #503: Update to pygls 2
- #501: Use pipeline templates
- #491: Bump jws
- #490: update sign
- #489: convert to auzre pipeline 2
- #486: Bump glob
- #462: Bump Node.js to 22.x and modernize tooling
- #464: Bump tar-fs from 2.1.3 to 2.1.4
- #449: Bump brace-expansion from 2.0.1 to 2.0.2 in package-lock.json
- #447: Bump tar-fs from 2.1.2 to 2.1.3
- #434: pip(deps): bump packaging from 24.2 to 25.0
- #404: Bump webpack from 5.89.0 to 5.91.0
- #414: Bump @vscode/vsce from 2.22.0 to 2.26.0
- #406: Bump dependabot/fetch-metadata from 1 to 2
- #378: Bump actions/cache from 3 to 4 in /.github/actions/lint
- #377: Bump actions/cache from 3 to 4 in /.github/actions/build-vsix
- #359: Bump actions/setup-node from 3 to 4
- #357: Bump actions/setup-node from 3 to 4 in /.github/actions/lint
- #432: chore: update to python 3.9
- #431: chore: update main to next pre-release
This list of changes was auto generated.
v2025.0.0
Changes:
Feature Requests:
- #401: Engineering - cleanup TSA pipeline template parameter
- #398: Revert "Engineering - add tsaoptions.json file"
Bugs:
- #427: Fix setting description
- #417: fix: add tool path so isort works without bundled version
- #316: The isort server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
- #416: Do not log traceback if file has
skip_filecomment - #390: Update config example
- #386: Fix for selecting
isortsettings from path
See More
Others:
- #430: chore: update versions and packages for release
- #425: update to version 2025.1.0
- #424: update to 2024.0 for final 3.8 release
- #423: Update packages for final python 3.8 release
- #420: Update README.md
- #408: add bug report template
- #397: Engineering - add tsaoptions.json file
- #363: Bump actions/upload-artifact from 3 to 4 in /.github/actions/build-vsix
- #373: Add note with isort issue tracker
- #372: Update packages and fix version for pre-release
- #370: Update packages
- #348: Update README
- #345: Tweak build and checks
- #332: Updated packages for extension
- #338: Upgrade to Python 3.8 as minimal required version.
- #328: Update default interpreter description
- #330: Add Python 3.12-dev to tests actions
- #301: Update main to next pre-release
This list of changes was auto generated.
2023.10.1
What's Changed
Bug Fixes
- Restore cell import sorting by @karthiknadig in #305
Full Changelog: v2023.10.0...v2023.10.1
2023.10.0
What's Changed
Enhancements
- Support for
isortin server less mode by @karthiknadig in #207
Bug Fixes
- Fix for code action error using
isortwithruffby @karthiknadig in #201 - Fix typos in settings descriptions by @Molkree in #208
- Set runtime for dependabot. by @karthiknadig in #209
- Ensure
stdinmode is only used for unsaved or untitled files by @karthiknadig in #223 - Ensure LSP server is shutdown on extension exit by @karthiknadig in #224
- Add logging when legacy settings are used by @karthiknadig in #226
- Fix path bug and crlf issue on windows by @karthiknadig in #239
- Ensure that global settings are passed to the server by @karthiknadig in #246
- Fix category for the restart command by @karthiknadig in #270
- Bug fixes and package updates from extension template by @karthiknadig in #286
- Mark virtual workspaces as unsupported in package.json by @karthiknadig in #293
Code Health
- Remove PR Chat by @lramos15 in #167
- Fix mistype on README by @diksown in #174
- Update localization by @paulacamargo25 in #203
- Migrate to
python-lsp-jsonrpcby @karthiknadig in #222 - Use Dependabot on local Actions by @Molkree in #213
- Update packages using
npm audit fixby @hamirmahal in #256 - Update all dependencies by @karthiknadig in #261
- Update logging details for
isortby @karthiknadig in #287 - Engineering - update pre-release pipeline by @lszomoru in #289
New Contributors
- @diksown made their first contribution in #174
- @Molkree made their first contribution in #208
- @hamirmahal made their first contribution in #256
Full Changelog: 2022.8.0...2023.10.0
2022.8.0
What's Changed
Bug Fixes
- Show code actions only when there are issues reported by @karthiknadig in #154
- Skip running organize import on interactive window by @karthiknadig in #155
Code Health
- Re-order settings in package.json by @karthiknadig in #156
New Contributors
- @brettcannon made their first contribution in #159
Full Changelog: 2022.6.0...2022.8.0
2022.6.0
What's Changed
Bug Fixes
- Fix for unable to read
mapissue with CodeActions by @karthiknadig in #146 - Reduce severity of import organization issue to
hintsby @karthiknadig in #149
Code Health
- Use test runner from VS Code for tests. by @karthiknadig in #123
Full Changelog: 2022.4.0...2022.6.0
2022.4.0
What's Changed
Enhancements
- Update to use latest python environment APIs by @karrtikr in #120
- Add
isort.checksetting by @karthiknadig in #125 - Set default for
isort.checkto false by @karthiknadig in #126
Bug Fixes
- Fix line endings before formatting by @karthiknadig in #104
- Fix for pydantic crash on Python 3.11 by @karthiknadig in #130
Code Health
- Update packages and fix build by @karthiknadig in #109
New Contributors
Full Changelog: 2022.2.0...2022.4.0
2022.2.0
2022.2.0
- Initial release of vscode-isort extension, with
isortversion5.10.1.