mapserver/doc/changelog.md

37 lines
934 B
Markdown
Raw Normal View History

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