Skip to content

Commit

Permalink
v0.7.24
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmirnov committed Apr 26, 2019
1 parent 97b5b58 commit 2cc6906
Show file tree
Hide file tree
Showing 11 changed files with 648 additions and 1,030 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.7.24] - 2019-04-26
### Added
- Add wire frames for electron density volumes.

### Fixed
- Fix `unrol_loop` warning during shader compilation.
- Use `shadow.on` setting to initialize shadowing state.
- Fix some eslint and sonar code smells.

### Changed
- Build geometry with sharper edges for cartoon sheets and helices.
- Reset view interpolator on file load, pause it when miew is paused.

### Internal
- Use only Node.js 10 (the current LTS) environment for CI/CD.
- Remove unrelated TODO/FIXME/HACK comments and get rid of dead code in isosurfaces.

## [0.7.23] - 2019-04-05
### Added
- Support dsn6 prefix for ED maps loading by PDB ID.
Expand Down Expand Up @@ -401,8 +418,9 @@ 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.23...HEAD
[0.7.23]: https://github.com/epam/miew/compare/v0.7.23...v0.7.23
[Unreleased]: https://github.com/epam/miew/compare/v0.7.24...HEAD
[0.7.24]: https://github.com/epam/miew/compare/v0.7.23...v0.7.24
[0.7.23]: https://github.com/epam/miew/compare/v0.7.22...v0.7.23
[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
Expand Down
4 changes: 1 addition & 3 deletions dist/Miew.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@
position: relative;
}

/* FIXME: $back-gray */

.miew-message {
/* hack for centered error-reporting*/
/* trick for centered error-reporting*/
background-color: #ccc;
display: table;
width: 100%;
Expand Down
817 changes: 309 additions & 508 deletions dist/Miew.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Miew.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Miew.min.css.map

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

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Miew.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2cc6906

Please sign in to comment.