Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com.cassidyjames.clairvoyant.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "com.cassidyjames.clairvoyant",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"runtime-version": "49",
"sdk": "org.gnome.Sdk",
"command": "com.cassidyjames.clairvoyant",
"finish-args": [
Expand Down
13 changes: 12 additions & 1 deletion data/metainfo.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018–2024 Cassidy James Blaede <c@ssidyjam.es> -->
<!-- Copyright 2018-2025–2024 Cassidy James Blaede <c@ssidyjam.es> -->
<component type="desktop">
<id>com.cassidyjames.clairvoyant</id>
<metadata_license>CC0</metadata_license>
Expand Down Expand Up @@ -64,6 +64,17 @@
</screenshots>

<releases>
<release version="3.1.11" date="2025-10-30">
<description>
<p>GNOME 49 “Brescia”</p>
<ul>
<li>Updated with the latest GNOME 49 platform and Adwaita 1.8</li>
<li>Added Arabic translations thanks to Ahmed Najmawi</li>
<li>Added Persian translations thanks to آوید (@avds2 on GitHub)</li>
<li>Updated Croatian translations thanks to Milo Ivir (@milotype on GitHub)</li>
</ul>
</description>
</release>
<release version="3.1.10" date="2025-02-24">
<description>
<p>Updated translations</p>
Expand Down
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'com.cassidyjames.clairvoyant',
'vala', 'c',
version: '3.1.10',
version: '3.1.11',
meson_version: '>=1.5.2',
)

Expand Down Expand Up @@ -64,8 +64,8 @@ executable(
config_file,
dependencies: [
dependency('glib-2.0', version: '>=2.82.0'),
dependency('gtk4', version: '>=4.16.12'),
dependency('libadwaita-1', version: '>=1.6.4'),
dependency('gtk4', version: '>=4.19.4'),
dependency('libadwaita-1', version: '>=1.8.1'),
dependency('libportal', version: '>=0.9.1'),
],
c_args: c_args, vala_args: vala_args,
Expand Down
Loading