Releases: ParchmentMC/Scribe
Releases · ParchmentMC/Scribe
0.2.5: Update minimum supported IntelliJ version
This is a minor release containing one change:
- The minimum supported version is now IntelliJ build
#231.8770.17
(basically2023.1.1
or higher)- This is due to breaking changes in the experimental
TargetPresentation
API, which was moved to a different package
- This is due to breaking changes in the experimental
- There are no other functional changes compared to version 0.2.4
0.2.4: Fix gradle tooling extension to work on older Gradle
This is a bug fix release containing one bug fix:
- Separated out the gradle tooling extension into its own jar which uses Java 6 bytecode to allow loading old Gradle projects into IntelliJ with Scribe installed
- This should prevent errors on old Gradle with trying to parse bytecode in the main Scribe jar built on Java 17, as required by building for newer IntelliJ IDEs
0.2.3: Update to support IntelliJ 2023.1
This is a minor release containing a few changes:
- The minimum supported version is now IntelliJ 2023.1
- Updated the plugin to work with IntelliJ 2023.1+
- Older versions are no longer supported
0.2.2: Fix compatibilitiy with Gradle running on Java 8
This is a minor release containing one bug fix:
- Fix incompatibilitiy with Gradle running on Java 8 introduced in 0.2.1
0.2.1: Update minimum version to IntelliJ 2022.1
This is a minor release containing a few changes:
- The minimum supported version is now IntelliJ 2022.1
- The plugin should work with newer IntelliJ versions automatically without a new release necessary unless incompatibilities are found
- Updated configuration to use Kotlin UI DSL v2
- There is a new "Reset to Default Path" button
- The Parchment method parameter intention has been deleted in favor of an inspection + quick fix combo
- This allows for running the inspection/quick fix on the entire file or project rather than one at a time
0.2.0: Add support for loading mappings from JSON and ZIPs
This is a minor release containing one large feature:
- Add supporting for loading mappings from JSON and ZIPs - See README for setup
0.1.14: Add support for 2022.1 EAP
This is a minor release containing one change:
- Add support for 2022.1 EAP
0.1.13: Fix error thrown for wildcard generics
This is a minor release containing one bugfix and one feature:
- Fix error thrown for wildcard generics
- Convert remap method parameters action into intention
0.1.12: Add remap method parameters action
This is a minor release containing one new feature and two bugfixes:
- Fix loading MCP classname remapping data
- Add remap method parameters action
- Fix issue with
PsiType.appendDescriptor
0.1.11: Remap constructor parameters and support lambda parameters
This is a minor release containing two features:
- Automatically remap constructor parameters
- Support mapping lambda parameters