Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit ceba7f0

Browse files
author
bleakgrey
committed
Bump version
1 parent ac70d19 commit ceba7f0

File tree

5 files changed

+46
-2
lines changed

5 files changed

+46
-2
lines changed

data/com.github.bleakgrey.tootle.appdata.xml.in

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,36 @@
2828
<url type="bugtracker">https://github.com/bleakgrey/tootle/issues</url>
2929
<url type="donation">https://liberapay.com/bleakgrey/donate</url>
3030

31+
<content_rating type="oars-1.1">
32+
<content_attribute id="violence-cartoon">none</content_attribute>
33+
<content_attribute id="violence-fantasy">none</content_attribute>
34+
<content_attribute id="violence-realistic">none</content_attribute>
35+
<content_attribute id="violence-bloodshed">none</content_attribute>
36+
<content_attribute id="violence-sexual">none</content_attribute>
37+
<content_attribute id="violence-desecration">none</content_attribute>
38+
<content_attribute id="violence-slavery">none</content_attribute>
39+
<content_attribute id="violence-worship">none</content_attribute>
40+
<content_attribute id="drugs-alcohol">none</content_attribute>
41+
<content_attribute id="drugs-narcotics">none</content_attribute>
42+
<content_attribute id="drugs-tobacco">none</content_attribute>
43+
<content_attribute id="sex-nudity">none</content_attribute>
44+
<content_attribute id="sex-themes">none</content_attribute>
45+
<content_attribute id="sex-homosexuality">none</content_attribute>
46+
<content_attribute id="sex-prostitution">none</content_attribute>
47+
<content_attribute id="sex-adultery">none</content_attribute>
48+
<content_attribute id="sex-appearance">none</content_attribute>
49+
<content_attribute id="language-profanity">none</content_attribute>
50+
<content_attribute id="language-humor">none</content_attribute>
51+
<content_attribute id="language-discrimination">none</content_attribute>
52+
<content_attribute id="social-chat">moderate</content_attribute>
53+
<content_attribute id="social-info">none</content_attribute>
54+
<content_attribute id="social-audio">moderate</content_attribute>
55+
<content_attribute id="social-location">none</content_attribute>
56+
<content_attribute id="social-contacts">intense</content_attribute>
57+
<content_attribute id="money-purchasing">none</content_attribute>
58+
<content_attribute id="money-gambling">none</content_attribute>
59+
</content_rating>
60+
3161
<screenshots>
3262
<screenshot type="default">
3363
<image>https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot.png</image>
@@ -44,6 +74,20 @@
4474
</screenshots>
4575

4676
<releases>
77+
<release version="0.1.4" date="2018-06-19">
78+
<description>
79+
<ul>
80+
<li>Added Direct timeline</li>
81+
<li>Added support for custom character limit</li>
82+
<li>Added support for streaming all timelines</li>
83+
<li>Added tooltips for image attachments</li>
84+
<li>Added remove action for attachments</li>
85+
<li>Changed behavior for mentioning users</li>
86+
<li>Changed behavior for missing image attachments</li>
87+
<li>Fixed minor bugs</li>
88+
</ul>
89+
</description>
90+
</release>
4791
<release version="0.1.3" date="2018-05-31">
4892
<description>
4993
<ul>

data/screenshot.png

388 Bytes
Loading

data/screenshot2.png

190 Bytes
Loading

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tootle (0.1.3) xenial; urgency=low
1+
tootle (0.1.4) xenial; urgency=low
22

33
* Initial release
44

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Tootle{
2222
application_id = "com.github.bleakgrey.tootle";
2323
flags = ApplicationFlags.FLAGS_NONE;
2424
program_name = "Tootle";
25-
build_version = "0.1.3";
25+
build_version = "0.1.4";
2626
}
2727

2828
public static int main (string[] args) {

0 commit comments

Comments
 (0)