Skip to content

Commit

Permalink
v0.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov committed Feb 28, 2019
1 parent 4e6a623 commit 8a599c8
Show file tree
Hide file tree
Showing 9 changed files with 3,893 additions and 3,485 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.7.22] - 2019-02-28
### Changed
- Make "fullscreen.html" example really full-screen both for desktops and mobiles.
- Add experimental sigma-coloring of volumetric maps.

### Fixed
- Fix background transparency of the terminal.
- Add a temporary workaround for jquery.terminal freeze: don't print square brackets
into the term, replace them with parentheses
([jcubic/jquery.terminal#470](https://github.com/jcubic/jquery.terminal/issues/470)).
- Fix rendering conflicts when `ssao=true` and `fxaa=false` at the same time.

### Internal
- Enforce better ES2015+ with the newer eslint config and fix the issues.

## [0.7.21] - 2019-02-14
### Added
- Add parsers for MOL, SDF and XYZ molecular formats and MAP, MRC and DSN6 electron density maps.
Expand Down Expand Up @@ -367,7 +382,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.21...HEAD
[Unreleased]: https://github.com/epam/miew/compare/v0.7.22...HEAD
[0.7.22]: https://github.com/epam/miew/compare/v0.7.21...v0.7.22
[0.7.21]: https://github.com/epam/miew/compare/v0.7.20...v0.7.21
[0.7.20]: https://github.com/epam/miew/compare/v0.7.19...v0.7.20
[0.7.19]: https://github.com/epam/miew/compare/v0.7.18...v0.7.19
Expand Down
Loading

0 comments on commit 8a599c8

Please sign in to comment.