Skip to content

Commit 714ee7c

Browse files
committed
build 0.98 Fixes to autosave information
1 parent d67ac3a commit 714ee7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following enhancements and changes have been made to Atari Dev Studio:
44

55
## 0.9.7
66

7-
* Updated the internal Save on Compile routine to auto retry (a maximum of 5 times) before failing the save and exiting the compiler with a warning.
7+
* Updated the internal Save on Compile routine to auto retry (a maximum of 5 times) before failing the save and exiting the compiler with a warning.
88

99
## 0.9.6
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ There are a number of compiler, emulator and editor configuration options availa
108108
### Recommended Setting changes
109109
It is recommended to change these VSCode settings to the following as they appear to sometimes affect the ability of the internal save functions to automatically save your open documents before continuing with the compilation:
110110

111-
* Files: Auto Save - set to Off (default is autoDelay)
111+
* Files: Auto Save - set to autoDelay (default is off)
112112
* Files: Auto Save Delay - set to 0 (default is 1000)
113113

114114
NOTE: from version 0.97 onwards I have attempted to rectify this issue with an auto-retry function (will retry 5 times).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "atari-dev-studio",
33
"displayName": "Atari Dev Studio",
44
"description": "Homebrew game creation for the Atari 8-bit consoles",
5-
"version": "0.9.7",
5+
"version": "0.9.8",
66
"icon": "images/icon.png",
77
"preview": false,
88
"author": "mksmith",

0 commit comments

Comments
 (0)