Skip to content

Commit d1a3561

Browse files
committed
Updated change log
1 parent 06a651a commit d1a3561

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ The following enhancements and changes have been made to Atari Dev Studio:
55
## 0.11.1
66

77
* 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.
8-
* Added ADS document tags: ;#ADSLanguage=**language** and ;#ADSCompiler=**compiler**. These will configure your default document language and compiler settings otherwise the system will revert to use the existing Default Compiler option. As you type the system will offer the available language and compiler options.
9-
* Added transfer of old batariBasic & 7800basic custom folder settings into new Custom layout for each language (if any exist)
8+
* Added the following ADS definition tags:
9+
10+
- ;#ADSLanguage=**language** and ;#ADSCompiler=**compiler**
11+
12+
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.
13+
* Added new **Custom Folders** lists to allow users to define multiple compilers for each language.
14+
* Added transfer of old batari Basic & 7800basic **Custom Folder** settings into the new **Custom Folders** list for each language (if any exist)
1015
* Added batari Basic code completion options
1116
* Fixed #ifconst, #else, #endif compiler directives in 7800basic
1217
* Updated 7800basic keyword lists

0 commit comments

Comments
 (0)