Skip to content

Commit

Permalink
🎉 Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarcelo committed Jul 18, 2020
1 parent 8865bec commit b22aaad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
<description>Release notes for Loci, a customizable Sketch Data builder.</description>
<language>en</language>

<item>
<title>Version 0.4.0</title>
<description>
<![CDATA[
<ul>
<li>Added support for Templates. Now you can save your token configurations to be reused later! (Beware: This is still a work in progress. Expect some inconsistencies or bugs.)</li>
<li>Added some example templates: "Name" and "IP". More will come with the next releases.</li>
<li>Fixed a bug in "Lorem Ipsum" data token that made it print "undefined" if none of its options were changed, even if all reverted to their defaults.</li>
</ul>
]]>
</description>
<pubDate>Sat, 18 Jul 2020 12:29:00 +0000</pubDate>
<sparkle:releaseNotesLink>https://github.com/oscarmarcelo/loci/releases/tag/v0.4.0</sparkle:releaseNotesLink>
<enclosure url="https://github.com/oscarmarcelo/loci/releases/download/v0.4.0/loci.sketchplugin.zip" sparkle:version="0.4.0"/>
</item>

<item>
<title>Version 0.3.1</title>
<description>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loci",
"version": "0.3.1",
"version": "0.4.0",
"description": "Customizable Sketch Data builder.",
"homepage": "https://oscarmarcelo.com/loci",
"author": "Oscar Marcelo (https://oscarmarcelo.com)",
Expand Down
2 changes: 1 addition & 1 deletion src/common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const selectPopover = 'select-popover';
export default {
PLUGIN_NAME: 'Loci',
PLUGIN_ID: pluginId,
PLUGIN_VERSION: '0.3.1', // TODO: Get version from manifest.json.
PLUGIN_VERSION: '0.4.0', // TODO: Get version from manifest.json.
MAIN_WINDOW_ID: `${pluginId}.${mainWindow}`,
MAIN_WINDOW_OBSERVERS: `${pluginId}.${mainWindow}.observers`,
ICON_POPOVER_WINDOW_ID: `${pluginId}.${selectPopover}.icons`,
Expand Down

0 comments on commit b22aaad

Please sign in to comment.