File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.ugf.debugtools" ,
3
3
"displayName" : " UGF.DebugTools" ,
4
- "version" : " 3.0.0-preview" ,
4
+ "version" : " 3.0.0-preview.1 " ,
5
5
"unity" : " 2023.2" ,
6
6
"apiCompatibility" : " .NET Standard 2.0" ,
7
7
"description" : " Provides tools for working with debug information." ,
Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.0.0-preview.1] ( https://github.com/unity-game-framework/ugf-debugtools/releases/tag/3.0.0-preview.1 ) - 2024-10-24
9
+
10
+ ### Release Notes
11
+
12
+ - [ Milestone] ( https://github.com/unity-game-framework/ugf-debugtools/milestone/8?closed=1 )
13
+
14
+
15
+ ### Fixed
16
+
17
+ - Fix debug menu picking mode ([ #32 ] ( https://github.com/unity-game-framework/ugf-debugtools/issues/32 ) )
18
+ - Fix ` DebugUIMenuElement ` class picking mode setup depending on visibility.
19
+ - Fix debug log entry body error ([ #31 ] ( https://github.com/unity-game-framework/ugf-debugtools/issues/31 ) )
20
+ - Fix ` DebugUILogEntryData ` structure body argument check.
21
+
8
22
## [ 3.0.0-preview] ( https://github.com/unity-game-framework/ugf-debugtools/releases/tag/3.0.0-preview ) - 2024-08-26
9
23
10
24
### Release Notes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ UGF.DebugTools
4
4
5
5
## Information
6
6
7
- - ** Version** : ` 3.0.0-preview `
7
+ - ** Version** : ` 3.0.0-preview.1 `
8
8
- ** Unity** : ` 2023.2 `
9
9
- ** API Compatibility Level** : ` .NET Standard 2.0 `
10
10
You can’t perform that action at this time.
0 commit comments