Skip to content

Commit

Permalink
Merge pull request #2917 from Hannah-Sten/b0.7.26
Browse files Browse the repository at this point in the history
Release 0.7.26
  • Loading branch information
PHPirates authored Feb 1, 2023
2 parents 68c280f + 9bebd5a commit a8eccd2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 72 deletions.
78 changes: 9 additions & 69 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,53 +6,23 @@

### Fixed

## [0.7.26-alpha.8] - 2023-02-01
## [0.7.26] - 2023-02-01
Welcome to TeXiFy IDEA 0.7.26! This release has some notable performance improvements and fixes many exceptions.

### Added
* Improve performance when starting a run configuration.
* Don't wrap urls when formatting.
* Add (custom) highlighting for the equals separator in key-value pairs
* Add support for inlining user-defined commands, by @jojo2357.
* Add tabularray package, by @Yodude2002.

### Fixed
* Fix exceptions #2895, #2896 and #2856.
* Fix unreliable \item insertion in itemize.
* Reformat suggested file name before showing it to the user, instead of afterwards.
* Improve performance when checking pdf viewer availability.
* Improve error logging.
* Fix exceptions.
* Filter out uninjectable languages in intention.
* Fix robust inline math brace matching.
* Fix custom file name being overridden in inspection quickfix.

## [0.7.26-alpha.7] - 2023-01-26

### Added
* Don't wrap urls when formatting.
* Add (custom) highlighting for the equals separator in key-value pairs
* Add support for inlining user-defined commands, by @jojo2357.
* Add tabularray package, by @Yodude2002.

### Fixed
* Fix unreliable \item insertion in itemize.
* Reformat suggested file name before showing it to the user, instead of afterwards.
* Improve performance when checking pdf viewer availability.
* Improve error logging.
* Fix exceptions.
* Filter out uninjectable languages in intention.
* Fix robust inline math brace matching.
* Fix custom file name being overridden in inspection quickfix.
We thank everyone who submitted issues and provided feedback to make TeXiFy IDEA better.
Your input is valuable and well appreciated.

## [0.7.26-alpha.6] - 2023-01-22
Thanks to @jojo2357 and @Yodude2002 for contributing to this release!

### Added
* Improve performance when starting a run configuration.
* Don't wrap urls when formatting.
* Add (custom) highlighting for the equals separator in key-value pairs
* Add support for inlining user-defined commands, by @jojo2357.
* Add tabularray package, by @Yodude2002.

### Fixed
* Fix exceptions #2895, #2896 and #2856.
* Fix unreliable \item insertion in itemize.
* Reformat suggested file name before showing it to the user, instead of afterwards.
* Improve performance when checking pdf viewer availability.
Expand All @@ -62,32 +32,7 @@
* Fix robust inline math brace matching.
* Fix custom file name being overridden in inspection quickfix.

## [0.7.26-alpha.5] - 2023-01-11

### Added
* Don't wrap urls when formatting.
* Add support for inlining user-defined commands, by @jojo2357.
* Add tabularray package, by @Yodude2002.

### Fixed
* Reformat suggested file name before showing it to the user, instead of afterwards.
* Improve performance when checking pdf viewer availability.
* Improve error logging.
* Fix exceptions.
* Filter out uninjectable languages in intention.
* Fix robust inline math brace matching.
* Fix custom file name being overridden in inspection quickfix.

## [0.7.26-alpha.4] - 2023-01-05

### Added
* Add support for inlining user-defined commands, by @jojo2357.
* Add tabularray package, by @Yodude2002.

### Fixed
* Improve error logging.
* Fix exceptions.
* Filter out uninjectable languages in intention.

## [0.7.25] - 2022-12-01
Welcome to TeXiFy IDEA 0.7.25! This release has many additions by @jojo2357, enjoy!
Expand All @@ -114,11 +59,6 @@ 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.7.26-alpha.8...HEAD
[0.7.26-alpha.7]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.7.26-alpha.6...v0.7.26-alpha.7
[0.7.26-alpha.5]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.7.26-alpha.4...v0.7.26-alpha.5
[0.7.26-alpha.3]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.7.25...v0.7.26-alpha.3
[0.7.26-alpha.4]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.7.25...v0.7.26-alpha.4
[0.7.26-alpha.6]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.7.26-alpha.5...v0.7.26-alpha.6
[0.7.26-alpha.8]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.7.26-alpha.7...v0.7.26-alpha.8
[Unreleased]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.7.26...HEAD
[0.7.26]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.7.26-alpha.8...v0.7.26
[0.7.25]: https://github.com/Hannah-Sten/TeXiFy-IDEA/commits/v0.7.25
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion = 0.7.26-alpha.8
pluginVersion = 0.7.26

# 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.*
Expand Down
2 changes: 1 addition & 1 deletion resources/nl/hannahsten/texifyidea/packages/package.list

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class LatexParserDefinition : ParserDefinition {
val FILE: IStubFileElementType<*> = object : IStubFileElementType<LatexFileStub>(
Language.findInstance(LatexLanguage::class.java)
) {
override fun getStubVersion(): Int = 54
override fun getStubVersion(): Int = 55
}
}

Expand Down

0 comments on commit a8eccd2

Please sign in to comment.