diff --git a/README.md b/README.md index 9f6a8b3..615aff3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ Civil War Strategy is licensed under the permissive MIT license, however some th # We Use... ## Programming Languages -* Original: QuickBasic, PDS -* Current: QB64 +* Original: [QuickBasic, PDS](https://en.wikipedia.org/wiki/QuickBASIC) +* Current: [QB64](https://www.qb64.org/) ## Tools -* Notepad++ - Our primary text editor. +* [Visual Studio Code](https://code.visualstudio.com/) - Our primary code editor. +* [Notepad++](https://notepad-plus-plus.org/) - Okay, we use VSC primarily now, but Notepad++ still finds it uses and is just an awesome app all around. * [Deark](http://entropymine.com/deark/) - Allows us to convert the original memory dump images to more current formats, e.g. PNG or JPEG. * [Crimson Editor](http://www.crimsoneditor.com/) - Helpful when initially converting the files as the source code contained OEM characters which isn't shown correctly by most software and can wreak havoc in the code. diff --git a/RELEASENOTES.md b/RELEASENOTES.md new file mode 100644 index 0000000..eb783ca --- /dev/null +++ b/RELEASENOTES.md @@ -0,0 +1,3 @@ +- 2.11 + - Fixed issue when wrapped as a UWP app that caused crashes when saving games. + - Code optimizations to ease future enhancements. \ No newline at end of file