Releases: SebasF1349/SAMMI-sef-VSCode
Releases · SebasF1349/SAMMI-sef-VSCode
1.2.0
1.0.1
Security Patch
- Updated dependencies
1.0.0 - No more beta
First official release 🎉
No feature differences with 0.5.3
Improvements
- Updated dependencies.
- Minor readme changes.
0.5.3 - Refactoring and Bug Fixes
Improvements
- Major refactoring of code
- Added alerts to commands when a non sef file is active
- Changed decoration color to
mergeEditor.conflict.input1.background
for better differentiation with real highlighting
Bugs Fixes
- Fixed a bug that would persist selection after copying/pasting text with decoration
This extension is still in Beta phase, please open an issue if you encounter any bug or has any suggestion that's not in the roadmap.
0.5.2 - Improvements and bug fixes to SAMMI Diagnostics and Hover
Improvements
- SAMMI Diagnostics alerts now show correct number of arguments.
- SAMMI Hover differentiates between the SAMMI object and its methods.
- SAMMI Hover visual improvement.
Bugs Fixes
- SAMMI.triggerExt can have 1 or 2 parameters now.
- SAMMI Diagnostics underline fixed:
- underlines excess arguments or,
- underlines the method with all the arguments when some are missing.
This extension is still in Beta phase, please open an issue if you encounter any bug or has any suggestion that's not in the roadmap.
0.5.1 - Fix visual bug
Improvements
- Change default highlight color to
hoverHighlightBackground
to be theme compatible. - Color settings now allows hexadecimal without #.
Bugs Fixes
- The extension will only highlight text with the
sef
language id now.
This extension is still in Beta phase, please open an issue if you encounter any bug or has any suggestion that's not in the roadmap.
0.5.0 - More Commands and Highlights
New Features
- Command: Uninstall Extension
- Command: Extract Extension
- Feature: Highlight Extension Sections
- Added new settings to disable highlighting or change color
Improvements
- Remade Install Extension command
- General refactoring
- Updated dependencies
Bug Fixes
- Removed duplicated getDeckStatus
- Fixed JavaScript autocomplete
This extension is still in Beta phase, please open an issue if you encounter any bug or has any suggestion that's not in the roadmap.
0.4.0 - Diagnostics!
New Features
- Added diagnostics to SAMMI Helpers
- Extension will alert you when the number of arguments of a helper is incorrect
Improvements
- Added new SAMMI Helpers: getDeckStatus and changeDeckStatus
- Added a new optional argument to SAMMI.extCommand: sendAsExtensionTrigger
0.3.1 - Fix visual bug
Bugs Fixes
- Installing an extension doesn't add a double quote (
"
) in the [insert_external] section anymore - Fix broken images in the readme
0.3.0 - Install Extension Command
New Features
- Added new command: Install Extension
- Added properties to save Bridge paths
This extension is still in Beta phase, please open an issue if you encounter any bug or has any suggestion that's not in the roadmap.