Skip to content

Commit

Permalink
0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov committed Nov 20, 2017
1 parent ea8bff3 commit 4f9325d
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 251 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.7.7] - 2017-11-20
### 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.

## [0.7.6] - 2017-11-13
### Changed
- Upgrade three.js to r87.
Expand Down Expand Up @@ -113,7 +134,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update dependencies to the latest supported versions.
- Move the project to GitHub.

[Unreleased]: https://github.com/epam/miew/compare/v0.7.6...HEAD
[Unreleased]: https://github.com/epam/miew/compare/v0.7.7...HEAD
[0.7.7]: https://github.com/epam/miew/compare/v0.7.6...v0.7.7
[0.7.6]: https://github.com/epam/miew/compare/v0.7.5...v0.7.6
[0.7.5]: https://github.com/epam/miew/compare/v0.7.4...v0.7.5
[0.7.4]: https://github.com/epam/miew/compare/v0.7.3...v0.7.4
Expand Down
Loading

0 comments on commit 4f9325d

Please sign in to comment.