Skip to content

Releases: krogenth/G2DataGUI

1.37

12 Mar 00:16
afaa61b
Compare
Choose a tag to compare
Bump Microsoft.CodeAnalysis.CSharp from 4.8.0 to 4.9.2 (#83)

Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.8.0 to 4.9.2.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.36

09 Mar 15:57
b8d5574
Compare
Choose a tag to compare
Bump coverlet.collector from 6.0.0 to 6.0.1 (#82)

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.35

28 Feb 23:15
8c31638
Compare
Choose a tag to compare
Bump NUnit.Analyzers from 3.6.1 to 4.0.1 (#78)

Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.6.1 to 4.0.1.
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt)
- [Commits](https://github.com/nunit/nunit.analyzers/compare/3.6.1...4.0.1)

---
updated-dependencies:
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.34

21 Jan 02:55
afccf45
Compare
Choose a tag to compare
Fix release dotnet 8 runtime (#73)

* update framework version, add 0a opcode, fix unknown10 unknown2 opcode creation

* fix release yaml

1.32

19 Jan 03:26
c141491
Compare
Choose a tag to compare
Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 (#71)

Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.4.2 to 4.5.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.4.2...V4.5.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.31

19 Jan 03:23
1f19972
Compare
Choose a tag to compare
Bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.8.0 (#69)

Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.5.0 to 4.8.0.
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.30

13 Jan 17:29
2b8a51a
Compare
Choose a tag to compare
Bump coverlet.collector from 3.2.0 to 6.0.0 (#46)

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/compare/v3.2.0...v6.0.0)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: krogenth <[email protected]>

1.29

13 Jan 17:27
a721445
Compare
Choose a tag to compare
Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.8.0 (#55)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.8.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.5.0...v17.8.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: krogenth <[email protected]>

1.28

13 Jan 15:29
2973d98
Compare
Choose a tag to compare
Add dialogue opcode parsing (#68)

* add currently known dialogue opcodes

* add more textbox opcodes, document additional potential opcodes

* add unknown opcodes for parsing

* get all maps to not throw errors when parsing dialogue section opcodes

* start trying to implement ui rendering for opcodes

* use observablecollection for lists of opcodes, add basic rendering of opcodes

* add styling to opcode tree

* add highlight opcodes, add unknown opcode 0x16

* adjust opcode returns

* fix opcode 10 mapid, fix some stream read functions

* implement handling for base element index searching for listbox items

* add in scnr file path parsing

1.27

06 Jan 02:36
594f563
Compare
Choose a tag to compare
add levelup summation file generation (#66)