Skip to content

Releases: SebasF1349/SAMMI-sef-VSCode

1.2.0

21 Feb 14:25
Compare
Choose a tag to compare

Improvements

  • Add new SAMMI methods: editButton, saveIni, loadIni, openURL and httpRequest
  • Add new arguments to existing methods
  • Bum up dependencies versions

1.0.1

23 Feb 16:47
Compare
Choose a tag to compare

Security Patch

  • Updated dependencies

1.0.0 - No more beta

05 Feb 12:17
Compare
Choose a tag to compare

First official release 🎉

No feature differences with 0.5.3

Improvements

  • Updated dependencies.
  • Minor readme changes.

0.5.3 - Refactoring and Bug Fixes

13 Jan 23:31
Compare
Choose a tag to compare
Pre-release

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

23 Dec 16:41
Compare
Choose a tag to compare

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

21 Dec 15:42
Compare
Choose a tag to compare
Pre-release

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

20 Dec 16:53
Compare
Choose a tag to compare
Pre-release

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!

10 Dec 13:31
Compare
Choose a tag to compare
0.4.0 - Diagnostics! Pre-release
Pre-release

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

02 Dec 15:22
Compare
Choose a tag to compare
Pre-release

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

30 Nov 22:51
Compare
Choose a tag to compare
Pre-release

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.