mirror of
https://github.com/minetest-mods/gauges.git
synced 2025-07-21 17:40:24 +02:00
Remove unused entities on settings change (#8)
Also add Minetest 5.3 support for 10/11 maximal breath.
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.4] - 2020-09-23
|
||||
|
||||
### Changed
|
||||
|
||||
- Gauges entities will be removed when disable or change server mode.
|
||||
- Added support for Minetest 5.3 and improved Minetest version definitions.
|
||||
|
||||
## [1.0.3] - 2020-02-15
|
||||
|
||||
### Fixed
|
||||
@ -37,7 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
- Initial versioned release.
|
||||
|
||||
[Unreleased]: https://github.com/minetest-mods/gauges/compare/v1.0.3...HEAD
|
||||
[Unreleased]: https://github.com/minetest-mods/gauges/compare/v1.0.4...HEAD
|
||||
[1.0.4]: https://github.com/minetest-mods/gauges/compare/v1.0.3...v1.0.4
|
||||
[1.0.3]: https://github.com/minetest-mods/gauges/compare/v1.0.2...v1.0.3
|
||||
[1.0.2]: https://github.com/minetest-mods/gauges/compare/v1.0.1...v1.0.2
|
||||
[1.0.1]: https://github.com/minetest-mods/gauges/compare/v1.0.0...v1.0.1
|
||||
|
Reference in New Issue
Block a user