Skip to content

Commit

Permalink
0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov committed Feb 19, 2018
1 parent dcbd0eb commit 007c91e
Show file tree
Hide file tree
Showing 14 changed files with 2,473 additions and 2,619 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ node_modules/
build/
coverage/
.nyc_output/
dist/*.map
docs/auto/
.sonar/
.idea/workspace.xml
.idea/tasks.xml
demo/styles/*.map
test/e2e/mismatch/*.png
test/e2e/mismatch/*.html
!*.pdb
Expand Down
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.13] - 2018-02-19
### Added
- Add basic support for HTC Vive controllers in VR.

### Changed
- Replaced a Gulp pipeline with direct NPM scripts.
- Replace Gulp with direct NPM scripts (#32).

## [0.7.12] - 2018-02-05
### Added
- Add `Miew#exportCML()` method to retrieve a CML contents (including modified atom coordiantes) if
a CML file was loaded.
- Add a secondary structure assignment routine: `Miew#dssp()` method and `dssp` script command.
- Add a secondary structure assignment routine (#30): `Miew#dssp()` method and `dssp` script command.
Available from UI too.

### Changed
Expand Down Expand Up @@ -215,7 +220,8 @@ in [0.7.7+hotfix] and later releases.
- Update dependencies to the latest supported versions.
- Move the project to GitHub.

[Unreleased]: https://github.com/epam/miew/compare/v0.7.12...HEAD
[Unreleased]: https://github.com/epam/miew/compare/v0.7.13...HEAD
[0.7.13]: https://github.com/epam/miew/compare/v0.7.12...v0.7.13
[0.7.12]: https://github.com/epam/miew/compare/v0.7.11...v0.7.12
[0.7.11]: https://github.com/epam/miew/compare/v0.7.10...v0.7.11
[0.7.10]: https://github.com/epam/miew/compare/v0.7.9...v0.7.10
Expand Down
72 changes: 72 additions & 0 deletions dist/Miew.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/Miew.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 007c91e

Please sign in to comment.