Skip to content

Version 1.0.9

Compare
Choose a tag to compare
@lynnfaraday lynnfaraday released this 08 Nov 02:08
· 92 commits to master since this release
25ee082

Upgrade Notes -- PLEASE READ

This version requires special upgrade steps to update to Ember 4 and Node 18.

IMPORTANT If your game has custom code, make sure you have completed the Ember 4 upgrade preparation described in the previous version release notes before proceeding with the upgrade.

  1. Type upgrade/start in-game to begin the upgrade.
  2. Use the shutdown command in-game or Admin -> Manage -> Shutdown from the web portal to shut down the game. (See Shutting Down the Game for help.)
  3. Log into the server shell and run the following commands:
cd ~/ares-webportal
bin/update_npm
  1. Restart the server using:
sudo reboot

It may take several minutes (longer if you had any security updates pending), but then the game should come up with the new version.

Features

Fixes

  • [Priority] The scene edit screen was improperly loading the privacy level for completed scenes. (reported by Yam and Clockwork)
  • The profile link in the in-game profile command wasn't using https for the web portal when the game used https. (reported by ZombieGenesis)
  • Login notifications (the bell notices) weren't getting cleared when a character idled out and was added to the roster. (reported by Tat)

Housekeeping

  • Web portal updated to Ember 4 and Node 18.
  • Game engine now uses the latest i18N library, which necessitated a few changes to the locale code. This does not affect your plugin locale files.
  • Discord Bot updated to DiscordJS 14 (hopefully providing better stability) Note: This requires a separate manual upgrade. See upgrade instructions for details.
  • Privacy on Ares Games article now mentions when data is automatically deleted.