parent
c27482dad3
commit
90706f8798
|
@ -1,6 +1,10 @@
|
|||
# Whats New
|
||||
This document attempts to track **major** changes and additions in ENiGMA½. For details, see GitHub.
|
||||
|
||||
## 0.0.9-alpha
|
||||
* Development is now against Node.js 8.x LTS. While other Node.js series may continue to work, you're own your own and YMMV!
|
||||
|
||||
|
||||
## 0.0.8-alpha
|
||||
* [Mystic BBS style](http://wiki.mysticbbs.com/doku.php?id=displaycodes) extended pipe color codes. These allow for example, to set "iCE" background colors.
|
||||
* File descriptions (FILE_ID.DIZ, etc.) now support Renegade |## pipe, PCBoard, and other less common color codes found commonly in BBS era scene releases.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "enigma-bbs",
|
||||
"version": "0.0.8-alpha",
|
||||
"version": "0.0.9-alpha",
|
||||
"description": "ENiGMA½ Bulletin Board System",
|
||||
"author": "Bryan Ashby <bryan@l33t.codes>",
|
||||
"license": "BSD-2-Clause",
|
||||
|
@ -33,12 +33,12 @@
|
|||
"hashids": "^1.1.1",
|
||||
"hjson": "^3.1.0",
|
||||
"iconv-lite": "^0.4.18",
|
||||
"inquirer": "^4.0.1",
|
||||
"inquirer": "^5.0.0",
|
||||
"later": "1.2.0",
|
||||
"lodash": "^4.17.4",
|
||||
"mime-types": "^2.1.17",
|
||||
"minimist": "1.2.x",
|
||||
"moment": "^2.20.0",
|
||||
"moment": "^2.20.1",
|
||||
"nodemailer": "^4.4.1",
|
||||
"ptyw.js": "NuSkooler/ptyw.js",
|
||||
"rlogin": "^1.0.0",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"temptmp": "^1.0.0",
|
||||
"uuid": "^3.1.0",
|
||||
"uuid-parse": "^1.0.0",
|
||||
"ws": "^3.3.3",
|
||||
"ws": "^4.0.0",
|
||||
"xxhash": "^0.2.4",
|
||||
"yazl": "^2.4.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue