You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,13 @@ The following enhancements and changes have been made to Atari Dev Studio:
5
5
## 0.11.1
6
6
7
7
* 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)
10
15
* Added batari Basic code completion options
11
16
* Fixed #ifconst, #else, #endif compiler directives in 7800basic
0 commit comments