Skip to content

Releases: open-goal/opengoal-vscode

v0.5.0

21 Sep 00:49
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.37.0 by @dependabot in #93
  • build(deps-dev): bump eslint from 8.21.0 to 8.23.1 by @dependabot in #91
  • build(deps): bump follow-redirects from 1.15.1 to 1.15.2 by @dependabot in #99
  • build(deps-dev): bump @typescript-eslint/parser from 5.30.7 to 5.37.0 by @dependabot in #92
  • build(deps-dev): bump @types/vscode from 1.69.0 to 1.71.0 by @dependabot in #81
  • build(deps-dev): bump vsce from 2.10.0 to 2.11.0 by @dependabot in #98
  • build(deps-dev): bump typescript from 4.7.4 to 4.8.3 by @dependabot in #102
  • build(deps): bump comment-json from 4.2.2 to 4.2.3 by @dependabot in #100
  • build(deps-dev): bump @types/node from 16.11.47 to 17.0.45 by @dependabot in #55
  • build(deps-dev): bump @types/glob from 7.2.0 to 8.0.0 by @dependabot in #101
  • decomp: consolidate switching back from all-types to the same switch file command by @xTVaser in #105
  • var renamer: work on variables with !, ?, +, /, * and % in the name by @ManDude in #104
  • decomp: allow renaming variables and arguments inside the IR2 file's OpenGOAL output by @xTVaser in #108

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Sep 05:22
Compare
Choose a tag to compare

What's Changed

  • decomp: add 1 to the end range of a type-cast by @xTVaser in #94
  • decomp: enforce decompile_code: true when decompiling code by @xTVaser in #95
  • decomp: add a command to increment all deftype's offsets by n by @xTVaser in #96
  • decomp: add a command to simplify block preservation by @xTVaser in #97

Full Changelog: v0.3.5...v0.4.0

v0.3.5

12 Sep 21:14
Compare
Choose a tag to compare

What's Changed

  • make var rename work on methods that have decomp messages by @ManDude in #86
  • make defun-debug work in the renamer by @ManDude in #88

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

04 Sep 16:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

03 Sep 21:05
Compare
Choose a tag to compare

What's Changed

  • syntax: fix coloring for info/warn/error strings by @xTVaser in #77
  • decomp: support casting f\d+ registers by @xTVaser in #78
  • decomp: provide a list of valid object names when decomping by @xTVaser in #79

Full Changelog: v0.3.2...v0.3.3

v0.3.2

29 Aug 02:00
Compare
Choose a tag to compare

What's Changed

  • decomp: add a unique color for the s6 register by @xTVaser in #72
  • decomp: better handle decompilation errors by @xTVaser in #71
  • decomp: update gsrc using the python script instead by @xTVaser in #70
  • decomp: name the reference test files properly when copying by @xTVaser in #69

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Aug 23:00
Compare
Choose a tag to compare

What's Changed

  • Fix comments not being tokenized properly if the "head" of a form, show LSP version by @xTVaser in #66

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Aug 22:41
Compare
Choose a tag to compare

What's Changed

  • decomp: add some basic renaming support for _disasm.gc files by @xTVaser in #54

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Aug 03:25
Compare
Choose a tag to compare

What's Changed

  • ci: push tag during a release by @xTVaser in #51
  • decomp: add inlay hints to easily see where casts have been applied in IR output by @xTVaser in #52
  • settings: write settings safely if they are unregistered (ie. vscode-icons) by @xTVaser in #53

Full Changelog: v0.1.1...v0.2.0

v0.1.1

02 Aug 18:29
Compare
Choose a tag to compare

What's Changed

  • languages: fix GOOS syntax highlighting by @xTVaser in #47
  • dist: ensure node_modules are included with extension until it's bundled properly by @xTVaser in #48

Full Changelog: v0.1.0...v0.1.1