Skip to content

Releases: MARIE-js/MARIE.js

v0.9.2 (Beta)

05 Sep 10:53
Compare
Choose a tag to compare

This updates v0.9.0 and v0.9.0b to v0.9.2

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

This version update(s):

  • fixes bug #148 by having detection when PC register value jumps to below or equal to 0 or above or equal to 4095. since there are 4096 addresses
  • fixes bug #152 by removing enter key, this enhances usability of the autocomplete feature and allows users to create new lines by hitting 'Enter' key.
  • some bug fixing to interface.js and marie.js to allow better handling of errors
  • improvement of bootstrap.css for usability, allows users to have a better view
  • also includes DEC4095 as an addressable address
  • added ToU agreement in which users have to agree to upon first time use (stored within localstorage)

We advise all users to update to this version as it enhances usability and does critical bug fixes

v0.9.0b (Beta)

05 Sep 03:17
Compare
Choose a tag to compare

This is an very important update

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

This version update(s):

  • fixes bug #148 by having detection when PC register value jumps to below or equal to 0 or above or equal to 4095. since there are 4096 addresses
  • fixes bug #152 by removing enter key, this enhances usability of the autocomplete feature and allows users to create new lines by hitting 'Enter' key.
  • some bug fixing to interface.js and marie.js to allow better handling of errors
  • improvement of bootstrap.css for usability, allows users to have a better view
  • also includes DEC4095 as an addressable address

We advise all users to update to this version as it enhances usability and does critical bug fixes

v0.9.0 (Beta)

05 Sep 02:20
Compare
Choose a tag to compare

This is an very important update

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

This version update(s):

  • fixes bug #148 by having detection when PC register value jumps to below or equal to 0 or above or equal to 4095. since there are 4096 addresses
  • fixes bug #152 by removing enter key, this enhances usability of the autocomplete feature and allows users to create new lines by hitting 'Enter' key.
  • some bug fixing to interface.js and marie.js to allow better handling of errors
  • improvement of bootstrap.css for usability, allows users to have a better view

We advise all users to update to this version as it enhances usability and does critical bug fixes

v0.8.5 (Beta)

29 Aug 11:24
Compare
Choose a tag to compare
v0.8.5 (Beta) Pre-release
Pre-release

This is the latest release of v0.8.0 series, and updates v0.8.2 to v0.8.5

Note: This release is in Beta. There may be bugs in this release

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

this Patch fixes bootstrap bugs within v0.8.2 and updates it to v0.8.5

v0.8.2 Release (Beta)

23 Aug 01:59
Compare
Choose a tag to compare

This is the latest release of v0.8.0 series, and updates v0.8.0 to v0.8.2

Note: This release is in Beta. There may be bugs in this release

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

Summary

  • URL structure looks like this: https://domain/?examplecode
    • added addition calculator: https://domain/?addition points to ./code/addition.mas
    • added multiplication calcuator https://domain/?multiply points to ./code/multiply.mas
  • added new functions to support this method using XMLHttpRequest
  • grey highlighted line shows which line MARIE is currently executing, and the green highlighted line shows which instruction the PC register is pointing towards.
  • fixed Step Back bug
  • Slight patch to Utility.maskToBracketNotation which fixed a bug that causes this method to return empty square brackets.
    -Better line highlighting. Now using bracket notation instead of mask notation. Fixed bug with default input and output mode in preferences. Added message informing the user that they have finished executing the instruction

Please report all bugs to https://gitreports.com/issue/MARIE-js/MARIE.js/

v0.8.0b (Beta) Release

21 Aug 03:16
Compare
Choose a tag to compare

This is the latest patch of v0.8.0

Note: This release is in Beta. There may be bugs in this release

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended bqrowsers at the moment

This version adds templating/and the ability to load example code directly into the simulator

  • URL structure looks like this: https://domain/?examplecode
    • added addition calculator: https://domain/?addition points to ./code/addition.mas
    • added multiplication calcuator https://domain/?multiply points to ./code/multiply.mas
  • added new functions to support this method using XMLHttpRequest
  • grey highlighted line shows which line MARIE is currently executing, and the green highlighted line shows which instruction the PC register is pointing towards.
  • fixed Step Back bug

Please report all bugs to https://gitreports.com/issue/MARIE-js/MARIE.js/

v0.8.0 (Beta)

19 Aug 03:51
Compare
Choose a tag to compare

Note: This release is in Beta. There may be bugs in this release

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

This version adds templating/and the ability to load example code directly into the simulator

  • URL structure looks like this: https://domain/?examplecode
    • added addition calculator: https://domain/?addition points to ./code/addition.mas
    • added multiplication calcuator https://domain/?multiply points to ./code/multiply.mas
  • added new functions to support this method using XMLHttpRequest

Please report all bugs to https://gitreports.com/issue/MARIE-js/MARIE.js/

v0.7.18 (Beta)

18 Aug 20:11
Compare
Choose a tag to compare

This is an important patch

Note: This release is in Beta. There may be bugs in this release

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

This version fixes versions 0.7.15 and v0.7.11

v0.7.15 (Beta)

17 Aug 12:16
Compare
Choose a tag to compare

Note: This release is in Beta. There may be bugs in this release

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

WOW!, 2 Releases in a day, we are getting really busy
The update from v0.7.11 to v0.7.15 updates the following:

  • allows user to set up default settings for following items:
    • default Binary Groups (default value is 4)
    • default Input Values
    • default Output Values
  • also some graphical changes to Preference Modal UI

v0.7.11 (Beta)

17 Aug 03:59
Compare
Choose a tag to compare

Note: This release is in Beta. There may be bugs in this release

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

  • released BIN I/O
  • added new function to handle Bitstring groupings
  • updated jsDocs
  • updated labelling