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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,14 @@ The following enhancements and changes have been made to Atari Dev Studio:
8
8
* Cleanup areas of the compilation process including message wording and version validations
9
9
* Update Custom Folder transposition to also check for an existing folder entry (incase of profile syncing)
10
10
* Updated minimum VSCode requirements to v1.103.2 and removed old system dependency packages not required
11
+
* Fixed opening browsers on some systems
11
12
12
13
## 0.11.1
13
14
14
15
* 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.
15
16
* Added the following ADS definition tags:
16
17
- ;#ADSLanguage=**language** and ;#ADSCompiler=**compiler**
18
+
17
19
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.
18
20
* Added new **Custom Folders** lists to allow users to define multiple compilers for each language.
19
21
* Added transfer of old batari Basic & 7800basic **Custom Folder** settings into the new **Custom Folders** list for each language (if any exist)
0 commit comments