mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 05:51:12 +00:00
Update and rename history.md to HISTORY.md
This commit is contained in:
parent
7c314a589c
commit
5f02899173
2 changed files with 18 additions and 16 deletions
18
doc/HISTORY.md
Normal file
18
doc/HISTORY.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
## 0.2.0
|
||||
*First functional release*
|
||||
|
||||
* Infinite worlds
|
||||
* World generation (thanks @JWo1F!)
|
||||
* World loading from anvil files
|
||||
* Improved error handling
|
||||
* Implement kicking and banning (thanks @demipixel!)
|
||||
* Using ES6
|
||||
* ModPE basic support (thanks @Creeplays!)
|
||||
* Better commands, proper commands class instead of just IFS
|
||||
* Enable compression!
|
||||
* Multi-world support: overworld + nether (thanks @demipixel!)
|
||||
|
||||
## 0.1.0
|
||||
*Initial release*
|
||||
|
||||
First version, basic functionalities
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
## 0.2.0
|
||||
Lot of new functionalities:
|
||||
* infinite world
|
||||
* world generation (thanks @JWo1F)
|
||||
* world loading from anvil files
|
||||
* improved error handling
|
||||
* implement kicking and banning (thanks @demipixel)
|
||||
* using es6
|
||||
* modpe basic support (thanks @Creeplays)
|
||||
* better commands : proper commands class instead of just ifs
|
||||
* enable compression
|
||||
* multi-world support : overworld + nether (thanks @demipixel)
|
||||
|
||||
## 0.1.0
|
||||
|
||||
First version, basic functionalities
|
||||
Loading…
Reference in a new issue