Skip to content

Commit

Permalink
Added drawing stroke note to version notice
Browse files Browse the repository at this point in the history
  • Loading branch information
daledesilva committed Jan 5, 2025
1 parent 8e1015e commit 95d92f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/notices/version-notices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function showChanges(plugin: InkPlugin) {
listEl.createEl('li').setText(`Single click unlock for embeds & multiple embeds unlocked at once.`);
listEl.createEl('li').setText(`More seamless transitions between locked and unlocked writing embeds.`);
listEl.createEl('li').setText(`Visible grid in drawing mode (Toggle from dropdown).`);
listEl.createEl('li').setText(`Drawing stroke/zoom now defaults similar to writing.`);
listEl.createEl('li').setText(`Insert commands now have temporary icons.`);
listEl.createEl('li').setText(`Many bug fixes and tweaks under the hood to lay groundwork for future updates and better efficiency.`);

Expand Down

0 comments on commit 95d92f5

Please sign in to comment.