diff --git a/CHANGELOG.md b/CHANGELOG.md index c48e35d..be5b42c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.5] 2024-01-30 + +### Changed + +- Changed visual parameters for blindsense + ## [2.3.4] 2024-01-29 ### Added diff --git a/module.json b/module.json index 5fbc0f2..7610ac2 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "swade-mb-helpers", "title": "SWADE Helpers (MB)", - "version": "2.3.4", + "version": "2.3.5", "description": "Mike's collection of swade helpers", "authors": [ { diff --git a/scripts/module.js b/scripts/module.js index 2173eb9..7e27af6 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -84,7 +84,7 @@ Hooks.on('init', () => { }, vision: { darkness: { adaptive: false }, - defaults: { attenuation: 0.1, contrast: 0, saturation: -1, brightness: 0 }, + defaults: { attenuation: 0.3, contrast: -0.5, saturation: 0.75, brightness: 0.5 }, preferred: false } })