Releases: n-WN/sagemath-vscode-enhanced
Release v2.0.8
Release v2.0.8
This release was automatically generated from the main branch.
Changes
See the auto-generated release notes below for details.
Installation
Download the sagemath-enhanced-2.0.8.vsix file and install it in VS Code using:
code --install-extension sagemath-enhanced-2.0.8.vsix
Full Changelog: v2.0.7...v2.0.8
Release v2.0.7
Release v2.0.7
This release was automatically generated from the main branch.
Changes
See the auto-generated release notes below for details.
Installation
Download the sagemath-enhanced-2.0.7.vsix file and install it in VS Code using:
code --install-extension sagemath-enhanced-2.0.7.vsix
Full Changelog: v2.0.6...v2.0.7
Release v2.0.6
Release v2.0.6
This release was automatically generated from the main branch.
Changes
See the auto-generated release notes below for details.
Installation
Download the sagemath-enhanced-2.0.6.vsix file and install it in VS Code using:
code --install-extension sagemath-enhanced-2.0.6.vsix
What's Changed
- Fix JavaScript compatibility issue causing extension runtime failure by @Copilot in #39
Full Changelog: v2.0.5...v2.0.6
Release v2.0.5
Release v2.0.5
This release was automatically generated from the main branch.
Changes
See the auto-generated release notes below for details.
Installation
Download the sagemath-enhanced-2.0.5.vsix file and install it in VS Code using:
code --install-extension sagemath-enhanced-2.0.5.vsix
What's Changed
- Fix VS Code command registration issue by adding proper activation events and command palette entry by @Copilot in #37
Full Changelog: v2.0.4...v2.0.5
Release v2.0.4
Release v2.0.4
This release was automatically generated from the main branch.
Changes
See the auto-generated release notes below for details.
Installation
Download the sagemath-enhanced-2.0.4.vsix file and install it in VS Code using:
code --install-extension sagemath-enhanced-2.0.4.vsix
What's Changed
- Fix 'command runsagemathfile.run not found' error by improving extension activation robustness by @Copilot in #35
Full Changelog: v2.0.3...v2.0.4
Release v2.0.3
Release v2.0.3
This release was automatically generated from the main branch.
Changes
See the auto-generated release notes below for details.
Installation
Download the sagemath-enhanced-2.0.3.vsix file and install it in VS Code using:
code --install-extension sagemath-enhanced-2.0.3.vsix
What's Changed
- Add missing SageMath functions to autocompletion including LLL lattice algorithm by @Copilot in #33
Full Changelog: v2.0.2...v2.0.3
Release v2.0.2
Release v2.0.2
This release was automatically generated from the main branch.
Changes
See the auto-generated release notes below for details.
Installation
Download the sagemath-enhanced-2.0.2.vsix file and install it in VS Code using:
code --install-extension sagemath-enhanced-2.0.2.vsix
What's Changed
- Enhance LSP completion for "Poly" → "PolynomialRing" with comprehensive automated testing by @Copilot in #27
- 整理整个 repo - Clean up repository structure and consolidate documentation by @Copilot in #29
- Fix CI/CD compilation issues when out directory is deleted by @Copilot in #31
Full Changelog: v2.0.1...v2.0.2
Release v2.0.1
Release v2.0.1
This release was automatically generated from the main branch.
Changes
See the auto-generated release notes below for details.
Installation
Download the sagemath-enhanced-2.0.1.vsix file and install it in VS Code using:
code --install-extension sagemath-enhanced-2.0.1.vsix
What's Changed
- Add automatic VS Code marketplace publishing to release workflow by @Copilot in #22
- Implement context-aware completion with partial function name matching by @Copilot in #24
Full Changelog: v2.0.0...v2.0.1
Release v2.0.0
Release v2.0.0
This release was automatically generated from the main branch.
Changes
See the auto-generated release notes below for details.
Installation
Download the sagemath-enhanced-2.0.0.vsix file and install it in VS Code using:
code --install-extension sagemath-enhanced-2.0.0.vsix
What's Changed
- Fix errors caused by && operators, which are not supported in PowerShell 5.1 by @yak1ex in #5
- Add interpreter path configuration by @yak1ex in #6
- Add shortcut key support for comments, bracket highlighting and auto-closing by @gtg2619 in #7
- Complete rewrite: Implement full LSP architecture with enhanced SageMath support by @Copilot in #18
- Implement automatic releases on main branch changes with Node.js 20 compatibility by @Copilot in #20
New Contributors
- @yak1ex made their first contribution in #5
- @gtg2619 made their first contribution in #7
- @Copilot made their first contribution in #18
Full Changelog: rc...v2.0.0
1.0.0-rc.1
SageMath Enhanced for VS Code