Mist 0.6.5
Pre-release
Pre-release
Mist (Ether Browser)
note: Windows binaries will be uploaded soon™
This is the first release of the proof of concept ether browser named Mist. Mist is PoC6 ready and has the following improvements and features:
- HTML ĐApp development.
JavaScript API now aligns better with the regular calling convention that C++ uses (getMethod
vs method
) while still remaining fully async using Promise
es.
- QML ĐApp development.
The QML API is far from finished but shares common methods with the JavaScript API (just without the promises) and a few additional methods. A sample application is provided in Mist; JeffCoin. The source code can be found in the mist repo.
- Mutan 0.5
{ /* code */ }
style to define a new local scope.else if
statement.- Logical
and
andor
(&&
||
) this
changed in favour ofmessage
- Improved debugger (Mutan stack info)
- Embedded HTML renderer.