File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55## [ Unreleased] [ unreleased ]
6+
7+ ## ## [ 0.5.0] - 2016-09-29
68### Fixed
79- MMC3 mapper alternate behavior.
810- Delayed IRQ response after CLI/SEI/PLP (* Break Time* is now playable).
@@ -12,7 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1214
1315### Added
1416- Option to set volume of each audio channel.
15- - Warning message when JavaScript is disabled.
17+ - Warning message for disabled JavaScript .
1618
1719### Changed
1820- New library API.
Original file line number Diff line number Diff line change 11{
22 "name" : " cfxnes-app" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " cfxnes emulator" ,
55 "license" : " MIT" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11<about-changelog>
22 <h2>Change Log</h2>
3- <h3>Unreleased </h3>
3+ <h3>0.5.0 - 2016-09-29 </h3>
44 <ul>
55 <li>Fixed MMC3 mapper alternate behavior.</li>
66 <li>Fixed delayed IRQ response after CLI/SEI/PLP (<i>Break Time</i> is now playable).</li>
77 <li>Fixed sprite zero hit detection.</li>
88 <li>Fixed sprite overflow flag clearing.</li>
9+ <li>Fixed disabled audio in Safari.</li>
910 <li>Added option to set volume of each audio channel.</li>
10- <li>Added warning messages for disabled JavaScript and unsupported browser</li>
11- <li>Added audio support for Safari.</li>
12- <li>Removed support for Internet Explorer.</li>
11+ <li>Added warning message for disabled JavaScript.</li>
1312 <li>Checksums are computed using SHA-1 from PRG RAM and CHR RAM.</li>
1413 </ul>
1514 <h3>0.4.0 - 2015-11-29</h3>
4948 <ul>
5049 <li>Initial version.</li>
5150 </ul>
52- </about-changelog>
51+ </about-changelog>
Original file line number Diff line number Diff line change 11{
22 "name" : " cfxnes-core" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " cfxnes core" ,
55 "license" : " MIT" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " cfxnes-lib" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " cfxnes library" ,
55 "license" : " MIT" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 22# Configuration
33# ##############################################################################
44
5- VERSION =0.4 .0
5+ VERSION =0.5 .0
66RELEASE_FILE =cfxnes-$(VERSION ) .zip
77DEPLOY_DIR =../cfxnes-heroku
88BACKUP_DIR =~/Dropbox/Backup/projects
You can’t perform that action at this time.
0 commit comments