Skip to content

Commit a3c8bc7

Browse files
committed
feat: update README with release notes and contributors; refactor package.json by removing unused activation events.
- Patch activation events to work in any project type.
1 parent 571e81e commit a3c8bc7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,23 @@ To change these, open VS Code settings and search for "Responsive Image Generato
5050

5151
## Release Notes
5252

53+
### 1.1.0
54+
55+
- Source refactoring and code cleanup.
56+
- Added a command to explorer context menu for generating responsive images from selected files.
57+
- Added icon to editor title menu when an image file is open.
58+
- Added contributors list.
59+
5360
### 1.0.0
5461

5562
- Added command for responsive image generation.
5663
- Added support for multiple languages and snippet insertion.
5764
- Added settings options for relative paths and public root folder.
5865

66+
## Contributors
67+
68+
[![Contributors](https://contrib.rocks/image?repo=ColtMcG1/responsive-image-generator.vs-code)](https://github.com/ColtMcG1/responsive-image-generator.vs-code/graphs/contributors)
69+
5970
---
6071

6172
**Enjoy using Responsive Image Generator!**
62-
63-
**(responsive-image-generator.vscode)** - By [ColtMcG0](https://github.com/ColtMcG1)

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616
"Other"
1717
],
1818
"activationEvents": [
19-
"onLanguage:html",
20-
"onLanguage:markdown",
21-
"onLanguage:javascript",
22-
"onLanguage:typescript",
23-
"onLanguage:vue",
24-
"onLanguage:angular",
25-
"onLanguage:blazor",
26-
"onLanguage:csharp",
27-
"onLanguage:cshtml"
2819
],
2920
"main": "./dist/extension.js",
3021
"contributes": {

0 commit comments

Comments
 (0)