Skip to content

Commit 9824cd7

Browse files
committed
0.9.6-alpha.3
1 parent 2c9e80b commit 9824cd7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66

77
### Fixed
88

9+
## [0.9.6-alpha.3] - 2024-05-27
10+
11+
### Added
12+
13+
* Don't insert \right when brace is already matched, by @slideclimb
14+
* Show file and line number in 'go to definition' view, by @slideclimb
15+
* Do not select the extension when refactoring file names, by @jojo2357
16+
17+
### Fixed
18+
19+
* Handle file extensions case sensitive, by @jojo2357
20+
* Autocomplete \left* with \right* for all variants, by @jojo2357
21+
* Fix pasting text from pdf file
22+
* Fix table insertion wizard not inserting text
23+
924
## [0.9.6-alpha.2] - 2024-05-19
1025

1126
### Fixed
@@ -352,7 +367,8 @@ Thanks to @jojo2357 and @MisterDeenis for contributing to this release!
352367
* Fix some intention previews. ([#2796](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/2796))
353368
* 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))
354369

355-
[Unreleased]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.6-alpha.2...HEAD
370+
[Unreleased]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.6-alpha.3...HEAD
371+
[0.9.6-alpha.3]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.6-alpha.2...v0.9.6-alpha.3
356372
[0.9.6-alpha.2]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.6-alpha.1...v0.9.6-alpha.2
357373
[0.9.6-alpha.1]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.5...v0.9.6-alpha.1
358374
[0.9.5]: https://github.com/Hannah-Sten/TeXiFy-IDEA/compare/v0.9.4...v0.9.5

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion = 0.9.6-alpha.2
1+
pluginVersion = 0.9.6-alpha.3
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.*

0 commit comments

Comments
 (0)