Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed May 12, 2024
1 parent fba0fb1 commit 3a6fa3a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/user-manual/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
# Changelog


## v0.3.0-dev.2

### Features
- Added go to definition feature, for now working for type identifiers and special vars (`this`, `super` in most cases, `parent`, `virtual_parent`). [#13](https://github.com/SpontanCombust/witcherscript-ide/issues/13)

### Commands
- Added `witcherscript-ide.debug.clearGlobalState` debug command, which clears global persistant data saved by the VSCode extension. Useful for testing by developers.

### Configuration
- Added "Enable debug features" setting, which prevents debug features such as commands from being available if not enabled. The default value is false. [#25](https://github.com/SpontanCombust/witcherscript-ide/issues/25)

### Other
- Trying to access more than very basic features such as go to definition outside of a script project should now result in showing a warning message explaining as to why that can't be done. [#33](https://github.com/SpontanCombust/witcherscript-ide/issues/33)


## v0.3.0-dev.1
This is the first pre-release of the version that will finally bring "Go to" code features to the extension.
If you find any criticial bugs make sure to submit an issue. Thank you!
Expand All @@ -23,7 +38,6 @@ If you find any criticial bugs make sure to submit an issue. Thank you!
- Lessened the chance of code deadlock for diagnostics by using HashMap behind a Mutex instead of DashMap



## v0.2.1
REDKit project support & fixes

Expand Down

0 comments on commit 3a6fa3a

Please sign in to comment.