diff --git a/data/io.gitlab.idevecore.Pomodoro.appdata.xml.in.in b/data/io.gitlab.idevecore.Pomodoro.appdata.xml.in.in index 95bd32d..eeb5338 100644 --- a/data/io.gitlab.idevecore.Pomodoro.appdata.xml.in.in +++ b/data/io.gitlab.idevecore.Pomodoro.appdata.xml.in.in @@ -17,6 +17,11 @@ https://gitlab.com/idevecore/pomodoro + + +

There are no new features in this release, just bug fixes and language updates. Thanks to all the translators who have translated this application using the WebLate platform.

+
+

In this version we have updated:

diff --git a/data/io.gitlab.idevecore.Pomodoro.desktop.in.in b/data/io.gitlab.idevecore.Pomodoro.desktop.in.in index c24fddc..d580bb5 100644 --- a/data/io.gitlab.idevecore.Pomodoro.desktop.in.in +++ b/data/io.gitlab.idevecore.Pomodoro.desktop.in.in @@ -6,7 +6,7 @@ Exec=pomodoro Icon=@app_id@ Terminal=false Type=Application -Categories=GNOME;GTK;Timer;Clock;StopWatch;Utility; +Categories=GNOME;GTK;X-Timer;Clock;X-StopWatch;Utility; Keywords=timer;clocks;stopwatch; StartupNotify=true X-Purism-FormFactor=Workstation;Mobile; diff --git a/io.gitlab.idevecore.PomodoroDevel.json b/io.gitlab.idevecore.PomodoroDevel.json index 7467e1c..d1b1bcd 100644 --- a/io.gitlab.idevecore.PomodoroDevel.json +++ b/io.gitlab.idevecore.PomodoroDevel.json @@ -162,8 +162,8 @@ ], "sources": [ { - "type": "git", - "url": "file:///home/francisco/Projetos" + "type": "dir", + "url": "./" } ] } diff --git a/meson.build b/meson.build index dc66a5e..1ff9d90 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pomodoro', - version: '1.4.0', + version: '1.4.1', meson_version: '>= 0.63.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/po b/po index b12b060..7753803 160000 --- a/po +++ b/po @@ -1 +1 @@ -Subproject commit b12b060f41e00a4962539f0501f08106af9a17e5 +Subproject commit 77538032dd99c29f0e39e5a521fdce2d8d52c1c1