Skip to content

Commit 9ff0cb4

Browse files
committed
version
1 parent 2ff2132 commit 9ff0cb4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.5.4] - 2025-09-17
8+
- add: option to disable line-wrapping in Stacktraces
9+
- fix: Stringbuilder multithreading issue
10+
- change: improve async method logging
11+
712
## [2.5.3] - 2025-09-04
813
- fix: support for Unity 2022.3
914

package/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"displayName": "Needle Console",
33
"name": "com.needle.console",
4-
"version": "2.5.3",
4+
"version": "2.5.4",
55
"unity": "2020.3",
6-
"description": "Better Unity console featuring improved stacktrace readability using Ben.Demystifier, filtering of log entries, collapsing of individual logs",
6+
"description": "Better Unity console featuring improved stacktrace readability using Ben.Demystifier, filtering of log entries, collapsing of individual logs. No code changes are needed - this package integrates directly into the native Unity console.",
77
"keywords": [
88
"Editor",
99
"Console",
1010
"Stacktrace",
11-
"Filter"
11+
"Filter",
12+
"Debug",
13+
"Programming"
1214
],
1315
"repository": {
1416
"type": "git",

0 commit comments

Comments
 (0)