diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index ad118c8..437bf87 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -78,6 +78,24 @@ https://github.com/Jeffser/Alpaca/discussions/154 https://github.com/Jeffser/Alpaca + + https://github.com/Jeffser/Alpaca/releases/tag/1.0.3 + +

New

+
    +
  • Bearer Token entry on connection error dialog
  • +
  • Small appearance changes
  • +
  • Compatibility with code blocks without explicit language
  • +
+

Fixes

+
    +
  • Date format for Simplified Chinese translation
  • +
  • Bug with unsupported localizations
  • +
  • Min height being to large to be used on mobile
  • +
  • Remote connection checker bug
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.0.2 diff --git a/meson.build b/meson.build index 2152031..c9723c0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '1.0.2', + version: '1.0.3', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )