v1.1.0 #2403
taoeffect
started this conversation in
Show and tell
v1.1.0
#2403
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to run this
The archive file contains a
dist/
folder that needs to be placed into a copy of this cloned repo. Then you can serve it usinggrunt serve
. On a production site, you should to use these environment variables:NODE_ENV=production
GI_PERSIST=sqlite
(orGI_PERSIST=fs
, butsqlite
is recommended)NOTE: when upgrading, it's important to first delete the
dist/
folder and replace it with the new contents from the archive.Friendly Release Notes
New Features
NOTE: old anyone-can-join invite links are expired, please use the new one!
Bugfixes
Improvements
What's Changed
originatingContractHeight
from GIMessage head #2329. Remove unused GIMessage attributes. by @corrideat in Fix #2329. Remove unused GIMessage attributes. #2350bypassUI: true
option forcy.giAddRandomIncome()
ingroup-large.spec.js
#2342 -bypassUI: true
option ingroup-large.spec.js
and etc. by @SebinSong in #2342 -bypassUI: true
option ingroup-large.spec.js
and etc. #2377cy.giLogout({ bypassUI: true })
ingroup-chat-message.spec.js
by @SebinSong in Revertcy.giLogout({ bypassUI: true })
ingroup-chat-message.spec.js
#2380Full Changelog: v1.0.8...v1.1.0
This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions