This commit is contained in:
wz 2025-03-12 17:30:38 +01:00
parent 3cc05c6a01
commit 32af378934
5 changed files with 18 additions and 5 deletions

View file

@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.1] - 2025-03-12
### Changes
- Fix eslint error
- Improve code format
- Improve logging
- Fix css styling
- Add demo video
- Add gif demo
## [0.1.0] - 2025-03-09 ## [0.1.0] - 2025-03-09
### Changes ### Changes

View file

@ -1,7 +1,7 @@
{ {
"id": "canvas-format-brush", "id": "canvas-format-brush",
"name": "Canvas Format Brush", "name": "Canvas Format Brush",
"version": "0.1.0", "version": "0.1.1",
"minAppVersion": "1.0.0", "minAppVersion": "1.0.0",
"author": "wenlzhang", "author": "wenlzhang",
"authorUrl": "https://github.com/wenlzhang", "authorUrl": "https://github.com/wenlzhang",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "canvas-format-brush", "name": "canvas-format-brush",
"version": "0.1.0", "version": "0.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "canvas-format-brush", "name": "canvas-format-brush",
"version": "0.1.0", "version": "0.1.1",
"dependencies": { "dependencies": {
"tslib": "^2.8.1" "tslib": "^2.8.1"
}, },

View file

@ -1,6 +1,6 @@
{ {
"name": "canvas-format-brush", "name": "canvas-format-brush",
"version": "0.1.0", "version": "0.1.1",
"description": "Copy and paste formatting attributes (size and color) between canvas elements, similar to the format painter in Word.", "description": "Copy and paste formatting attributes (size and color) between canvas elements, similar to the format painter in Word.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -1,4 +1,5 @@
{ {
"0.0.1": "0.0.1", "0.0.1": "0.0.1",
"0.1.0": "1.0.0" "0.1.0": "1.0.0",
"0.1.1": "1.0.0"
} }