Skip to content

Commit

Permalink
Prep 3.1.8 release (#86)
Browse files Browse the repository at this point in the history
* MetaInfo: prep 3.1.8 release

* MetaInfo: update brand colors

* meson: bump version to 3.1.8

* Adaptive UI!

* MetaInfo: add new screenshots
  • Loading branch information
cassidyjames authored Sep 24, 2024
1 parent 099eb2e commit 5f2e2ec
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-45
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ I recommend using GNOME Builder for development.

[Only on Flathub]: https://cassidyjames.com/apps#only-on-flathub
[Flathub]: https://flathub.org/apps/details/com.github.cassidyjames.clairvoyant

6 changes: 3 additions & 3 deletions com.github.cassidyjames.clairvoyant.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "com.github.cassidyjames.clairvoyant",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "com.github.cassidyjames.clairvoyant",
"finish-args": [
Expand All @@ -22,8 +22,8 @@
{
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"tag": "0.7.1",
"commit": "e9ed3a50cdde321eaf42361212480a66eb94a57a",
"tag": "0.8.1",
"commit": "26c15008cbe579f57f89468384f8efc033f25f6f",
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"
Expand Down
2 changes: 0 additions & 2 deletions data/gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<gresource prefix="/com/github/cassidyjames/clairvoyant/">
<file alias="metainfo.xml" preprocess="xml-stripblanks">metainfo.appdata.xml.in</file>
<file alias="style.css">styles/style.css</file>
<file alias="style-dark.css">styles/dark.css</file>
<file>texture.png</file>
</gresource>
<gresource prefix="/com/github/cassidyjames/clairvoyant/icons/scalable/actions/">
<file alias="about-symbolic.svg" preprocess="xml-stripblanks">icons/about-symbolic.svg</file>
Expand Down
38 changes: 24 additions & 14 deletions data/metainfo.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<name>Clairvoyant</name>
<summary>Ask questions, get psychic answers</summary>
<branding>
<color type="primary" scheme_preference="light">#dad1f0</color>
<color type="primary" scheme_preference="dark">#231541</color>
<color type="primary" scheme_preference="light">#deddda</color>
<color type="primary" scheme_preference="dark">#3d3846</color>
</branding>

<developer_name translatable="no">Cassidy James Blaede</developer_name>
Expand All @@ -33,32 +33,42 @@

<screenshots>
<screenshot type="default">
<caption>A positive answer, "Signs point to yes."</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3.1.0/data/screenshots/yes-dark.png</image>
<caption>A positive answer, “Without a doubt.”</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3f42f4d8d11c77e372db739daa61c81d22a9ace5/data/screenshots/yes.png</image>
</screenshot>
<screenshot>
<caption>A positive answer, "You may rely on it."</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3.1.0/data/screenshots/yes.png</image>
<caption>A neutral answer, “Reply hazy, try again.”</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3f42f4d8d11c77e372db739daa61c81d22a9ace5/data/screenshots/maybe.png</image>
</screenshot>
<screenshot>
<caption>A neutral answer, "Cannot predict now."</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3.1.0/data/screenshots/maybe-dark.png</image>
<caption>A negative answer, “My reply is no.”</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3f42f4d8d11c77e372db739daa61c81d22a9ace5/data/screenshots/no.png</image>
</screenshot>
<screenshot>
<caption>A neutral answer, "Better not tell you now."</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3.1.0/data/screenshots/maybe.png</image>
<caption>A positive answer, “Without a doubt.”</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3f42f4d8d11c77e372db739daa61c81d22a9ace5/data/screenshots/yes-dark.png</image>
</screenshot>
<screenshot>
<caption>A negative answer, "Outlook not so good."</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3.1.0/data/screenshots/no-dark.png</image>
<caption>A neutral answer, “Reply hazy, try again.”</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3f42f4d8d11c77e372db739daa61c81d22a9ace5/data/screenshots/maybe-dark.png</image>
</screenshot>
<screenshot>
<caption>A negative answer, "Naw."</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3.1.0/data/screenshots/no.png</image>
<caption>A negative answer, “My reply is no.”</caption>
<image>https://raw.githubusercontent.com/cassidyjames/clairvoyant/3f42f4d8d11c77e372db739daa61c81d22a9ace5/data/screenshots/no-dark.png</image>
</screenshot>
</screenshots>

<releases>
<release version="3.1.8" date="2024-09-23">
<description>
<p>GNOME 47 “Denver”</p>
<ul>
<li>Fresh new adaptive look powered by GNOME accent colors!</li>
<li>Updated with the latest GNOME 47 platform and Adwaita 1.6</li>
<li>Updated Croatian translations thanks to Milo Ivir</li>
</ul>
</description>
</release>
<release version="3.1.7" date="2024-04-01">
<description>
<p>No foolin'</p>
Expand Down
Binary file modified data/screenshots/maybe-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/maybe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/no-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/no.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/yes-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/yes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions data/styles/dark.css

This file was deleted.

14 changes: 3 additions & 11 deletions data/styles/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
@define-color window_bg_color @light_2;
@define-color window_fg_color @dark_3;

@define-color accent_color @dark_3;
@define-color accent_bg_color @dark_3;
@define-color accent_fg_color @light_1;

window:not(.about) {
background-image: url("resource:///com/github/cassidyjames/clairvoyant/texture.png");
background-position: center;
background-size: cover;
:root {
--window-bg-color: color-mix(in oklab, var(--accent-color), var(--view-bg-color) 90%);
--window-fg-color: color-mix(in oklab, var(--accent-color), var(--view-fg-color) 50%);
}
Binary file removed data/texture.png
Binary file not shown.
Binary file removed data/texture.xcf
Binary file not shown.
12 changes: 6 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project(
'com.github.cassidyjames.clairvoyant',
'vala', 'c',
version: '3.1.7',
meson_version: '>=0.58',
version: '3.1.8',
meson_version: '>=1.5.1',
)

gnome = import('gnome')
Expand Down Expand Up @@ -63,10 +63,10 @@ executable(
asresources,
config_file,
dependencies: [
dependency('glib-2.0'),
dependency('gtk4'),
dependency('libadwaita-1', version: '>=1.5'),
dependency('libportal'),
dependency('glib-2.0', version: '>=2.82.0'),
dependency('gtk4', version: '>=4.16.1'),
dependency('libadwaita-1', version: '>=1.6.0'),
dependency('libportal', version: '>=0.8.1'),
],
c_args: c_args, vala_args: vala_args,
install: true
Expand Down

0 comments on commit 5f2e2ec

Please sign in to comment.