Skip to content

Commit cf703c9

Browse files
committed
update metadata for new release
1 parent 4e96839 commit cf703c9

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

data/io.github.nokse22.asciidraw.metainfo.xml.in

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,11 @@
77
<summary>Draw using ASCII characters</summary>
88
<description>
99
<p>This app lets you draw using ASCII characters.
10-
11-
There are multiple tools available:
12-
- Free hand brush
13-
- Free hand line
14-
- Straight Line
15-
- Straight Arrow
16-
- Rectangle
17-
- Character picker
18-
- Text
19-
- Eraser
20-
10+
There are multiple tools available: Free hand brush, Free hand line, Straight Line, Straight Arrow, Rectangle, Character picker, Text and Eraser
2111
You can also choose between many stiles to use!
2212
</p>
2313
</description>
2414

25-
2615
<developer_name>Nokse</developer_name>
2716

2817
<content_rating type="oars-1.0"></content_rating>
@@ -33,6 +22,11 @@ You can also choose between many stiles to use!
3322
<url type="bugtracker">https://github.com/Nokse22/ascii-draw/issues</url>
3423

3524
<releases>
25+
<release version="0.1.1" date="2023-08-21">
26+
<description>
27+
<p>Fixed many bugs with right to left text direction</p>
28+
</description>
29+
</release>
3630
<release version="0.1.0" date="2023-08-20">
3731
<description>
3832
<p>First release!</p>

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def on_about_action(self, widget, _):
107107
application_name='ASCII Draw',
108108
application_icon='io.github.nokse22.asciidraw',
109109
developer_name='Nokse',
110-
version='0.1.0',
110+
version='0.1.1',
111111
website='https://github.com/Nokse22/ascii-draw',
112112
issue_url='https://github.com/Nokse22/ascii-draw/issues',
113113
developers=['Nokse'],

0 commit comments

Comments
 (0)