-
Notifications
You must be signed in to change notification settings - Fork 0
/
appcast.xml
70 lines (69 loc) · 3.96 KB
/
appcast.xml
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
<rss version="2.0">
<channel>
<title>Last-updated plugin change log</title>
<link>https://raw.githubusercontent.com/bvmensvoort/sketch-last-updated/master/appcast.xml</link>
<description>
Most recent changes to last-updated plugin for Sketch.
Sketch plugin to update placeholders with with metadata about last save, such as timestamp or increment, and about page numbering.
</description>
<language>en</language>
<item>
<title>Version 1.4.2</title>
<description>
- Fix for replacing overrides and be compatible with latest Sketch version (tested on 95.1)
- Increased Sketch compatible version to 95
</description>
<enclosure url="https://github.com/bvmensvoort/sketch-last-updated/releases/download/v1.4.2/sketch-last-updated-1.4.2.zip" sparkle:version="0.1"/>
</item>
<item>
<title>Version 1.4.1</title>
<description>
- Fix for replacing overrides. The plugin should be faster with this change.
</description>
<enclosure url="https://github.com/bvmensvoort/sketch-last-updated/releases/download/v1.4.1/sketch-last-updated-1.4.1.zip" sparkle:version="0.1"/>
</item>
<item>
<title>Version 1.4</title>
<description>
- Supports artboard title: `[lastupdated-artboard-title-nodash]`
- Supports page numbering: `[lastupdated-totalpages]`, `[lastupdated-currentpagenr]`, `[lastupdated-pagenr-next]`, `[lastupdated-pagenr-prev]` and its `-nodash` variant.
</description>
<enclosure url="https://github.com/bvmensvoort/sketch-last-updated/releases/download/v1.4.0/sketch-last-updated-1.4.0.zip" sparkle:version="0.1"/>
</item>
<item>
<title>Version 1.3</title>
<description>
- Supports artboard title: `[lastupdated-artboard-title]`
- Most placeholders will be updated onDocumentChanged, after 5 seconds
- Only `[lastupdated-size-bytes]` and `[lastupdated-autosaved]` are updated onDocumentSaved
- An update is not triggered anymore when changing placeholders (to prevent loops)
- The document is no longer marked as changed after saving (except when using [size-bytes] and [autosaved])
</description>
<enclosure url="https://github.com/bvmensvoort/sketch-last-updated/releases/download/v1.3.0/sketch-last-updated-1.3.0.zip" sparkle:version="0.1"/>
</item>
<item>
<title>Version 1.2</title>
<description>
- Marks document as changed on document change instead of selection change (finally). This will prevent unnecessary saves and might be a bit faster.
- Add `[size-bytes]` and `[autosaved]` to possible placeholders
</description>
<enclosure url="https://github.com/bvmensvoort/sketch-last-updated/releases/download/v1.2.0/sketch-last-updated-1.2.0.zip" sparkle:version="0.1"/>
</item>
<item>
<title>Version 1.1</title>
<description>
- Updates the placeholders when saving the document. This makes selecting stuff much faster.
- Now the correct month number is used in month-placeholders
</description>
<enclosure url="https://github.com/bvmensvoort/sketch-last-updated/releases/download/v1.1.0/sketch-last-updated-1.1.0.zip" sparkle:version="0.1"/>
</item>
<item>
<title>Version 0.1</title>
<description>
Add placeholders in your Sketch file that will automatically be filled with last-updated metadata.
Supports metadata like time/date, increment, version image.
</description>
<enclosure url="https://github.com/bvmensvoort/sketch-last-updated/releases/download/v0.0.1/sketch-last-updated-0.0.1.zip" sparkle:version="0.1"/>
</item>
</channel>
</rss>