|
7 | 7 | <li><em>app</em> = web application</li> |
8 | 8 | <li><em>dbg</em> = debugger</li> |
9 | 9 | </ul> |
10 | | - <h3><a href="https://github.com/jpikl/cfxnes/compare/v0.3.0...HEAD">Unreleased</a></h3> |
| 10 | + <h3><a href="https://github.com/jpikl/cfxnes/compare/v0.3.0...v0.4.0">0.4.0</a> - 2015-11-29</h3> |
11 | 11 | <h4>Fixed</h4> |
12 | 12 | <ul> |
13 | 13 | <li>[core] Detection of NES 2.0 ROM image format.</li> |
14 | 14 | <li>[core] Correct size of PRG/CHR RAM that is read from ROM images (iNES / NES 2.0).</li> |
15 | | - <li>[core] MMC1 mapper imlementation (PRG RAM protection, PRG ROM mapping).</li> |
| 15 | + <li>[core] MMC1 mapper implementation (PRG RAM protection, PRG ROM mapping).</li> |
16 | 16 | <li>[core] MMC3 mapper implementation (PRG RAM protection, CHR ROM mapping).</li> |
| 17 | + <li>[core, lib] Attempt to load invalid configuration won't crash emulator during initialization.</li> |
17 | 18 | </ul> |
18 | 19 | <h4>Added</h4> |
19 | 20 | <ul> |
20 | | - <li>[core] Support for BNROM and NINA-001 mappers.</li> |
| 21 | + <li>[core] Support for BNROM, NINA-001 and Color Dreams mappers.</li> |
| 22 | + <li>[core, app] - New color palettes: ASQ, BMF, FCEU(X), Nestopia.</li> |
21 | 23 | <li>[lib] API to change loggging level.</li> |
| 24 | + <li>[lib, app] Multiple fullscreen modes.</li> |
22 | 25 | <li>[app] Option to reset configuration.</li> |
23 | 26 | <li>[app] Option to delete saved game data.</li> |
24 | 27 | <li>[dbg] Debugger can take screenshots.</li> |
| 28 | + <li>[dbg] Debugger command line options <code>-i</code> and <code>-p</code>.</li> |
25 | 29 | </ul> |
26 | 30 | <h4>Changed</h4> |
27 | 31 | <ul> |
28 | 32 | <li>[core] Cartridge data (battery backed RAM) is stored in IndexedDB.</li> |
29 | 33 | <li>[core, lib] API uses Promises for asynchronous operations.</li> |
30 | 34 | <li>[lib, app] Default audio volume is 50%.</li> |
| 35 | + <li>[app] Vector graphics is used where possible.</li> |
| 36 | + <li>[app] Only single refresh when multiple files are changed in library.</li> |
| 37 | + <li>[app] <em>Game Library</em> renamed to <em>Library</em>.</li> |
31 | 38 | </ul> |
32 | 39 | <h3><a href="https://github.com/jpikl/cfxnes/compare/v0.2.0...v0.3.0">0.3.0</a> - 2015-08-09</h3> |
33 | 40 | <h4>Fixed</h4> |
|
0 commit comments