Skip to content

Commit 59762a6

Browse files
update readme (#154)
Co-authored-by: aoli-al <aoli-al@users.noreply.github.com>
1 parent 7af82ff commit 59762a6

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Deprecated
10+
11+
### Removed
12+
13+
### Fixed
14+
15+
### Security
16+
17+
## 0.3.1 - 2025-03-11
18+
19+
### Added
20+
721
- Allow the Fray debugger to highlight all lines of a thread that is being executed.
822
- Enable click action in the thread stack trace to navigate to the source code.
923
- Add translated Deadlock Empire games!
@@ -14,16 +28,10 @@
1428
- Simplify the `mainExit` logic and introduce `MainExiting` state.
1529
- Change the z order of highlighting to be on top of the editor.
1630

17-
### Deprecated
18-
19-
### Removed
20-
2131
### Fixed
2232

2333
- Fix Fray hang when a thread exits but the monitor lock is not released.
2434

25-
### Security
26-
2735
## 0.3.0 - 2025-03-10
2836

2937
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To use Fray with Gradle, add the following plugin to your `build.gradle` file:
6161

6262
```kotlin
6363
plugins {
64-
id("org.pastalab.fray.gradle") version "0.3.0"
64+
id("org.pastalab.fray.gradle") version "0.3.1"
6565
}
6666
```
6767

@@ -73,7 +73,7 @@ plugins {
7373
<plugin>
7474
<groupId>org.pastalab.fray.maven</groupId>
7575
<artifactId>fray-plugins-maven</artifactId>
76-
<version>0.3.0</version>
76+
<version>0.3.1</version>
7777
<executions>
7878
<execution>
7979
<id>prepare-fray</id>
@@ -91,7 +91,7 @@ plugins {
9191
<dependency>
9292
<groupId>org.pastalab.fray</groupId>
9393
<artifactId>fray-junit</artifactId>
94-
<version>0.3.0</version>
94+
<version>0.3.1</version>
9595
<scope>test</scope>
9696
</dependency>
9797
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kotlin.code.style=official
22
group=org.pastalab.fray
3-
version=0.3.1-SNAPSHOT
3+
version=0.3.2-SNAPSHOT
44
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
55
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
66
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

0 commit comments

Comments
 (0)