Releases: xtralifecloud/xtralife-server
Releases · xtralifecloud/xtralife-server
v4.4.7
v4.4.6
Upgrade dependencies
Fix config
v4.4.5
It's now possible to configure different Steam IDs for the same game to log into Steam depending on the game variant (handles both below formats).
- Usual backend "no variant" game config format:
game: {
config: {
steam: {
appId: 1234,
webApiKey: 'KEY'
}
}
};
- New backend "multi-variants" game config format: (requires to send a
{ gameVariant: "<variant>" }
login / convert account option from the game client)
game: {
config: {
steam: {
variantA: {
appId: 1234,
webApiKey: 'KEY_A'
},
variantB: {
appId: 5678,
webApiKey: 'KEY_B'
}
}
}
};
v4.4.4
Upgrade Node v18.13.0 to v18.20.4 (Dockerfile)
v4.4.3
Update package dependencies
Upgrade Node v18.13.0 to v18.20.4
v4.4.2
Fixed transactions loading API
v4.4.1
Update package dependencies
v4.4.0
Major package updates
v4.3.9
Switch to nodejs 18.13.0 (Dockerfile)
v4.3.8
Switch to nodejs 18.13.0