From 405649420833a1d5ad12731aa89ec5e3c4635cec Mon Sep 17 00:00:00 2001
From: Thomas Schouten
Date: Wed, 1 Sep 2021 09:08:36 +0200
Subject: [PATCH] Release 0.7.10
---
build.gradle.kts | 2 +-
.../META-INF/description-changenotes.xml | 35 ++++++++-----------
resources/META-INF/plugin.xml | 2 +-
.../texifyidea/packages/package.list | 2 +-
.../texifyidea/LatexParserDefinition.kt | 2 +-
5 files changed, 18 insertions(+), 25 deletions(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 604814646..48c5820d2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -24,7 +24,7 @@ plugins {
}
group = "nl.hannahsten"
-version = "0.7.10-alpha.2"
+version = "0.7.10"
repositories {
mavenCentral()
diff --git a/resources/META-INF/description-changenotes.xml b/resources/META-INF/description-changenotes.xml
index f4b950bd7..8bc527f32 100644
--- a/resources/META-INF/description-changenotes.xml
+++ b/resources/META-INF/description-changenotes.xml
@@ -42,9 +42,9 @@
Beta 0.7.9
+ Beta 0.7.10
- Welcome to TeXiFy IDEA 0.7.9! This release fixes some crashes that appeared in IDEA 2021.2, and has some minor improvements.
+ Welcome to TeXiFy IDEA 0.7.10! This release implements a new 'fill paragraph' action, fixes some false positives in inspections and has some more bug fixes.
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
@@ -55,33 +55,26 @@
Additions
- - Support optional parameter for \lstinline in parser. (#1989)
- - Improve update warning when submitting a crash report. (#1994)
+ - Add 'fill paragraph' action. (#2032)
+ - Remember resource folder in 'Save image from clipboard' dialog. (#2047)
+ - Fold dashes in editor. (#2050)
-
-
-
-
-
-
-
Bug fixes
- - Fix exception when pasting unsupported images. (#1983)
- - Fix invalid stealthy ranges for Grazie. (#1985)
- - Remove empty tooltip. (#1985)
- - Fix crash related to plugin descriptor. (#1989)
- - Fix false positive for unicode inspection. (#1989)
- - The tectonic executable should never be prefixed with the SDK directory. (#1999)
+ - Also show error output when the command to compile the preview times out. (#2015)
+ - Add live templates for generic environments with parameters. (#2043)
+ - Fix false positives about unescaped or duplicate labels in \(re)newenvironment. (#2045)
+ - Fix incorrect whitespacing before section command in command definition. (#2051)
+ - Fix other crashes. (#2050)
-
-
-
-
+
+ Thanks to F.W. Dekker for contributing to this release!
+
+
The full list of releases is available on the GitHub releases page.
diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml
index 11304d412..0c56b370e 100644
--- a/resources/META-INF/plugin.xml
+++ b/resources/META-INF/plugin.xml
@@ -26,7 +26,7 @@
nl.rubensten.texifyidea
TeXiFy IDEA
- 0.7.8
+ 0.x.x