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: SkriptLang/Skript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.14.1
Choose a base ref
...
head repository: SkriptLang/Skript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.14.2
Choose a head ref
  • 14 commits
  • 25 files changed
  • 6 contributors

Commits on Feb 7, 2026

  1. Bump gradle-wrapper from 9.0.0 to 9.3.1 (#8428)

    Bumps gradle-wrapper from 9.0.0 to 9.3.1.
    
    ---
    updated-dependencies:
    - dependency-name: gradle-wrapper
      dependency-version: 9.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    65e6f6a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Configuration menu
    Copy the full SHA
    28e3732 View commit details
    Browse the repository at this point in the history
  2. Removed Experimental annotations (#8425)

    Removed experimental API status annotations from  SimplePropertyExpression's DEFAULT_PRIORITY field and infoBuilder method.
    JakeGBLP authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    f0fc510 View commit details
    Browse the repository at this point in the history
  3. Fix forgotten docs actions (#8426)

    Update forgotten docs actions
    APickledWalrus authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    df8f642 View commit details
    Browse the repository at this point in the history
  4. Removing 'private' in favor of 'protected' and non-finalizing method (#…

    …8429)
    
    * Changed EntryValidator private fields to be protected
    
    * Removed final modified
    
    * Made EntryContainer constructor protected
    
    * Privated some fields in EntryValidatorConstructor
    
    * New changes discussed here: https://discord.com/channels/135877399391764480/836696328796897340/1468094882857091073
    
    * Made last few fields private, added getters
    
    * Javadocs
    JakeGBLP authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    1fe8200 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9656a5 View commit details
    Browse the repository at this point in the history
  6. Add Since to EffPlayEffect (#8442)

    Update EffPlayEffect.java
    sovdeeth authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    60acbb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4936adb View commit details
    Browse the repository at this point in the history
  8. Add docs to PropExprWXYZ (#8446)

    * Add docs to PropExprWXYZ
    
    * Update PropExprWXYZ.java
    sovdeeth authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    d1d687e View commit details
    Browse the repository at this point in the history
  9. Fix name of event-inv being wrong (#8438)

    * Fix name of event-inv being wrong
    
    * Update src/main/java/org/skriptlang/skript/bukkit/base/types/InventoryClassInfo.java
    sovdeeth authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    98e34a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31d5ca3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a9c9abb View commit details
    Browse the repository at this point in the history
  12. Prepare for 2.14.2 (#8472)

    bump version
    sovdeeth authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    11496bb View commit details
    Browse the repository at this point in the history
  13. fix gradle.bat line endings

    sovdeeth committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    e1a3603 View commit details
    Browse the repository at this point in the history
Loading