Skip to content

Commit a57b9ef

Browse files
committed
Improve textures of spades in cards
1 parent dc3853f commit a57b9ef

File tree

13 files changed

+127
-122
lines changed

13 files changed

+127
-122
lines changed

.github/workflows/compress-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: calibre
1717
uses: calibreapp/image-actions@main
1818
with:
19-
githubToken: ${{ secrets.GITHUB_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
compressOnly: true
2121
- name: Create New Pull Request If Needed
2222
if: steps.calibre.outputs.markdown != ''

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Version | Supported | |
66
| ------- | --------- | ---------------------------------------------------------------------------------------------------------------- |
7-
| 0.5.0 | :warning: | [Docs](https://setonix.world/docs/v1/intro) [Release](https://github.com/LinwoodDev/Setonix/releases/tag/v0.5.0) |
7+
| 0.5.1 | :warning: | [Docs](https://setonix.world/docs/v1/intro) [Release](https://github.com/LinwoodDev/Setonix/releases/tag/v0.5.1) |
88
| 0.4.1 | :x: | [Docs](https://setonix.world/docs/v1/intro) [Release](https://github.com/LinwoodDev/Setonix/releases/tag/v0.4.1) |
99
| 0.3.0 | :x: | [Docs](https://setonix.world/docs/v1/intro) [Release](https://github.com/LinwoodDev/Setonix/releases/tag/v0.3.0) |
1010
| 0.2.0 | :x: | [Docs](https://setonix.world/docs/v1/intro) [Release](https://github.com/LinwoodDev/Setonix/releases/tag/v0.2.0) |

app/android/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
artifactory (3.0.17)
1212
atomos (0.1.3)
1313
aws-eventstream (1.4.0)
14-
aws-partitions (1.1166.0)
14+
aws-partitions (1.1167.0)
1515
aws-sdk-core (3.233.0)
1616
aws-eventstream (~> 1, >= 1.3.0)
1717
aws-partitions (~> 1, >= 1.992.0)
@@ -232,4 +232,4 @@ DEPENDENCIES
232232
screengrab
233233

234234
BUNDLED WITH
235-
2.6.9
235+
2.7.2
10 Bytes
Loading
507 Bytes
Loading

app/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,10 @@ packages:
334334
dependency: transitive
335335
description:
336336
name: file_selector_android
337-
sha256: "4be8ae7374c81daf88e49084a1d68dfe68466ef38a6a3d711cc0b83d53e22465"
337+
sha256: "1ce58b609289551f8ec07265476720e77d19764339cc1d8e4df3c4d34dac6499"
338338
url: "https://pub.dev"
339339
source: hosted
340-
version: "0.5.1+16"
340+
version: "0.5.1+17"
341341
file_selector_ios:
342342
dependency: transitive
343343
description:
@@ -1563,4 +1563,4 @@ packages:
15631563
version: "3.1.3"
15641564
sdks:
15651565
dart: ">=3.9.0 <4.0.0"
1566-
flutter: ">=3.35.4"
1566+
flutter: ">=3.35.5"

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: none
1616

1717
environment:
1818
sdk: ">=3.8.0 <4.0.0"
19-
flutter: 3.35.4
19+
flutter: 3.35.5
2020

2121
dependencies:
2222
flutter:

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/react": "^4.4.0",
1515
"@astrojs/starlight": "^0.36.0",
1616
"@phosphor-icons/react": "^2.1.10",
17-
"@types/react": "^19.1.15",
17+
"@types/react": "^19.1.16",
1818
"@types/react-dom": "^19.1.9",
1919
"astro": "^5.14.1",
2020
"react": "^19.1.1",

docs/pnpm-lock.yaml

Lines changed: 95 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metadata/en-US/changelogs/9.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
* Add snap support
22
* Rename single player and multiplayer dialog
33
* Remove browse tab
4-
* Improve textures of card background, chips and dice
4+
* Improve textures of spades in cards and add better resolution to the card background, chips and dice
55
* Improve display of identifier of installed packs in dialog
6-
* Swamp board and figures in hand view
6+
* Swap board and figures in hand view
77
* Redesign chess figures
88
* Use minSdkVersion 24 instead of 23 (The minimum version of android is 7.0 (Nougat))
99
* Upgrade to flutter 3.35

0 commit comments

Comments
 (0)