mirror of
https://github.com/wenlzhang/obsidian-canvas-format-brush.git
synced 2026-07-22 05:41:31 +00:00
0.1.1
This commit is contained in:
parent
3cc05c6a01
commit
32af378934
5 changed files with 18 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue