Skip to content

Commit 18bfea3

Browse files
committed
update changelog and bump version
1 parent 6c4adc5 commit 18bfea3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 1.7.6
3+
* bugfix: Intellij 2025.2 plugin code changes broke debugging, it should now work again.
4+
* Bugfix: Find usage would not show write access (#1226 - Fix by LviatYi)
5+
26
## 1.7.5
37
* Added: Initial support for intellij 2025.2.
48
* Added: Detecting code references in console output and making them navigatable.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
77
pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe
88

99
# SemVer format -> https://semver.org
10-
pluginVersion = 1.7.5
10+
pluginVersion = 1.7.6
1111

1212
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1313
platformType = IU

0 commit comments

Comments
 (0)