diff --git a/CHANGELOG.md b/CHANGELOG.md index ad10427..70231ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,3 +107,22 @@ ### Removed - N/A + +## [0.2.4] - 2023-09-05 + +### Added + +- N/A + +### Changed + +- Fix the color scale of the protein to show only white when the domain of the data is [0, 0]. +- Set the default value of `floor` to `false`. + +### Deprecated + +- N/A + +### Removed + +- N/A diff --git a/v0/js/tool.js b/v0/js/tool.js index 4c6fe86..bf5007b 100644 --- a/v0/js/tool.js +++ b/v0/js/tool.js @@ -516,7 +516,7 @@ export class Tool { json: true, }, summary: { abbrev: "s", default: "sum", json: false }, - floor: { abbrev: "f", default: true, json: false }, + floor: { abbrev: "f", default: false, json: false }, mutations: { abbrev: "m", default: false, json: false }, proteinRepresentation: { abbrev: "pr", default: "cartoon", json: false }, selectionRepresentation: {