Application: Increase version to 1.4.
3 files changed, 11 insertions(+), 1 deletions(-)

M CHANGES.md
M README.md
M src/Application.asm
M CHANGES.md +8 -0
@@ 4,6 4,13 @@ VGMPlay MSX change log
 For the complete list of changes please refer to the
 [revision history](https://hg.sr.ht/~grauw/vgmplay-msx/log).
 
+[1.4] — 2023-05-18
+------------------
+
+  * New chips: SAA1099
+  * New sound expansions: SoundStar
+  * Fixed MSX-AUDIO muting
+
 [1.3] — 2020-07-26
 ------------------
 

          
@@ 64,6 71,7 @@ For the complete list of changes please 
 Initial release.
 
 
+[1.4]: https://hg.sr.ht/~grauw/vgmplay-msx/log?rev=release-1.4
 [1.3]: https://hg.sr.ht/~grauw/vgmplay-msx/log?rev=release-1.3
 [1.2]: https://hg.sr.ht/~grauw/vgmplay-msx/log?rev=release-1.2
 [1.1]: https://hg.sr.ht/~grauw/vgmplay-msx/log?rev=release-1.1

          
M README.md +2 -0
@@ 82,6 82,8 @@ Supported sound chips
     * Neotron + Makoto
   * YM2612 OPN2 x2
     * Makoto + turboR PCM, Yamaha SFG + turboR PCM
+  * SAA1099
+    * SoundStar
 
 
 Usage instructions

          
M src/Application.asm +1 -1
@@ 414,7 414,7 @@ Application_instance: Application
 	ENDS
 
 Application_welcome:
-	db "VGMPlay 1.3 by Grauw",13,10,10,0
+	db "VGMPlay 1.4 by Grauw",13,10,10,0
 
 Application_loadingFile:
 	db "Loading ",0