diff --git a/data/dev.geopjr.Tuba.metainfo.xml.in b/data/dev.geopjr.Tuba.metainfo.xml.in index a0e385519..b31747882 100644 --- a/data/dev.geopjr.Tuba.metainfo.xml.in +++ b/data/dev.geopjr.Tuba.metainfo.xml.in @@ -62,6 +62,24 @@ touch + + +
    +
  • Added cache cleanup on manually downloaded videos in non-Clapper mode
  • +
  • Added temporary Tootle era cache cleanup mechanism
  • +
  • Fixed own posts being hidden if caught in a filter
  • +
  • Spinners will only show after 1 second in the media viewer to avoid unnecessary friction
  • +
  • Fixed alt text window headerbar being taller than expected
  • +
  • Fixed focus rings not matching their widget
  • +
  • Redesigned the empty Search state
  • +
  • Added missing tooltips
  • +
  • Implemented caching support for Clapper 0.8
  • +
  • Optimized Clapper for GIFV attachments
  • +
  • Removed back animation when going back home
  • +
  • Updated translations
  • +
+
+
    diff --git a/meson.build b/meson.build index a6ea9806b..d150ea4aa 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'dev.geopjr.Tuba', ['c', 'vala'], - version: '0.8.2', + version: '0.8.3', meson_version: '>= 0.56.0', default_options: [ 'warning_level=2',