v0.7.7
http://miew.opensource.epam.com/v0.7.7-hotfix/
Demo application was accidentally broken in this release. Hotfix is available.
Added
Parser#parseSync()
- a synchronous method for parsing.- Unit tests for the
Parser
class.
Changed
Parser#parse()
now returns a promise.
Deprecated
- Callbacks in parsing methods should be avoided, please use promises.
Fixed
- Fix a crash at non-protein molecules which contain a lone residue.
- Fix the context menu appearing when you move the molecule using right mouse button.
- Fix UI scale on mobile devices.
- Fix molecule offset on mobile devices.
- Fix theme changes from the terminal.
- Fix
Parser.checkDataTypeOptions()
, it shouldn't accept a file with a matching extension if the
explicitly given type is different. - Fix the incorrect error message about currently supported file types in the
Load
UI Panel.