Releases: chunkypixel/atari-dev-studio
Atari Dev Studio
v0.11.9 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
- Updated the creation of the terminal to initialise a Command Window on Windows rather than rely on the default (which is Powershell)
- Updated the Makefile call to prefix the filename with .\ (thanks lucienEn)
- Relabled the Atari Compiler window to ADS Compiler and the atari-dev-studio Terminal window to ADS Terminal for consistency
- Updated validation of the 7800GD cart option to just be checked for 7800basic
- Added Learning Center examples for batari Basic
Atari Dev Studio
v0.11.8 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
- Updated 7800basic to v0.40 (wasm)
- Updated validation of compiler tags and folders during compilation
- Fixed issue validating the Default compiler tag with casing
Atari Dev Studio
v0.11.7 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
- Updated 7800basic to v0.39 (wasm)
- Combined verification of compiler files and permissions process
- Restored file permission validation for Linux & macOS regardless of whether using included or custom compilers (just in case)
- Added stopwatch timer for batari Basic and 7800basic build compilation
Atari Dev Studio
v0.11.6 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
- Restored batari Basic debugger extensions to previous (.lst, .sym)
- Fixed issue where sometimes compilation issues didn't always cleanup files (batari Basic and 7800basic)
Atari Dev Studio
v0.11.5 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
- Fix for spaces in paths and filenames in batari Basic compiliation (Linux/MacOS)
- Internal code re-organisation and optimisations
Atari Dev Studio
v0.11.4 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
- Updated Learning Center so when you open a sample it's core document is also opened
- Added a compiler warning to validate if your project folder or file contains spaces (can be turned off in the Settings)
- Re-organised and updated compiler messages order
- Fixed issue with moving debugger files depending on the chosen batari Basic compiler (filenames have changed)
- Internal code re-organisation and optimisations
Atari Dev Studio
v0.11.3 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
- Added learning center (currently 7800basic)
Atari Dev Studio
v0.11.2 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
- Added Operating System, VSCode and ADS version information to output log
- Cleanup areas of the compilation process including message wording and version validations
- Update Custom Folder transposition to also check for an existing folder entry (incase of profile syncing)
- Updated minimum VSCode requirements to v1.103.2 and removed old system dependency packages not required
- Fixed opening browsers on some systems
Atari Dev Studio
v0.11.1 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
-
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.
-
Added the following ADS definition tags:
- ;#ADSLanguage=language and ;#ADSCompiler=compiler
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.
-
Added new Custom Folders lists to allow users to define multiple compilers for each language.
-
Added transfer of old batari Basic & 7800basic Custom Folder settings into the new Custom Folders list for each language (if any exist)
-
Added batari Basic code completion options
-
Fixed #ifconst, #else, #endif compiler directives in 7800basic
-
Updated 7800basic keyword lists
Atari Dev Studio
v0.11.0 - Public Release
Available directly within VS Code and VSCodium - install via the Marketplace (make sure to restart after installing).
Updated 7800basic to v0.38 (wasm).