Skip to content

Commit a479a67

Browse files
committed
Various changes and cleanups
1 parent d1a3561 commit a479a67

24 files changed

Lines changed: 251 additions & 131 deletions

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
The following enhancements and changes have been made to Atari Dev Studio:
44

5+
## 0.11.2
6+
7+
* Added Operating System and VSCode version information to output log
8+
* Cleanup areas of the compilation process including message wording and version validations
9+
* Updated minimum VSCode requirements to v1.103.2 or better
10+
511
## 0.11.1
612

713
* Updated batari Basic to v0.19 (wasm). NOTE: this is now a cross-platform release that requires the **wasmtime** runtime to be installed on your computer.
814
* Added the following ADS definition tags:
9-
1015
- ;#ADSLanguage=**language** and ;#ADSCompiler=**compiler**
11-
1216
These will define the default language and compiler for your source files directly in your code. Definition tags are **IntelliSense-aware**, so you will receive auto-completion and suggestions as you type.
1317
* Added new **Custom Folders** lists to allow users to define multiple compilers for each language.
1418
* Added transfer of old batari Basic & 7800basic **Custom Folder** settings into the new **Custom Folders** list for each language (if any exist)

out/application.js

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/application.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/compilers/batariBasicCompiler.js

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/compilers/batariBasicCompiler.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/compilers/compilerBase.js

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)