Skip to content

Commit ee23ae1

Browse files
committed
verson
1 parent 0a81a2a commit ee23ae1

File tree

4 files changed

+4
-34
lines changed

4 files changed

+4
-34
lines changed

package/Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.1] - 2025-11-02
8+
- add: indentation to wrapped lines ([PR 41](https://github.com/needle-tools/needle-console/pull/41))
9+
710
## [2.6.0] - 2025-10-26
811
- add: options for vertical, horizontal or automatic stacktrace orientation. For smaller console windows (height below 300px) the stacktrace can automatically orient to the right.
912
- fix: OSX shorten paths feature where paths in the console window will not render the full path but be project relative

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",
4+
"version": "2.6.1",
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": [

projects/Demystify_2021_3/Assets/Console Filter Config.asset

Lines changed: 0 additions & 25 deletions
This file was deleted.

projects/Demystify_2021_3/Assets/Console Filter Config.asset.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)