pcjs/versions/pcjs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons 12b760f912 Changed the last embedPC() parameter from sStateFile to sParms, although for backward compatibility, if sParms is not a JSON object definition (ie, beginning with a brace), it continues to be treated as a state filename.
This change allows us to pass any number of additional properties to embedPC(), which in turn can override properties contained in the XML file; the only property overrides currently supported are 'state' (which overrides any 'state' property set in the XML's <computer> element) and 'automount' (which overrides any 'automount' property set in the XML's <fdc> element).  The goal is to make it easier to reuse XML machine definitions, by allowing commonly altered component attributes to be overridden.
2016-01-18 16:11:08 -08:00
..
1.15.3 The 5170 AT hard disk controller is limping along now, so I'm getting ready for a 1.15.4 release 2014-10-08 16:15:12 -07:00
1.15.4 Pre-v1.15.5 checkpoint 2014-10-17 11:04:20 -07:00
1.15.5 Fixed PC-DOS 7.00 CPU detection logic (see SGDT) 2014-10-23 16:46:58 -07:00
1.15.6 Release of v1.15.6 2014-10-23 20:01:29 -07:00
1.15.7 Added some minor exception handling improvements 2014-10-30 12:06:26 -07:00
1.15.8 Collapsed /configs into /devices (or in some cases, /apps or /disks), simplifying the structure a bit 2014-11-03 00:11:41 -08:00
1.15.9 Updated v1.15.9 with UI nuisance fixes 2014-11-11 14:56:44 -08:00
1.16.0 Releasing 1.16.0 2014-11-28 13:59:55 -08:00
1.16.1 Selected OS/2 1.0 boot configs operational now 2014-12-04 20:18:42 -08:00
1.16.2 v1.16.2: Improve drawing performance on desktop Safari 2014-12-05 17:25:59 -08:00
1.16.3 Keyboard fix for MSIE (CAPS-LOCK) 2014-12-11 13:04:02 -08:00
1.16.4 v1.16.4: Time to roll out a few bug fixes and the groundwork for BACKTRACK support 2014-12-29 11:30:38 -08:00
1.16.5 Added server support for running uncompiled machines 2015-01-17 13:11:31 -08:00
1.17.0 Fixed IE9/IE10 control panel scaling bug 2015-02-03 16:56:46 -08:00
1.17.1 Suppress disk-change messages for now 2015-02-05 13:40:28 -08:00
1.17.2 v1.17.3: New flag handling in advance of 32-bit support 2015-03-16 18:14:46 -07:00
1.17.3 Improved keyboard compatibility with apps that hook the keyboard interrupt (eg, BASICA) 2015-03-25 14:12:48 -07:00
1.17.4 Roll out v1.17.4 (of course, it would help to actually check in the compiled files) 2015-03-25 15:48:58 -07:00
1.17.5 Broke the release build (oops) 2015-04-18 12:10:34 -07:00
1.17.6 Fixed save/restore for I386 2015-05-11 18:46:48 -07:00
1.18.0 More PCTJ issues, and a video regression fix 2015-05-19 20:22:37 -07:00
1.18.1 Quick turn-around for v1.18.1 to fix a CGA video config problem 2015-05-22 00:27:46 -07:00
1.18.2 Clarify when BACKTRACK is enabled 2015-06-20 12:21:07 -07:00
1.18.3 Getting ready to roll out v1.18.3 2015-07-09 12:52:40 -07:00
1.18.4 v1.18.5: Working on running Windows 3.00 in real/standard/enhanced modes 2015-07-26 17:02:48 -07:00
1.18.5 v1.18.5: Working on running Windows 3.00 in real/standard/enhanced modes 2015-07-26 17:02:48 -07:00
1.18.6 v1.18.6: The Microsoft Edge/Windows 10 (aka Screwed by Microsoft Again) release 2015-07-29 12:06:29 -07:00
1.18.7 Standard-mode Windows 3.0 finally runs properly 2015-07-30 12:50:44 -07:00
1.18.8 v1.18.8: Update of the Windows 95 Setup test machine 2015-08-13 18:16:52 -07:00
1.18.9 v1.18.9: Added loading of 16-bit Windows binary symbol data (for non-COMPILED BACKTRACK configs only) 2015-08-18 15:47:51 -07:00
1.19.1 v1.19.1: More Windows 95 Setup-related fixes 2015-08-21 18:12:10 -07:00
1.19.2 Push out v1.19.2 2015-08-28 11:01:23 -07:00
1.19.3 v1.19.3: Last-minute video tweaks (fixed EGA graphics modes and eliminated unnecessary forced updates) 2015-09-02 09:50:41 -07:00
1.19.4 v1.19.4: prepping for release 2015-09-08 21:20:50 -07:00
1.19.5 v1.19.5 update (fixes a CALLF bug and a VGA ATC bug, and adds improved WDEB386-style load notifications) 2015-09-12 02:05:05 -07:00
1.19.6 v1.19.6: Improved restartability of stack-related instructions 2015-09-14 16:53:57 -07:00
1.19.7 v1.19.7: Windows 95 boots to the desktop 2015-09-21 18:37:44 -07:00
1.19.8 Rolling out v1.19.8 (and cleaning up how gate frame size is tracked) 2015-10-21 10:47:37 -07:00
1.19.9 v1.19.9: Fixed DOS window creation issues 2015-10-23 16:27:12 -07:00
1.20.0 v1.20.0: Limited stepping support and a couple signed/unsigned division fixes 2015-10-31 08:31:31 -07:00
1.20.1 More README updates 2015-12-11 09:26:19 -08:00
1.20.2 Restored analytics tracking, merged the apps menu into the machines menu, and updated the 404 page 2015-12-27 16:42:45 -08:00
1.20.3 v1.20.3: The Happy 2016 Release 2015-12-31 16:07:49 -08:00
1.20.4 Changed the last embedPC() parameter from sStateFile to sParms, although for backward compatibility, if sParms is not a JSON object definition (ie, beginning with a brace), it continues to be treated as a state filename. 2016-01-18 16:11:08 -08:00