Releases: assetto-corsa-web/accweb
Releases · assetto-corsa-web/accweb
Release 1.5.1
- fixed defaultGridPosition
Release 1.5.0
- added configuration for ACC 1.0.7
- added configuration for ACC 1.1 (pitstop and tracks)
Upgrading from a previous version
To upgrade from a previous version, create a file called eventRules.json
in each of the configuration directories below config/<number>/
with {}
as its content (an empty JSON object).
Release 1.4.0
- added shortFormationLap
- added server ID to status page to identify configuration directory
Release 1.3.1
- added missing maxClientsOverride and centralEntryListPath
Release 1.3.0
- added configuration from ACC version 1.0.5
Release 1.2.0
- added entrylist configuration
- fixed editing running servers
Upgrading from a previous version
To upgrade from a previous version, create a new file called entrylist.json
inside each of your configuration directories. For example: config/<server_id>/entrylist.json
. Alternativly you can also delete all existing configurations by deleting the config
directory. Without the entrylist.json
accweb won't start, because it cannot load the server list.
Release 1.1.1
- fixed status page
- added new server configuration values
Release 1.1.0
- added Linux support
- added base URL
- fixed read only users seeing server passwords
- fixed copied servers status
- fixed status page when not logged in
Release 1.0.2
- fixed starting multple server instances
- config directory is now auto created on startup
Release 1.0.1
- added missing server settings
- known bug: you can only start one server instance right now