Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Jikoo/OpenInv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.0
Choose a base ref
...
head repository: Jikoo/OpenInv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.0
Choose a head ref
  • 11 commits
  • 25 files changed
  • 4 contributors

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    c095a78 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. Upload to Modrinth and Hangar (#360)

    * Replace curseforge-upload with mc-publish
    * Use anchors for common configurations
    * Convert script to a shared run step
    Jikoo authored Dec 31, 2025
    Configuration menu
    Copy the full SHA
    c83511e View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. feat: add use sub-permissions

    Kawi16 authored and Jikoo committed Jan 1, 2026
    Configuration menu
    Copy the full SHA
    16f91dd View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    c8c8a72 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    cb1ec77 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    00736c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. Add option to check permissions with toggle (#361)

    * Promote Permissions to API
    * Document permissions
    * Add method for checking a toggle with permissions
    Jikoo authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    7f6c339 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. Add profile cache (#368)

    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.
    Jikoo authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    baa6b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c90449 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2026

  1. 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>
    dependabot[bot] and Jikoo authored Jan 18, 2026
    Configuration menu
    Copy the full SHA
    960acbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63fccdc View commit details
    Browse the repository at this point in the history
Loading