Skip to content

Commit

Permalink
0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov committed Oct 16, 2017
1 parent a0c746f commit ef1ee01
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 97 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.7.4] - 2017-10-16
### Added
- Add e2e tests with golden images using Selenium WebDriver. Run `npm run e2e` or `gulp test:e2e`,
then examine the results with `gulp show:e2e`.
- Recognize pi-helices in PDB files (class 3) and color them dark violet.

### Fixed
- Fix unlit geometry (Lines Mode, Lines Objects) rendering for IE and Edge.
- Fix clipping of electron density volumes.
- Fix `build all` script command when autobuild is disabled.
- Fix the current material highlight in UI when changing it from the terminal.
- Fix the `list` script command when a missing rep is specified.
- Prevent 's' key from appearing in the terminal when it is closed.
- Fix screenshots in case when the height is greater than the width.
- Fix curved surfaces on iPad and similar hardware, choose appropriate shader precision automatically.

### Changed
- Use webpack dev server for `npm start` command.

## [0.7.3] - 2017-10-02
### Added
- Add functional tests for parsing PDB, CIF, MMTF, PubChem, CCP4.
Expand Down Expand Up @@ -46,6 +65,7 @@ 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.3...HEAD
[Unreleased]: https://github.com/epam/miew/compare/v0.7.4...HEAD
[0.7.4]: https://github.com/epam/miew/compare/v0.7.3...v0.7.4
[0.7.3]: https://github.com/epam/miew/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/epam/miew/compare/v0.7.1...v0.7.2
160 changes: 116 additions & 44 deletions dist/Miew.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/Miew.min.js

Large diffs are not rendered by default.

160 changes: 116 additions & 44 deletions dist/Miew.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miew",
"version": "0.7.3",
"version": "0.7.4",
"description": "Miew - 3D Molecular Viewer",
"author": "EPAM Systems, Inc.",
"main": "dist/Miew.js",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=epam:miew
sonar.projectName=Miew - 3D Molecular Viewer
sonar.projectVersion=0.7.3
sonar.projectVersion=0.7.4

sonar.links.homepage=https://github.com/epam/miew
sonar.links.ci=https://travis-ci.org/epam/miew
Expand Down

0 comments on commit ef1ee01

Please sign in to comment.