-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOGS.txt
More file actions
73 lines (52 loc) · 1.77 KB
/
CHANGELOGS.txt
File metadata and controls
73 lines (52 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[0.2.3]
### Minor changes
- Interaction is disabled by default.
- Use hand pointer style for cursor when hovering canvas name.
---
[0.2.2]
### Bug fix
Content of embedded canvas aligned properly in exported PDF.
---
[0.2.1]
### New setting
Toggle canvas name display by going to **Settings** → **Better Embedded Canvas** → **Show canvas name**.
### Bug fix
Inline title of embedded notes is no longer hidden in embedded canvas.
---
[0.2.0]
### New feature
Enable/disable canvas interaction by selecting button with hand pointer icon in the upper-right corner.
This prevents user interaction with embedded canvas, e.g. zooming and panning. Thanks to @Azmoinal. See #1.
### Minor changes
- From now, canvas help button is hidden from embedded canvas.
- Control buttons (located at upper-right corner) is hidden by default. Hover your cursor over embedded canvas to show them.
### Bug fix
Align canvas node content properly in _Reading view_.
---
[0.1.1]
### Minor change
Display grid on embedded canvas. On previous version, [Advanced Canvas](https://community.obsidian.md/plugins/advanced-canvas) hid the grid.
---
[0.1.0]
### Major change
Now, this plugin is properly supports [Advanced Canvas](https://community.obsidian.md/plugins/advanced-canvas) plugin.
---
[0.0.4]
### Bug fix
Prevent canvas from being drop destination.
---
[0.0.3]
### Minor change
Fix authorUrl link destination in the plugin manifest.
---
[0.0.2]
### Bug fix
Fix plugin cannot be enabled and raises an error.
---
[0.0.1]
### First release
Read [README](https://github.com/kotaindah55/better-embedded-canvas) to learn more.
---
// A changelog must be opened by a version tag wrapped by square brackets,
// and closed by three consecutive dashes.
// Latest changelog must be located in the beginning of the document.