From 859250525c1405db346d3652aad9034f5b82acc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:30:36 +0000 Subject: [PATCH 1/5] Bump org.yaml:snakeyaml from 2.2 to 2.3 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.2 to 2.3. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5146068..fd230248 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.fusesource.jansi:jansi:2.4.1' implementation 'io.github.jwharm.javagi:adw:0.10.2' implementation 'org.apache.commons:commons-configuration2:2.11.0' - implementation 'org.yaml:snakeyaml:2.2' + implementation 'org.yaml:snakeyaml:2.3' compileOnly 'org.projectlombok:lombok:1.18.34' annotationProcessor 'org.projectlombok:lombok:1.18.34' From 954ad7572c2d5876aaf82ced32ef5f68a95ed5fb Mon Sep 17 00:00:00 2001 From: ToxicStoxm Date: Mon, 2 Sep 2024 10:07:01 +0000 Subject: [PATCH 2/5] Update flatpak-sources.json --- flatpak-sources.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flatpak-sources.json b/flatpak-sources.json index 11d15c6e..141687de 100644 --- a/flatpak-sources.json +++ b/flatpak-sources.json @@ -876,16 +876,16 @@ }, { "type": "file", - "url": "https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar", - "sha512": "11547e75cc80bee26f532e2598bc6e4ffa802941496dc0d8ce017f1b15e01ebbb80e91ed17d1047916e32bf2fc58da532bc71a1dfe93afccc277a296d86634ba", - "dest": "./offline-repository/org/yaml/snakeyaml/2.2", - "dest-filename": "snakeyaml-2.2.jar" + "url": "https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.3/snakeyaml-2.3.jar", + "sha512": "1c9c78f0d102ae49a7c06f9e20c6a79a4fb9a2af962230ee6e136bda0caf10dcbb9deadc1c3ab15f74a4982ec8f8266217115e357329fde5b3f4f1858882de0c", + "dest": "./offline-repository/org/yaml/snakeyaml/2.3", + "dest-filename": "snakeyaml-2.3.jar" }, { "type": "file", - "url": "https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom", - "sha512": "5bcfdbe7b57b29eabb5c4ced03ca1ac5a0ce15de64f3557a855f05a373932aa5bdee71798c2a678cd4126826ad50e8b5c43d285911b4d691b71393cfeb4e1059", - "dest": "./offline-repository/org/yaml/snakeyaml/2.2", - "dest-filename": "snakeyaml-2.2.pom" + "url": "https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.3/snakeyaml-2.3.pom", + "sha512": "f83f34a04dd37bd0ff3423a84e8d0cae04311528736a5954a244b067f25b2b345f8384c544f987b02efc81b6c96a2b6f05aa744cc656c8111ad7d7f9c814a0dd", + "dest": "./offline-repository/org/yaml/snakeyaml/2.3", + "dest-filename": "snakeyaml-2.3.pom" } ] From a2fb1fa2fb0698e5d46d56ff319532a690f4813e Mon Sep 17 00:00:00 2001 From: ToxicStoxm <111985746+ToxicStoxm@users.noreply.github.com> Date: Sun, 8 Sep 2024 00:28:42 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4eac51a..1b6d0fdd 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ - Back-End: [LEDSuiteBackend](https://gitlab.com/hannescam/LEDSuiteBackend) ## Estimated time until official release: - Soon on FlatHub (waiting for backend) + - V2 is already under development check out the [app-rework](https://github.com/ToxicStoxm/LEDSuite/tree/app-rework) branch for further details From f62ef75f20438abc42394ecc47844b626334403b Mon Sep 17 00:00:00 2001 From: ToxicStoxm <111985746+ToxicStoxm@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:04:42 +0200 Subject: [PATCH 4/5] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index ae1246b9..fde2bec3 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: ToxicStoxm patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: ToxicStoxm From d4a5759325f2632ae81d63ebb27ba7d18c60f845 Mon Sep 17 00:00:00 2001 From: ToxicStoxm <111985746+ToxicStoxm@users.noreply.github.com> Date: Sun, 20 Oct 2024 03:11:02 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b6d0fdd..09579ed7 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ - Back-End: [LEDSuiteBackend](https://gitlab.com/hannescam/LEDSuiteBackend) ## Estimated time until official release: - Soon on FlatHub (waiting for backend) - - V2 is already under development check out the [app-rework](https://github.com/ToxicStoxm/LEDSuite/tree/app-rework) branch for further details + - V2 is already under development check out the [dev](https://github.com/ToxicStoxm/LEDSuite/tree/dev) branch for further details