diff --git a/data/dev.geopjr.Tuba.metainfo.xml.in b/data/dev.geopjr.Tuba.metainfo.xml.in index dce7ab9dc..a0e385519 100644 --- a/data/dev.geopjr.Tuba.metainfo.xml.in +++ b/data/dev.geopjr.Tuba.metainfo.xml.in @@ -62,6 +62,22 @@ touch + + +
    +
  • Added moderator protection from illegal or disturbing attachments in the admin dashboard
  • +
  • Fixed random crash occurring when navigating back
  • +
  • Improved Clapper MPRIS support
  • +
  • Hid media controls for Clapper when viewing GIFs
  • +
  • Fixed notification count not updating after network re-connection
  • +
  • Fixed admin dashboard reports not being able to close using the window controls
  • +
  • Fixed websocket events being unnecessarily url decoded
  • +
  • Adjusted the mini profile styling
  • +
  • Fixed Media Viewer crashes by disabling Graphic Offload until GTK 4.16
  • +
  • Updated translations
  • +
+
+
    diff --git a/meson.build b/meson.build index 861a15ad6..8d367b27d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'dev.geopjr.Tuba', ['c', 'vala'], - version: '0.8.1', + version: '0.8.2', meson_version: '>= 0.56.0', default_options: [ 'warning_level=2',