Skip to content

Commit f702912

Browse files
authored
feat: v0.5.0 (#537)
* feat: v0.5.0 * feat(metainfo): bump * chore: bump
1 parent 8d100cb commit f702912

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

data/dev.geopjr.Tuba.metainfo.xml.in

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,37 @@
5555
<control>touch</control>
5656
</recommends>
5757
<releases>
58+
<release version="0.5.0" date="2023-09-22">
59+
<description translatable="no">
60+
<ul>
61+
<li>Visual refinements to match the state of the art of GNOME apps</li>
62+
<li>Added larger custom emojis option</li>
63+
<li>Added instance announcements tab</li>
64+
<li>Added drag and drop support to the media tab of the composer</li>
65+
<li>Added clipboard paste support to the media tab of the composer</li>
66+
<li>Added animations to post action buttons</li>
67+
<li>Numerical values will now be shortened</li>
68+
<li>Added option to mute some push notifications</li>
69+
<li>Fixed some fonts not respecting the large text accessibility option</li>
70+
<li>Added support for ordered lists in posts</li>
71+
<li>Added BlurHash support</li>
72+
<li>Fixed special font decorations not being rendered inside blockquotes</li>
73+
<li>Added orientation auto-fix on media with incorrect metadata</li>
74+
<li>Added a refresh entry to the main menu</li>
75+
<li>Added support for hiding the quote post footer text</li>
76+
<li>Added zooming support using the Ctrl key in the Media Viewer</li>
77+
<li>Removed unused settings</li>
78+
<li>Added support for grouping similar push notifications</li>
79+
<li>Added push notification actions</li>
80+
<li>Added support for changing the content type when available</li>
81+
<li>Added support for showing relevant search result types first</li>
82+
<li>Added support for copying media</li>
83+
<li>Removed embeding all icons</li>
84+
<li>Fixed crash when opening the composer too early</li>
85+
<li>Read the full changelog on the repo</li>
86+
</ul>
87+
</description>
88+
</release>
5889
<release version="0.4.1" date="2023-08-05">
5990
<description translatable="no">
6091
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'dev.geopjr.Tuba',
33
['c', 'vala'],
4-
version: '0.4.1',
4+
version: '0.5.0',
55
meson_version: '>= 0.56.0',
66
default_options: [
77
'warning_level=2',

0 commit comments

Comments
 (0)