@@ -4,28 +4,39 @@ All notable changes to the "foam-vscode" extension will be documented in this fi
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ## [ 0.20.3] - 2022-12-19
8
+
9
+ Fixes and Improvements:
10
+
11
+ - Show number of entries in title for orphan, placeholder, tag treeviews
12
+
7
13
## [ 0.20.2] - 2022-10-26
8
14
9
15
Fixes and Improvements:
16
+
10
17
- Creating new note uses default template when none is provided (#1094 )
11
18
12
19
Internal:
20
+
13
21
- Changed matcher implementation to remove dependency on micromatch/glob
14
22
- Removed unnecessary dependencies and assets from extension
15
23
16
24
## [ 0.20.1] - 2022-10-13
17
25
18
26
Fixes and Improvements:
27
+
19
28
- Improved support for daily notes in multi root workspace (#1073 )
20
29
- Create note from placeholder using template (#1061 - thanks @Dominic-DallOsto )
21
30
- Improved support for globs in multi root workspace (#1083 )
22
31
23
32
## [ 0.20.0] - 2022-09-30
24
33
25
34
New Features:
35
+
26
36
- Added ` foam-vscode.create-note ` command, which can be very customized for several use cases (#1076 )
27
37
28
38
Fixes and Improvements:
39
+
29
40
- Removed ` + ` as a trigger char for date snippets
30
41
- Improved attachment support (#915 )
31
42
- Improved error handling when starting Foam without an open workspace (#908 )
@@ -36,6 +47,7 @@ Fixes and Improvements:
36
47
## [ 0.19.5] - 2022-09-01
37
48
38
49
Fixes and Improvements:
50
+
39
51
- Added ` FOAM_DATE_WEEK ` variable (#1053 - Thanks @dmurph )
40
52
- Fixed extension inclusion when generating references for attachments
41
53
- Link completion label can be note title as well as path (#1059 )
@@ -44,132 +56,156 @@ Fixes and Improvements:
44
56
## [ 0.19.4] - 2022-08-07
45
57
46
58
Fixes and Improvements:
59
+
47
60
- Fixed note embed in preview (#1052 )
48
61
49
62
## [ 0.19.3] - 2022-08-04
50
63
51
64
Fixes and Improvements:
65
+
52
66
- Image embeds fixed in preview (#1036 )
53
67
54
68
## [ 0.19.2] - 2022-08-04
55
69
56
70
Fixes and Improvements:
71
+
57
72
- Added support for angle markdown links (#1044 )
58
73
- Filter out invalid file name chars when creating note (#1042 )
59
74
60
75
Internal:
76
+
61
77
- Reorganized docs (#1031 , thanks @infogulch )
62
78
- Fixed documentation links (#1046 )
63
79
- Preview code refactoring
64
80
65
81
## [ 0.19.1] - 2022-07-11
66
82
67
83
Internal:
84
+
68
85
- Introduced cache for markdown parser (#1030 )
69
86
- Various code refactorings
70
87
71
88
## [ 0.19.0] - 2022-07-07
72
89
73
90
New Features:
91
+
74
92
- Support for attachments (PDF) and images (#1027 )
75
93
- Support for opening day notes for other days as well (#1026 , thanks @alper )
76
94
77
95
## [ 0.18.5] - 2022-06-29
78
96
79
97
Fixes and Improvements:
98
+
80
99
- Support for ` alias ` YAML property to define note alias (#1014 - thanks @lingyv-li )
81
100
82
101
Internal:
102
+
83
103
- Improved extension bundling (#1015 - thanks @lingyv-li )
84
104
- Use ` vscode.workspace.fs ` instead of ` fs ` (#1005 - thanks @joshdover )
85
105
86
106
## [ 0.18.4] - 2022-06-03
87
107
88
108
Fixes and Improvements:
109
+
89
110
- move past ` ]] ` when writing wikilinks (#998 - thanks @Lauviah0622 )
90
111
- highlight improvements (#890 - thanks @memeplex )
91
112
92
113
## [ 0.18.3] - 2022-04-17
93
114
94
115
Fixes and Improvements:
116
+
95
117
- Better reporting when links fail to resolve
96
118
- Failing link resolution during graph computation no longer fatal
97
119
98
120
## [ 0.18.2] - 2022-04-14
99
121
100
122
Fixes and Improvements:
123
+
101
124
- Fixed parsing error on empty direct links (#980 - thanks @chrisUsick )
102
125
- Improved rendering in preview of wikilinks that have link definitions (#979 - thanks @josephdecock )
103
126
- Restored handling of section-only wikilinks (#981 )
104
127
105
128
## [ 0.18.1] - 2022-04-13
106
129
107
130
Fixes and Improvements:
131
+
108
132
- Fixed parsing error for direct links with square brackets in them (#977 )
109
133
- Improved markdown direct link resolution (#972 )
110
134
- Improved templates support for custom paths (#970 )
111
135
112
136
## [ 0.18.0] - 2022-04-11
113
137
114
138
Features:
139
+
115
140
- Link synchronization on file rename
116
141
117
142
Internal:
143
+
118
144
- Changed graph computation on workspace change to simplify code
119
145
120
146
## [ 0.17.8] - 2022-04-01
121
147
122
148
Fixes and Improvements:
149
+
123
150
- Do not add ignored files to Foam upon change (#480 )
124
151
- Restore full use of editor.action.openLink (#693 )
125
152
- Minor performance improvements
126
153
127
154
## [ 0.17.7] - 2022-03-29
128
155
129
156
Fixes and Improvements:
157
+
130
158
- Include links with sections in backlinks (#895 )
131
159
- Improved navigation when document editor is already open
132
160
133
161
## [ 0.17.6] - 2022-03-03
134
162
135
163
Fixes and Improvements:
164
+
136
165
- Don't fail on error when scannig workspace (#943 - thanks @develmusa )
137
166
138
167
## [ 0.17.5] - 2022-02-22
139
168
140
169
Fixes and Improvements:
170
+
141
171
- Added FOAM_SLUG template variable (#865 - Thanks @techCarpenter )
142
172
143
173
## [ 0.17.4] - 2022-02-13
144
174
145
175
Fixes and Improvements:
176
+
146
177
- Improvements to Foam variables in templates (#882 - thanks @movermeyer )
147
178
- Foam variables can now be used just any other VS Code variables, including in combination with placeholders and transformers
148
179
149
180
## [ 0.17.3] - 2022-01-14
150
181
151
182
Fixes and Improvements:
183
+
152
184
- Fixed autocompletion with tags (#885 - thanks @memeplex )
153
185
- Improved "Open Daily Note" to be usabled in tasks (#897 - thanks @MCluck90 )
154
186
155
187
## [ 0.17.2] - 2021-12-22
156
188
157
189
Fixes and Improvements:
190
+
158
191
- Improved support for wikilinks in titles (#878 )
159
192
- Use syntax injection for wikilinks (#876 - thanks @memeplex )
160
- - Fix when applying text edits in last line
193
+ - Fix when applying text edits in last line
161
194
162
195
Internal:
196
+
163
197
- DX: Clean up of testing setup (#881 - thanks @memeplex )
164
198
165
199
## [ 0.17.1] - 2021-12-16
166
200
167
201
Fixes and Improvements:
202
+
168
203
- Decorate markdown files only (#857 )
169
204
- Fix template placeholders issue (#859 )
170
205
- Improved replacement range for link completion
171
206
172
207
Internal:
208
+
173
209
- Major URI/path handling refactoring (#858 - thanks @memeplex )
174
210
175
211
## [ 0.17.0] - 2021-12-08
@@ -225,7 +261,6 @@ Fixes and Improvements:
225
261
- Link Reference Generation is now OFF by default
226
262
- Fixed preview navigation (#830 )
227
263
228
-
229
264
## [ 0.15.5] - 2021-11-15
230
265
231
266
Fixes and Improvements:
0 commit comments