Skip to content

Releases: AlexProgrammerDE/SoulFire

SoulFire 2.2.2

05 Jan 21:06

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🐛 Fixes

  • 4c01b55 fix: bump to VFP 4.4.2-SNAPSHOT

🔨 Build

  • c8b3c2e chore(release): bump version to 2.2.2-SNAPSHOT
  • a4d212c chore(release): bump version to 2.2.2

SoulFire 2.2.1

03 Jan 12:13

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🚀 Features

  • 3b92b0f feat: add delegating restricting constraints to api
  • d8b6d02 feat: enable parallel searches
  • 01c8f44 feat: print list of options on error

🐛 Fixes

  • ee9ef20 fix: add evalutationdependson for javadocs module
  • b46b13a fix(deps): update dependency com.viaversion:viafabricplus to v4.4.1
  • cba0f2d fix: remove suboptimal optimisation
  • 0c3842a fix(deps): update all non-major dependencies
  • 88c6e8a fix(deps): update dependency net.fabricmc:sponge-mixin to v0.17.0+mixin.0.8.7
  • 593d755 fix(deps): update all non-major dependencies
  • c34c1e0 fix(deps): update dependency net.fabricmc:fabric-loader to v0.18.4
  • 7ae1035 fix(deps): update dependency io.github.llamalad7:mixinextras-fabric to v0.5.1
  • d7c091a fix(deps): update dependency com.linecorp.armeria:armeria-bom to v1.34.2
  • 009ab64 fix(deps): update dependency io.github.llamalad7:mixinextras-fabric to v0.5.2
  • c29624a fix: do not check errorprone in generated dirs
  • 405ddb3 fix: ignore generated grpc in spotbugs lint
  • 8a8ef56 fix: disable internal representation checks

🏗 Refactor

  • 0b15b18 refactor: migrate to more clear state object
  • 22aeb36 refactor: switch all tests to async computation
  • 78b75b0 refactor: prepare for multiple async searches

🔨 Build

  • ad4324b chore: update parchment
  • 24f8606 chore(release): bump version to 2.2.1-SNAPSHOT
  • 12251f0 chore(release): bump version to 2.2.1

💅 Style

  • 4b29769 style: remove unused methods

SoulFire 2.2.0

20 Dec 19:16

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🚀 Features

  • d36a4c6 feat: improve map lookup speeds for pathfinding with changing blocks
  • fbb2811 feat: allow disabling collecting blocks increasing usable blocks
  • 2ec487f feat: load mixins during unit tests and jmh
  • d296d8b feat: implement pathfinding settings
  • a98fb49 feat: add bot pov rendering
  • ff839bd feat: log how long a render takes
  • d0ca632 feat: add pov render support for the captcha solver
  • 994015f feat: enable configuration cache
  • 2169561 feat: update VFP (#924)
  • 8ed4205 feat: 1.21.11 support (#926)

🐛 Fixes

  • 3a4dac3 fix: make tests work
  • af172bc fix: make resource cleanup and memory usage better
  • 32e520a fix: do not allocate lambda for compute
  • bcd2007 fix: readd old jmh config
  • 4b53615 fix: reduce lookup speed by using TestBlockAccessorBuilder for JMH benchmark
  • a70466f fix: readd old path constraint
  • 5d3c16e fix: make tests pass
  • 1b126de fix: properly implement mining cost estimation for tests
  • 3c300cc fix: simplify best node tracking
  • 5f3e9fb fix: optimize LRU cache performance
  • 9946d47 fix: properly handle block placement restrictions for up movement
  • a99465e fix: prevent towering when standing inside an unreplaceable block
  • 8a0e149 fix: use correct methods for block increase and decrease estimation
  • e03120f fix: make PathConstraintImpl final
  • fd1abb8 fix: prevent cmd errors from crashing dedicated server
  • 2ead966 fix: print error better
  • 9d3ccef fix: use correct intermediary
  • a2d61ad fix: append classpath from internal gradle file to classpath variable for fabric
  • d661990 fix(deps): update dependency com.ibm.icu:icu4j to v78 (#927)
  • 452e8e9 fix(deps): update all non-major dependencies (#918)
  • a355873 fix: resolve vfp dependency collision
  • d1b46f3 fix: use new identifier class in benchmark compilation

🏗 Refactor

  • 566acae refactor: migrate to loom
  • ed04793 refactor: directly call methods on constraint
  • be0f81a refactor: extract PathConstraint into interface and implement delegate class
  • a828467 refactor: prepare for custom path constraints
  • 63f46e9 refactor: split up into multiple classes and fix orientation of image

📝 Documentation

  • e2baf5a docs: improve instructions for AI

🔨 Build

  • 3826679 chore(release): bump version to 2.1.2-SNAPSHOT
  • 563d523 chore(deps): update actions/upload-artifact action to v6 (#921)
  • 124650f chore(deps): update actions/upload-artifact action to v6 (#925)
  • c5d6711 chore(release): bump version to 2.2.0

💅 Style

  • 28ab866 style: simplify place and break constraints
  • a09ad2f style: apply more openrewrite recipes
  • b61c8ca style: use newer java features and cleanup

🧪 Tests

  • 75c7162 test: readd jmh benchmarks
  • a286592 test: reimplement pathfinding tests
  • df28e03 test: readd disabled test

💬 Other

  • fa4d34e Improve CI security, Metadata changes. (#919)
  • 9c32d40 Remove persist-credentials from checkout action
  • cea20bc Remove persist-credentials from checkout step

SoulFire 2.1.1

29 Nov 16:22

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🚀 Features

  • 3a20a0e feat: allow ignoring packet handling bugs
  • 8e4231b feat: improve scheduling sometimes not clearing locks
  • dac6854 feat: implement better log protocol

🐛 Fixes

  • 503f598 fix(deps): update all non-major dependencies to v4.33.0 (#897)
  • 795c6e6 fix(deps): update dependency com.nimbusds:oauth2-oidc-sdk to v11.30 (#898)
  • c9b4707 fix(deps): update dependency com.openai:openai-java to v4.4.0 (#899)
  • 66ee2a0 fix(deps): update dependency com.openai:openai-java to v4.5.0 (#900)
  • 174472e fix(deps): update dependency com.github.oshi:oshi-core to v6.9.1 (#901)
  • 85c305b fix(deps): update all non-major dependencies to v1.7.1 (#902)
  • 360f86b fix: disable crash report stacktrace tracking
  • 6f968ee fix(deps): update dependency com.openai:openai-java to v4.6.1 (#903)
  • a1086ce fix(deps): update dependency net.kyori:indra-git to v4 (#895)
  • 59983be fix: use new syntax
  • 979ddc8 fix(deps): update all non-major dependencies (#904)
  • a866be8 fix(deps): update dependency org.jetbrains.kotlin:kotlin-bom to v2.2.21 (#905)
  • 2bbab2c fix: immediately return if time is zero
  • 0c33d7d fix: always run finalizer
  • 10c81c2 fix: use correct repositories
  • 8faa744 fix(deps): update all non-major dependencies (#907)
  • 4a84b14 fix: publish mod jar
  • 36be663 fix: make publish the right way
  • b603834 fix: properly show some async errors
  • 5f5d9ec fix(deps): update all non-major dependencies to v2.20.1
  • c8b9ba3 fix(deps): update dependency com.ibm.icu:icu4j to v78 (#909)
  • 0c9c7b9 fix(deps): update dependency org.junit.jupiter:junit-jupiter to v6.0.1
  • 3177a01 fix(deps): update all non-major dependencies to v7.1.6.final
  • 122f705 fix(deps): update all non-major dependencies
  • c5e58a1 fix(deps): update all non-major dependencies
  • 66c94fd fix(deps): update dependency commons-codec:commons-codec to v1.20.0
  • 2a4d79b fix(deps): update all non-major dependencies
  • 5991c60 fix(deps): update all non-major dependencies
  • 3fdf988 fix(deps): update all non-major dependencies
  • d2cc66b fix(deps): update all non-major dependencies
  • e41aa35 fix: ignore failures from spotbugs for now
  • 3b9cc43 fix: resolve style issues
  • 6840202 fix: make new instance main method work
  • 57a7ee9 fix: make read timeout and connect timeout work again
  • 2031350 fix: make write timeout settings work again
  • b01e183 fix: wrap new method call
  • da180d4 fix(deps): update all non-major dependencies (#912)
  • b401e19 fix(deps): update dependency net.raphimc:minecraftauth to v5 (#913)
  • 08b617c fix: whitelist specific groups
  • afd5dfa fix: revert to old VFP for now
  • d30ddc9 fix: downgrade mcauth for now
  • f7976fb fix: comment out broken mixin for now
  • 95efb34 fix: readd read timeout override
  • 29a996c fix: make injection work
  • 790a372 fix(deps): update swc4j to v2 (#917)
  • 89259a4 fix(deps): update all non-major dependencies (#915)
  • 8e32d70 fix: make block break particles not cause warnings

🔨 Build

  • 2f138c5 chore(release): bump version to 2.1.1-SNAPSHOT
  • 496c83c chore: add AGENTS.md
  • 4142bc0 chore(deps): update actions/upload-artifact action to v5 (#906)
  • 0707b42 chore(deps): update gradle to v9.2.0
  • dc01a23 chore(deps): update mikepenz/release-changelog-builder-action action to v6 (#908)
  • d0f515e chore: add errorprone
  • 0ee6cc4 chore: add spotbugs
  • d90ba64 chore: enable ignoring packet errors by default
  • 482cba5 chore(deps): update actions/checkout action to v6 (#916)
  • c25baf7 chore(release): bump version to 2.1.1

💅 Style

Read more

SoulFire 2.1.0

15 Oct 19:11

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🚀 Features

  • da997ce feat: bump to java 25
  • 48b1866 feat: add better build flags
  • a33c33c feat: bump to mc 1.21.9
  • 6c1925e feat: make captcha solving more pwoerful
  • fc6262f feat: log disconnects

🐛 Fixes

  • 6d74f2f fix(deps): update dependency net.fabricmc:sponge-mixin to v0.16.4+mixin.0.8.7 (#833)
  • 86e556e fix(deps): update dependency net.raphimc:minecraftauth to v4.1.2 (#834)
  • ac98e99 fix(deps): update all non-major dependencies (#835)
  • 0703cbf fix(deps): update all non-major dependencies (#836)
  • c8742c4 fix(deps): update all non-major dependencies (#837)
  • d9e9235 fix(deps): update dependency org.projectlombok:lombok to v1.18.40 (#839)
  • a946d46 fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.5 (#840)
  • 4127072 fix: resolve tracking emitter creation errors
  • 14553a3 fix(deps): update all non-major dependencies (#841)
  • a819573 fix(deps): update all non-major dependencies to v4.2.6.final (#842)
  • 7657762 fix(deps): update dependency com.openai:openai-java to v3.5.0 (#843)
  • d0ae18b fix(deps): update all non-major dependencies to v1.2.10 (#844)
  • 17cfb78 fix(deps): update all non-major dependencies (#845)
  • 0078792 fix(deps): update all non-major dependencies (#846)
  • ef36854 fix(deps): update all non-major dependencies to v7.1.1.final (#847)
  • e704f6e fix(deps): update all non-major dependencies (#848)
  • 8646c62 fix(deps): update dependency com.linecorp.armeria:armeria-bom to v1.33.3 (#850)
  • bf4ab50 fix(deps): update all non-major dependencies (#851)
  • 7b64942 fix(deps): update graalvm.polyglot to v25 (#849)
  • a1d65a4 fix: allow native access
  • e48064b fix(deps): update all non-major dependencies (#852)
  • 383f94c fix: allow gradle to compile
  • b66bfbc fix: bump gradle
  • 142c38a fix: migrate from temurin to zulu in ci
  • 9e194cf fix: switch to zulu images
  • d0d1d6e fix: properly build docker image
  • 1bcfd77 fix(deps): update all non-major dependencies to v2.25.2 (#853)
  • 3a6f46a fix(deps): update all non-major dependencies (#854)
  • a84af85 fix(deps): update dependency org.eclipse.angus:angus-mail to v2.0.5 (#855)
  • d6d122e fix(deps): update dependency org.apache.commons:commons-lang3 to v3.19.0 (#856)
  • 64e072e fix(deps): update all non-major dependencies (#858)
  • 582fb54 fix(deps): update dependency com.openai:openai-java to v3.7.1 (#862)
  • 3bd9945 fix(deps): update dependency io.freefair.gradle:maven-plugin to v9 (#861)
  • 77bba75 fix(deps): update dependency io.freefair.gradle:lombok-plugin to v9 (#860)
  • 43edbe1 fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v8 (#857)
  • 43e64b7 fix(deps): update dependency net.fabricmc:tiny-remapper to v0.12.0 (#863)
  • b717dd7 fix(deps): update all non-major dependencies to v7.1.2.final (#864)
  • 731076d fix(deps): update all non-major dependencies (#865)
  • b097ac1 fix(deps): update all non-major dependencies to v5.18.1 (#867)
  • b49f3ae fix(deps): update all non-major dependencies (#869)
  • bc49bd0 fix(deps): update dependency com.openai:openai-java to v4 (#868)
  • cfe4044 fix(deps): update dependency org.junit.jupiter:junit-jupiter to v6 (#866)
  • edbb6c9 fix: create javadoc on build
  • d7e4020 fix(deps): update dependency com.openai:openai-java to v4.1.0 (#872)
  • f43f41e fix(deps): update all non-major dependencies (#873)
  • ffed9a4 fix(deps): update dependency com.ibm.icu:icu4j to v77 (#875)
  • f1b9ba0 fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10 (#876)
  • ef15eb3 fix(deps): update all non-major dependencies (#874)
  • 425c2f2 fix: resolve concurrent debug screen access
  • b54e1f8 fix(deps): update all non-major dependencies (#877)
  • 1e8903b fix: avoid race conditions in fabric code
  • 079db63 fix: add license header
  • 573e50d fix: always mark as not frozen rendering
  • b25b0dc fix(deps): update dependency it.unimi.dsi:fastutil to v8.5.18 (#878)
    ...
Read more

SoulFire 2.0.2

24 Aug 07:58

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🚀 Features

  • 7f0a11f feat: add personal logs scope

🐛 Fixes

  • 4ba2647 fix(deps): update all non-major dependencies (#827)
  • db9cf75 fix(deps): update dependency com.openai:openai-java to v3.1.1 (#828)
  • 3dc57a9 fix(deps): update dependency com.openai:openai-java to v3.1.2 (#830)
  • 0b2534a fix(deps): update all non-major dependencies to v1.75.0 (#831)

🔨 Build

  • ea942c1 chore(release): bump version to 2.0.2-SNAPSHOT
  • 061a714 chore(deps): update actions/setup-java action to v5 (#832)
  • 86e47f8 chore(release): bump version to 2.0.2

SoulFire 2.0.1

19 Aug 17:48

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🐛 Fixes

  • 2affeaa fix(deps): update all non-major dependencies to v8.14.2 (#826)
  • 0098f78 fix: properly register extensions
  • 6f570f8 fix: do not include line breaks in print docs output
  • 9c2f021 fix: properly inject Minecraft instance in all threads of BotConnection

🏗 Refactor

  • 1ae4f51 refactor: move generation cmds to one cmd and fix wrong versions being listed

🔨 Build

  • 827b7ba chore(release): bump version to 2.0.1-SNAPSHOT
  • 664d1a1 chore(release): bump version to 2.0.1

SoulFire 2.0.0

18 Aug 15:47

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🚀 Features

  • be6bf2f feat: update parchment
  • 129578b feat: bump to 1.21.6
  • aa50f60 feat: use async logger again
  • b1949d5 feat: add admin stop command
  • 1e940b4 feat: move other cmds also to admin
  • d7e4f56 feat: bump to 1.21.7
  • cbfc6a4 feat: dynamically download based on http api
  • c3efea0 feat: enable runtime remapping
  • 5534649 feat: allow toggling Minecraft debug logging
  • 6b28087 feat: add mapping conversion
  • 8090b9f feat: load runtime in official mappings
  • c75fd13 feat: mark start user as SoulFire
  • fdd3371 feat: readd client brand spoofing plugin
  • 7cf9e25 feat: readd client settings plugin
  • 3bf8883 feat: readd AICaptchaSolver plugin
  • b2f1270 feat: readd AutoRespawn plugin
  • b894215 feat: readd pathfinding (#792)
  • c79214f feat: add back all pathfinding commands
  • 06bc4b7 feat: readd AntiAFK plugin
  • 286e0a8 feat: readd proxy checking (mostly)
  • 5a6dd5d feat: improve debug logging again
  • ff5f314 feat: properly handle transfers
  • c8d465f feat: update logo
  • 68cd0c7 feat: update IJ logo
  • cf32fb1 feat: revamp proxy check protocol
  • 28bf12e feat: harden dependency resolving
  • ad114eb feat: properly select online account for joining
  • 179de61 feat: add disconnect reason to debug log
  • 50a8bf6 feat: reimplement server list bypass plugin
  • 036d605 feat: readd package-info for plugins
  • f534330 feat: reimplement fake virtual host plugin
  • 5cc010c feat: reimplement forwarding bypass plugin
  • d65ff71 feat: reimplement totem plugin
  • 893516e feat: reimplement auto armor plugin
  • ebb0294 feat: reimplement auto eat plugin
  • e7ff7a1 feat: reimplement killaura

🐛 Fixes

  • 5f7c6db fix(deps): update all non-major dependencies to v7.0.2.final (#779)
  • 04476b8 fix: bundle all swc4j binaries
  • a9ea1ab fix(deps): update all non-major dependencies to v9.0.1.final (#780)
  • 6bf676b fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.27.0 (#781)
  • 8e38366 fix(deps): update all non-major dependencies (#782)
  • 94a76c3 fix(deps): update dependency com.ibm.icu:icu4j to v77 (#783)
  • fce2efe fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10 (#784)
  • 375ce00 fix: remove jmh classes and fix vfp
  • 50c18aa fix: make build not fail
  • 7709488 fix: use right mappings and bump memory
  • 564096a fix: move early bootstrap inside mod
  • 54b5466 fix: readd classpath isolation
  • 8b4f30f fix: make context work after plugin injection
  • 1fc43b7 fix: readd license
  • 6bada5e fix: add enough ram for remapping
  • 997ef05 fix: resolve ram issues, fix paths
  • 516628a fix: make file split properly
  • 94503d0 fix: make tests compile again
  • e663837 fix: switch reflection to access wideners
  • 4c0987b fix: do not load narrator
  • 9c69518 fix: avoid disconnect race condition errors
  • ac659f9 fix: readd license
  • 21146e9 fix: remove mixinsdummy
  • 9ace9e0 fix(deps): update all non-major dependencies (#785)
  • 4bdb0e4 fix: revert a few problematic dependencies
  • 97f3aa7 fix: do not load datafixer options
  • 8c07cc6 fix: resolve rendering init issues
  • 47c3841 fix: use 1 for getUniformOffsetAlignment to reduce memory
  • 5bc6780 fix: properly include VFP
  • abb6bc8 fix: drop manua...
Read more

SoulFire 1.20.5

10 Jun 19:30
a9c3ac2

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🚀 Features

🐛 Fixes

  • 1dc4fe1 fix(deps): update dependency com.openai:openai-java to v1.6.1 (#748)
  • 7033205 fix(deps): update dependency org.jline:jline-terminal-jansi to v3.30.0 (#749)
  • a35206b fix(deps): update dependency org.jetbrains.kotlin:kotlin-bom to v2.1.21 (#750)
  • df18e5e fix(deps): update all non-major dependencies to v1.2.6 (#751)
  • 5020d0c fix(deps): update all non-major dependencies to v7.0.0.cr2 (#752)
  • 2b8c9ad fix(deps): update all non-major dependencies to v4.31.0 (#753)
  • 351101c fix(deps): update dependency org.jline:jline-terminal-jansi to v3.30.1 (#754)
  • c061822 fix(deps): update dependency org.jline:jline-terminal-jansi to v3.30.2 (#755)
  • e20becd fix(deps): update all non-major dependencies to v7.0.0.final (#757)
  • da51bb5 fix(deps): update all non-major dependencies (#758)
  • eba8c4e fix(deps): update all non-major dependencies (#760)
  • cf4047b fix(deps): update dependency com.caoccao.javet:swc4j to v1.6.0 (#761)
  • c2aa6a9 fix(deps): update dependency com.openai:openai-java to v2 (#759)
  • e8f74cc fix(deps): update all non-major dependencies (#763)
  • 76919db fix(deps): update dependency org.jline:jline-terminal-jansi to v3.30.4 (#765)
  • 837030d fix(deps): update all non-major dependencies to v4.31.1 (#766)
  • d927363 fix(deps): update dependency com.openai:openai-java to v2.3.0 (#767)
  • 9932619 fix(deps): update all non-major dependencies (#768)
  • 7e4cb26 fix(deps): update dependency com.openai:openai-java to v2.4.0 (#769)
  • a56754a fix(deps): update dependency io.netty:netty-bom to v4.2.2.final (#770)
  • 16d971c fix(deps): update all non-major dependencies (#771)
  • 8c208d9 fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.13.1 (#772)
  • fc67d7e fix(deps): update all non-major dependencies (#773)
  • 04bc2c3 fix(deps): update dependency com.openai:openai-java to v2.6.0 (#774)
  • a7eed99 fix(deps): update all non-major dependencies (#775)

📝 Documentation

🔨 Build

  • 34a5244 chore(release): bump version to 1.20.5-SNAPSHOT
  • c355a1a chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v1 (#756)
  • 82b8858 chore(deps): update plugin com.gradle.develocity to v4.0.2 (#762)
  • f359a7e chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#776)
  • 06782d5 chore(release): bump version to 1.20.5

💬 Other

  • 2fcf632 Revert "feat: init IDMap in parallel"
  • a9c3ac2 Update release.yml

SoulFire 1.20.4

08 May 09:22

Choose a tag to compare


Important

These downloads are for users who want to host Dedicated Servers for SoulFire clients or use the CLI client of SoulFire.
This is not the right download if you want to use the GUI client for SoulFire, which is recommended for most users.
Instead you should look at the SoulFireClient releases page.


🐛 Fixes

  • 61486d1 fix(deps): update dependency com.openai:openai-java to v1.3.1 (#733)
  • 99694ac fix(deps): update dependency com.openai:openai-java to v1.4.1 (#734)
  • d27d8eb fix(deps): update all non-major dependencies to v4.7.7 (#735)
  • d59adfe fix(deps): update dependency com.openai:openai-java to v1.5.0 (#736)
  • af9f831 fix(deps): update dependency com.google.code.gson:gson to v2.13.1 (#737)
  • 6601fb7 fix(deps): update all non-major dependencies to v7.0.0.cr1 (#738)
  • 2ab8b9e fix(deps): update dependency com.caoccao.javet:swc4j to v1.5.0 (#740)
  • 546e0e7 fix(deps): update dependency com.openai:openai-java to v1.5.1 (#741)
  • 2a87ea7 fix(deps): update dependency org.fusesource.jansi:jansi to v2.4.2 (#742)
  • 73f62a7 fix(deps): update all non-major dependencies to v4.21.0 (#743)
  • 1ac6e61 fix(deps): update dependency com.openai:openai-java to v1.6.0 (#744)
  • d8248d1 fix(deps): update dependency net.lenni0451:reflect to v1.5.0 (#745)
  • bb79e11 fix(deps): update dependency io.netty:netty-bom to v4.2.1.final (#746)
  • aab145a fix: make jmh work again

🏗 Refactor

  • 1ba8efd refactor: switch to custom entity matcher argument type
  • 87c7fa3 refactor: switch to suggester class
  • 45ed3c4 refactor: move from protocolstate to handshakeintent for targetState
  • 42bddf6 refactor: remove custom equals method

🔨 Build

  • cbc9b7b chore(release): bump version to 1.20.4-SNAPSHOT
  • f7961ce chore(deps): update all non-major dependencies (#739)
  • fb84015 ci: remove by info
  • 10ac7c7 chore(release): bump version to 1.20.4

💬 Other

  • c50eaff Update release.yml
  • e888889 Merge remote-tracking branch 'origin/main'
  • 65eb2ca Merge remote-tracking branch 'origin/main'
  • 3cddb77 Merge remote-tracking branch 'origin/main'