43 lines
875 B
Plaintext
43 lines
875 B
Plaintext
# Change Log
|
|
|
|
All notable changes to the mapmultigrid plugin will be documented in this file.
|
|
|
|
## 2024-143
|
|
|
|
### Changed
|
|
|
|
- Update the description of configuration parameters.
|
|
|
|
## 2024-011
|
|
|
|
### Added
|
|
|
|
- Allow to load and display multiple grid file per profile.
|
|
- Support predefined color gradients including transparency.
|
|
- Include configuration parameters in documentation.
|
|
|
|
## 2021-02-03
|
|
|
|
### Added
|
|
|
|
- New config option `map.multigrid.profiles.*.mode` which allows
|
|
to set the render mode for a specific grid profile e.g.
|
|
|
|
```
|
|
map.multigrid.profiles.time.mode = line
|
|
```
|
|
|
|
Default is the global render mode.
|
|
- More debug output.
|
|
- Update documentation.
|
|
|
|
### Fixed
|
|
|
|
- The way how grid files will be read initially to avoid race condittions.
|
|
|
|
## 2020-11-19
|
|
|
|
### Fixed
|
|
|
|
- Updates were first displayed when the user clicked or moved the map.
|