Skip to content

Commit b6ee064

Browse files
authored
Merge pull request #4294 from Hannah-Sten/release-0.11.4
Release 0.11.4
2 parents 5366020 + 9aaa626 commit b6ee064

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@
33
## [Unreleased]
44

55
### Added
6+
7+
### Fixed
8+
9+
## [0.11.4] - 2025-11-01
10+
11+
Welcome to TeXiFy IDEA 0.11.4! This release mainly improves on the refactoring done in the previous release, and fixes some bugs.
12+
13+
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
14+
Your input is valuable and well appreciated.
15+
16+
### Added
17+
618
* Improve many inspections, by @Ezrnest
719
* Improve support for custom label commands, by @Ezrnest
820
* Fold \left...\right expressions, by @jojo2357
921

1022
### Fixed
23+
1124
* Fix support for custom label commands in structure view
1225
* Fix 'file not found' error for input commands without extension specified
1326
* Fix symbol tool window insertion
@@ -672,7 +685,8 @@ Thanks to @jojo2357 and @MisterDeenis for contributing to this release!
672685
* Fix some intention previews. ([#2796](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/2796))
673686
* 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))
674687

675-
[Unreleased]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.11.3...HEAD
688+
[Unreleased]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.11.4...HEAD
689+
[0.11.4]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.11.3...v0.11.4
676690
[0.11.3]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.11.2...v0.11.3
677691
[0.11.2]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.11.1...v0.11.2
678692
[0.11.1]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.10.4...v0.11.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion = 0.11.4-alpha.6
1+
pluginVersion = 0.11.4
22

33
# Info about build ranges: https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
44
# Note that an xyz branch corresponds to version 20xy.z and a since build of xyz.*

src/nl/hannahsten/texifyidea/grammar/LatexParserDefinition.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object LatexStubFileElementType : IStubFileElementType<LatexFileStub>(
5252
// debugName is required to let IntelliJ distinguish between this FILE and BibtexParserDefinition.FILE
5353
"LatexStubFileElementType", Language.findInstance(LatexLanguage::class.java)
5454
) {
55-
override fun getStubVersion(): Int = 89
55+
override fun getStubVersion(): Int = 90
5656

5757
override fun getExternalId(): @NonNls String {
5858
return "texify.latex.LatexStubFileElementType"

0 commit comments

Comments
 (0)