Skip to content

Commit

Permalink
2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LabyStudio committed Jun 17, 2024
1 parent 17599f8 commit d7628b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>net.labymod.intellij.singlehotswap</id>
<name>Single Hotswap</name>
<version>2.6</version>
<version>2.7</version>
<vendor email="[email protected]" url="https://www.labymod.net">LabyMedia</vendor>

<idea-version since-build="203.000"/>
Expand Down Expand Up @@ -53,6 +53,10 @@

<change-notes>
<![CDATA[
v2.7 (2024-06-17):
<ul>
<li>Fixed an issue where the breakpoints couldn't find the local variables after a hotswap</li>
</ul>
v2.6 (2023-04-21):
<ul>
<li>Filter only valid class files when trying to hotswap with the built-in compiler</li>
Expand Down

0 comments on commit d7628b2

Please sign in to comment.