Skip to content

Commit

Permalink
ベータ1の修正ログ追記
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Mar 24, 2018
1 parent a0ead86 commit e7270bc
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,38 @@
# Changelog

## Version 0.3.15b(BETA)
## Version 0.4.0(BETA1)

* Editor
**Fixed(Provisional)**

- [BUG - Variable initializer expression (using with brackets)](https://github.com/r-koubou/KSPSyntaxParser/issues/6)

**New Feature (BETA)**

- Obfuscator(BETA)

**[STEP]**

1. Script file open
2. Set language mode to 'ksp'
3. Open command palette and type 'ksp'
4. Select Obfuscator

* Obfuscator supported (BETA) \*
## Version 0.3.15

* Syntax parser

* Small bug bug fixes
* Obfuscation is implemented(BETA) \*
* Following bug fixes.

- [BUG - Value assign to string variable](https://github.com/r-koubou/KSPSyntaxParser/issues/7)
- [BUG - Callback "on __pgs_changed" is not reconized](https://github.com/r-koubou/KSPSyntaxParser/issues/4)
- [BUG - Array variable declaration](https://github.com/r-koubou/KSPSyntaxParser/issues/1)
- [BUG - Parser false detection in message() command](https://github.com/r-koubou/KSPSyntaxParser/issues/2)
- [BUG - Unrecognized some NI built-in variables by parser](https://github.com/r-koubou/KSPSyntaxParser/issues/3)

\* OUT OF WARRANTY
* Editor

* Small bug bug fixes
* Undocumented NI variables / commands added to snipet etc.

## Version 0.3.14

Expand Down

0 comments on commit e7270bc

Please sign in to comment.