Skip to content

Commit 6b12681

Browse files
committed
version
1 parent 6d5c1d1 commit 6b12681

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.6.0-beta] - 2025-10-26
8+
- add: options for vertical, horizontal or automatic stacktrace orientation. For smaller console windows (height below 300px) the stacktrace can automatically orient to the right.
9+
- fix: OSX shorten paths feature where paths in the console window will not render the full path but be project relative
10+
711
## [2.6.0-alpha] - 2025-10-17
812
- add: option to ignore stacktrace lines based on user-defined string filters. These lines will then be ignored for opening file locations when clicking on stacktrace entries.
913

package/Readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Needle Console
22

3-
## Better stacktrace readability, syntax highlighting, log filters, functional hyperlinks and more
3+
## Improved stacktrace rendering, syntax highlighting, log filters, better hyperlinks and more
44

55
---
66

77
## **Feature Overview**
8-
- Improved stacktrace readability powered by [Demystifier](https://github.com/benaadams/Ben.Demystifier)
8+
- Improved stacktrace rendering (async methods, multiple invocations are collapsed, formatting is improved for readability)
99
- Syntax-highlighted stacktraces
1010
- Background colors by log type (e.g. warning, error, compiler error)
1111
- Log prefixes and color-coding (only visually in editor)
@@ -15,6 +15,7 @@
1515
- Fully functional console hyperlinks
1616
- Editor-only logs without impact on builds
1717
- Fixes to source code links
18+
- Stacktrace orientation support: Render the stacktrace at the bottom (default) or on the right side
1819

1920

2021
## License

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "Needle Console",
33
"name": "com.needle.console",
4-
"version": "2.6.0-alpha",
4+
"version": "2.6.0-beta",
55
"unity": "2020.3",
66
"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": [

0 commit comments

Comments
 (0)