diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ccc4155..e991ba3f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,21 @@ ## [Unreleased] ### Added + +### Fixed + +## [0.9.3-alpha.3] - 2024-01-08 + +### Added + * Improve plugin loading performance ### Fixed + +* Avoid creating output directories recursively and improve the cleanup process +* Don't attempt to use mthelp when it is not available, by @jojo2357 * Fix #3361: false positive on duplicate identifier on @string entries in bib files +* Replace code deprecated in 2023.3 ## [0.9.2] - 2023-11-24 @@ -257,7 +268,8 @@ Thanks to @jojo2357 and @MisterDeenis for contributing to this release! * Fix some intention previews. ([#2796](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/2796)) * Other small bug fixes and improvements. ([#2776](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/2776), [#2774](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/2774), [#2765](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/2765)-[#2773](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/2773)) -[Unreleased]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.2...HEAD +[Unreleased]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.3-alpha.3...HEAD +[0.9.3-alpha.3]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.2...v0.9.3-alpha.3 [0.9.2]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.7.33...v0.9.0 diff --git a/build.gradle.kts b/build.gradle.kts index 1b0fac393..00cc3952e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ plugins { id("org.jlleitschuh.gradle.ktlint") version "11.3.2" // Vulnerability scanning - id("org.owasp.dependencycheck") version "9.0.7" + id("org.owasp.dependencycheck") version "9.0.8" id("org.jetbrains.changelog") version "2.2.0" @@ -84,7 +84,7 @@ dependencies { // D-Bus Java bindings implementation("com.github.hypfvieh:dbus-java:3.3.2") - implementation("org.slf4j:slf4j-simple:2.0.10") + implementation("org.slf4j:slf4j-simple:2.0.11") // Unzipping tar.xz/tar.bz2 files on Windows containing dtx files implementation("org.codehaus.plexus:plexus-component-api:1.0-alpha-33") @@ -138,7 +138,7 @@ dependencies { // Enable use of the JUnitPlatform Runner within the IDE testImplementation("org.junit.platform:junit-platform-runner:1.10.1") - testImplementation("io.mockk:mockk:1.13.8") + testImplementation("io.mockk:mockk:1.13.9") // Add custom ruleset from github.com/slideclimb/ktlint-ruleset ktlintRuleset(files("lib/ktlint-ruleset-0.2.jar")) diff --git a/gradle.properties b/gradle.properties index 14af5be08..2a85fdb8e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -pluginVersion = 0.9.3-alpha.2 +pluginVersion = 0.9.3-alpha.3 # Info about build ranges: https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html # Note that an xyz branch corresponds to version 20xy.z and a since build of xyz.*