mapserver/doc/changelog.md

37 lines
935 B
Markdown
Raw Normal View History

2019-02-15 12:41:44 +03:00
# Changelog
2019-04-04 18:55:43 +03:00
## 2.0.1
2019-04-04 14:04:42 +03:00
* Added *configversion* to `mapserver.json`
* Added *defaultoverlays* to `mapserver.json`
2019-04-04 12:24:16 +03:00
* Added trainline overlay
* Added border overlay
2019-04-04 14:04:42 +03:00
* Added simple js/css bundler (concat)
2019-04-04 12:24:16 +03:00
* Fix mismatching timestamp issues
2019-03-29 23:02:01 +03:00
## 2.0.0
2019-03-29 22:01:44 +03:00
* Fixed websocket connect issue (origin check)
* Fixed multiple layer issue
2019-04-02 17:31:35 +03:00
* Fixed mapblock version support issue
2019-03-29 23:02:01 +03:00
* *Breaking change:* Reworked `mapserver.json` layer config (now mapblock range, not blocks)
* Reworked build pipeline
2019-04-02 17:31:35 +03:00
* Optional crafting recipes for mapobjects
2019-03-01 16:14:59 +03:00
## 1.0.0
2019-02-15 12:41:44 +03:00
* Extended [configuration](config.md)
* [Monitoring](prometheus.md)
* [Mod](mod.md)-bridge
2019-02-22 17:17:19 +03:00
* Player and game-stats display (player-count, lag)
2019-02-15 12:41:44 +03:00
* More [mapobjects](mapobjects.md)
2019-02-22 17:17:19 +03:00
* Fixed tile generation glitch
* Tile-backend is now file-based (needs a complete re-rendering)
* Postgres map backend
2019-02-15 12:41:44 +03:00
## 0.1.0 (2019-02-08)
* Realtime tiles
* Mapobjects
* Sqlite backend
## 0.0.1 - 0.0.3
* Alpha releases