-
Notifications
You must be signed in to change notification settings - Fork 53
Comparing changes
Open a pull request
base repository: Jikoo/OpenInv
base: 5.2.0
head repository: Jikoo/OpenInv
compare: 5.3.0
- 11 commits
- 25 files changed
- 4 contributors
Commits on Dec 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c095a78 - Browse repository at this point
Copy the full SHA c095a78View commit details
Commits on Dec 31, 2025
-
Upload to Modrinth and Hangar (#360)
* Replace curseforge-upload with mc-publish * Use anchors for common configurations * Convert script to a shared run step
Configuration menu - View commit details
-
Copy full SHA for c83511e - Browse repository at this point
Copy the full SHA c83511eView commit details
Commits on Jan 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 16f91dd - Browse repository at this point
Copy the full SHA 16f91ddView commit details -
Bump actions/cache from 4 to 5 (#362)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8c8a72 - Browse repository at this point
Copy the full SHA c8c8a72View commit details -
Bump actions/upload-artifact from 5 to 6 (#363)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb1ec77 - Browse repository at this point
Copy the full SHA cb1ec77View commit details -
Bump actions/download-artifact from 6 to 7 (#364)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 00736c8 - Browse repository at this point
Copy the full SHA 00736c8View commit details
Commits on Jan 3, 2026
-
Add option to check permissions with toggle (#361)
* Promote Permissions to API * Document permissions * Add method for checking a toggle with permissions
Configuration menu - View commit details
-
Copy full SHA for 7f6c339 - Browse repository at this point
Copy the full SHA 7f6c339View commit details
Commits on Jan 17, 2026
-
Instead of reading every single player file from disk when doing a fuzzy match, we now do a single lookup from a SQLite database. The database is populated once with all existing players' names on startup, then maintained when players join. This is a massive performance boost for servers that have high player counts or run on spinning disks. Lookups now require that the first character of the target player's name be correct (case-insensitive). For Geyser-like names, this extends to the first character of their real name. For example, "XxXJohnMinecraftXxX" can no longer be located by a "johnminecraft" search. A search for "xjohnminecraft" could be used instead. A Geyser player ".FranMinecraft" would require ".f" to be eligible, i.e. "franmc" cannot produce the correct result while ".franmc" might.
Configuration menu - View commit details
-
Copy full SHA for baa6b3d - Browse repository at this point
Copy the full SHA baa6b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c90449 - Browse repository at this point
Copy the full SHA 3c90449View commit details
Commits on Jan 18, 2026
-
Bump errorprone versions (#370)
* Bump com.google.errorprone:error_prone_core from 2.45.0 to 2.46.0 Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.45.0 to 2.46.0. - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.45.0...v2.46.0) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_core dependency-version: 2.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump errorprone-gradle-plugin to 4.4.0 Resolves issues with missing flag required for errorprone-core --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jikoo <jikoo.games@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 960acbf - Browse repository at this point
Copy the full SHA 960acbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fccdc - Browse repository at this point
Copy the full SHA 63fccdcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.2.0...5.3.0