Skip to content

Latest commit

 

History

History
78 lines (41 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

78 lines (41 loc) · 1.53 KB

Change Log

[Unreleased]

[0.1.0] - 2024/4/2

Added

  • Support more matadata and GM APIs.

Changed

  • Refactoring the entire project.

Fixed

  • Metadata autocomplete labels are missing @ symbol.

[0.0.8] - 2023-8-12

Added

  • New extension setting: Completion, hover, and code snippets are only enabled in files start with // ==UserScript==.

Fixed

  • Autocomplete/Suggestions don't work in metadata.

[0.0.7] - 2023-4-15

Added

  • New extension setting: Completion, hover, and code snippets are only enabled in the files with specific suffixes.

[0.0.6] - 2023-1-19

Added

  • Support CSS highlight in GM function addStyle.

[0.0.5] - 2022-10-25

Added

  • Store meta data values @author, @icon and @namespace in extension configuration for auto filling in the code snippet userscript.

[0.0.4] - 2022-09-21

Added

  • Add some placeholders into the "userscript" code snippet to make the snippet more versatile and faster to edit.
  • Add a placeholder for metadata @license.

Changed

  • Delete the space after some metadata snippet strings.

[0.0.3] - 2022-09-01

Added

  • Support metadata completion @license, @copyright, @nocompat.

[0.0.2] - 2022-07-29

Added

  • Support highlight GM.notification.
  • Support metadata completion @exclude, @exclude-match.
  • Support metadata @installURL, @contributionURL, @contributionAmount, @compatible, @incompatible.

Changed

  • * in @connect tag will be highlighted.

[0.0.1] - 2022-07-25

  • Initial release