Skip to content

Commit

Permalink
feat: v0.7.0 (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Mar 20, 2024
1 parent d8d32d0 commit b928bf3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions data/dev.geopjr.Tuba.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,39 @@
<control>touch</control>
</recommends>
<releases>
<release version="0.7.0" date="2024-03-20">
<description translatable="no">
<ul>
<li>Visual refinements to match the state of the art of GNOME apps</li>
<li>Added filter handling and editing support</li>
<li>Added post and user reporting</li>
<li>Added Mutes and Blocks pages</li>
<li>Added banners for unread Announcements and Follow Requests</li>
<li>Added syntax highlighting in the Composer</li>
<li>Added badge on 'Home' for new posts</li>
<li>Added recent emojis in the Custom Emoji Chooser</li>
<li>Added stripping tracking parameters from URLs on paste</li>
<li>Added notification badges on Account Switcher entries</li>
<li>Added the option to darken images on dark mode</li>
<li>Redesigned the timeline status pages</li>
<li>Added support for all special character counting cases</li>
<li>Added 'New Post' to the main menu</li>
<li>Added the ability to zoom using ctrl and the mouse wheel on the Media Viewer</li>
<li>Added manpage</li>
<li>Added Windows builds</li>
<li>Added more tracking IDs to the stripping list</li>
<li>Added posting visibility syncing with the instance</li>
<li>Fixed Media Viewer not opening the correct attachment right away and instead scrolling to it</li>
<li>Fixed bugs involving multiple attachments and animations in the Media Viewer</li>
<li>Fixed navigation not working between nested pages and non-nested pages of the same name</li>
<li>Fixed issues preventing Windows and macOS builds</li>
<li>Fixed replacing files when saving attachments</li>
<li>Fixed media sensitivity not being kept when editing posts</li>
<li>Fixed other minor bugs and memory leaks</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="0.6.3" date="2024-02-02">
<description translatable="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'dev.geopjr.Tuba',
['c', 'vala'],
version: '0.6.3',
version: '0.7.0',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit b928bf3

Please sign in to comment.