Skip to content

Commit 513f608

Browse files
committed
🚀 update docs
1 parent fb7eaf7 commit 513f608

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log 更新日志
22

3-
[email](mailto:xsro@foxmail.com)|[issue](https://github.com/dosasm/masm-tasm/issues)
3+
[email](mailto:xsro@foxmail.com?subject=VSCode_Extension(xsro.masm-tasm)_report&body=hello)|[issue](https://github.com/dosasm/masm-tasm/issues)
44

55
## 1.0 Web Extension Support 浏览器端支持
66

@@ -10,9 +10,15 @@ platform-specified extension [xsro.vscode-dosbox][vscode-dosbox]
1010
- add support for browser, you can use this extension in sites like [vscode.dev][vscode-dev] and [github-dev][github-dev]
1111
- add support for DOS emulator [DOSBox-x][dosbox-x]
1212
- change default emulator to jsdos
13-
- now only support single file DOS assembly, I try to add some multi-file assembly support, but is's confusing for me.
13+
- now **only** support single file DOS assembly, I try to add some multi-file assembly support, but is's confusing for me.
1414
- remove the capture of warning message
1515
- remove command `DOSBox here`
16+
- 1.0.1 patch
17+
- fix #31 #32: improve **document format**
18+
- thanks to [BillLee-CN][BillLee-CN], [x402][x402]
19+
- fix #32: use a TDConfig when debugging with TD for better experience.
20+
- thanks to [x402][x402]
21+
- (vscode-DOSBox) fix the error of update dosbox config
1622

1723
为了保持简洁,我将与DOS模拟器交互的部分独立为一个新的插件[xsro.vscode-dosbox][vscode-dosbox]
1824

@@ -22,13 +28,17 @@ platform-specified extension [xsro.vscode-dosbox][vscode-dosbox]
2228
- 移除一些烦人的设置,目前只支持单文件的DOS环境下汇编
2329
- 移除对汇编成功但是有警告信息时显示的界面消息
2430
- 移除命令`DOSBox here`
31+
- 1.0.1
32+
- 修复格式化中未完全替换原内容的问题
33+
- 恢复原来版本中的TDConfig
34+
- (vscode-dosbox) 修复注入DOSBox设置会出现的混乱,并将DOSBOX默认`sdl.output`修改为`overlay`
2535

2636
[vscode-dosbox]: https://marketplace.visualstudio.com/items?itemName=xsro.vscode-dosbox "VSCode DOSBox"
2737
[dosbox-x]: https://www.dosbox-x.com "DOSBox-x"
28-
[github-dev]: https://github.dev
29-
[vscode-dev]: https://vscode.dev
30-
31-
---
38+
[github-dev]: https://github.dev/dosasm/dos-assembly-codes "open sample code with github.dev"
39+
[vscode-dev]: https://vscode.dev/github/dosasm/dos-assembly-codes "open sample code with vscode.dev"
40+
[x402]: https://github.com/x402
41+
[BillLee-CN]: https://github.com/BillLee-CN
3242

3343
## 0.9.0
3444

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ when you are editing `assembly` files ,you can right click at the editor panel,t
4242

4343
- If your code just in a single file, set configuration `masmtasm.ASM.mode` as `single file`. The extension will copy your file to a seperate space in your machine to keep your workspace Folder clean.
4444
- If your project is complex and making up with many files, you may set configuration `masmtasm.ASM.mode` as `workspace` and keep your files' names follow the emulator's limitation.
45+
- take `include <filename>` for example, the `<filename>` should be the relative path to your workspace Folder
4546
- Obviously, this extension may be not suitable for complex project
4647

4748
## Platform Support

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
## 平台支持
4343

4444
插件依赖[vscode-dosbox](https://marketplace.visualstudio.com/items?itemName=xsro.vscode-dosbox) 来与 DOS 模拟器交互。
45-
`vscode-dosbox`打包了 win 平台上的二进制文件,参考[它的文档](https://github.com/dosasm/vscode-dosbox#dependency-installation) 在其他平台安装相关 DOS 模拟器。
45+
`vscode-dosbox`打包了 win 平台上的二进制文件,参考[它的文档](https://github.com/dosasm/vscode-dosbox/blob/main/README.zh.md#安装依赖) 在其他平台安装相关 DOS 模拟器。
4646

4747
## 自定义 Actions
4848

0 commit comments

Comments
 (0)