Skip to content

Commit 8ee1b2a

Browse files
committed
Bump version to 0.5.0
1 parent fea2ba8 commit 8ee1b2a

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This 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.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

app/src/client/tags/about/about-changelog.tag

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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>
@@ -49,4 +48,4 @@
4948
<ul>
5049
<li>Initial version.</li>
5150
</ul>
52-
</about-changelog>
51+
</about-changelog>

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Configuration
33
###############################################################################
44

5-
VERSION=0.4.0
5+
VERSION=0.5.0
66
RELEASE_FILE=cfxnes-$(VERSION).zip
77
DEPLOY_DIR=../cfxnes-heroku
88
BACKUP_DIR=~/Dropbox/Backup/projects

0 commit comments

Comments
 (0)