From 6a183323b581c24f1c2d8d4f1a0bc876ac1d75f2 Mon Sep 17 00:00:00 2001 From: Thomas Schouten Date: Fri, 12 Aug 2022 17:02:15 +0200 Subject: [PATCH] Release 0.7.21 --- build.gradle.kts | 2 +- .../META-INF/description-changenotes.xml | 24 ++++++++----------- .../texifyidea/LatexParserDefinition.kt | 2 +- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 27921e4bd..cfe077be4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ plugins { } group = "nl.hannahsten" -version = "0.7.21-alpha.3" +version = "0.7.21" repositories { mavenCentral() diff --git a/resources/META-INF/description-changenotes.xml b/resources/META-INF/description-changenotes.xml index 7041dd19a..d01678c1a 100644 --- a/resources/META-INF/description-changenotes.xml +++ b/resources/META-INF/description-changenotes.xml @@ -42,9 +42,9 @@ Beta 0.7.20

+

Beta 0.7.21

- Welcome to TeXiFy IDEA 0.7.20! This release features a brand new bibtex reference manager tool window, many bug fixes and contributions from @daniil-berg and @dpvdberg. + Welcome to TeXiFy IDEA 0.7.21! This release just fixes a few bugs introduced with the new features in the last release.

We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better. @@ -55,27 +55,23 @@ Additions


Bug fixes


- Thanks to @daniil-berg and @dpvdberg for contributing to this release! + Thanks to @fberlakovich for contributing to this release!


diff --git a/src/nl/hannahsten/texifyidea/LatexParserDefinition.kt b/src/nl/hannahsten/texifyidea/LatexParserDefinition.kt index a4c8e628e..7f9ccc863 100644 --- a/src/nl/hannahsten/texifyidea/LatexParserDefinition.kt +++ b/src/nl/hannahsten/texifyidea/LatexParserDefinition.kt @@ -52,7 +52,7 @@ class LatexParserDefinition : ParserDefinition { val FILE: IStubFileElementType<*> = object : IStubFileElementType( Language.findInstance(LatexLanguage::class.java) ) { - override fun getStubVersion(): Int = 43 + override fun getStubVersion(): Int = 44 } }