Skip to content

Commit

Permalink
Update CHANGELOG.md and package.json for version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimixar committed Dec 24, 2023
1 parent 4df6055 commit efd47ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [1.0.0]

- Initial release
- Initial release

## [1.0.1]

Major hotfix for macOS and hopefully for other platforms.

### Fixes

- Introduce an alternate way of identifying IP address and port for a game build broadcasting hostname instead of IP and port inside the Id parameter of the broadcasting message
- Fix not being able to attach to Unity Editor when a game build is running at the same time.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "find-remote-debug",
"displayName": "Remote Unity Debugger Attacher",
"description": "This extension is listening to any Unity players in your LAN and attempts to attach unity debugger",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.85.0"
},
Expand Down

0 comments on commit efd47ec

Please sign in to comment.