Skip to content

Commit 01518f1

Browse files
authored
Release version 1.1.0 (#15)
* meson: Update version * AppData: Release 1.1.0 * Update screenshots
1 parent bf7993a commit 01518f1

File tree

7 files changed

+36
-1
lines changed

7 files changed

+36
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
<img src="data/screenshots/000-dark.png">
3434
</td>
3535
</tr>
36+
<tr>
37+
<td>
38+
<img src="data/screenshots/001.png">
39+
</td>
40+
<td>
41+
<img src="data/screenshots/001-dark.png">
42+
</td>
43+
</tr>
3644
</table>
3745
</p>
3846

data/com.manexim.codecard.appdata.xml.in

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@
1616
<binary>com.manexim.codecard</binary>
1717
</provides>
1818
​<releases>
19+
<release date="2022-01-12" version="1.1.0">
20+
<description>
21+
<p>New:</p>
22+
<ul>
23+
<li>Use notification instead of toast to notify user</li>
24+
<li>Use monospace font</li>
25+
</ul>
26+
<p>Improved:</p>
27+
<ul>
28+
</ul>
29+
<p>Fixed:</p>
30+
<ul>
31+
<li>Add stripe key</li>
32+
</ul>
33+
<p>Translations:</p>
34+
<ul>
35+
</ul>
36+
</description>
37+
</release>
1938
<release date="2022-01-01" version="1.0.2">
2039
<description>
2140
<p>New:</p>
@@ -65,6 +84,14 @@
6584
<caption></caption>
6685
<image>https://raw.githubusercontent.com/manexim/codecard/main/data/screenshots/000-dark.png</image>
6786
</screenshot>
87+
<screenshot>
88+
<caption></caption>
89+
<image>https://raw.githubusercontent.com/manexim/codecard/main/data/screenshots/001.png</image>
90+
</screenshot>
91+
<screenshot>
92+
<caption></caption>
93+
<image>https://raw.githubusercontent.com/manexim/codecard/main/data/screenshots/001-dark.png</image>
94+
</screenshot>
6895
</screenshots>
6996
<developer_name>Manexim</developer_name>
7097
<url type="homepage">https://github.com/manexim</url>

data/screenshots/000-dark.png

2.46 KB
Loading

data/screenshots/000.png

3.22 KB
Loading

data/screenshots/001-dark.png

13.1 KB
Loading

data/screenshots/001.png

13.4 KB
Loading

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.manexim.codecard', 'vala', 'c', version: '1.0.2')
1+
project('com.manexim.codecard', 'vala', 'c', version: '1.1.0')
22

33
# Include the translations module
44
i18n = import('i18n')

0 commit comments

Comments
 (0)