Releases: matsn0w/MISS-ELS
v2.2.0
Updating
We moved from NativeUI to WarMenu. You don't have to remove NativeUI (you might need it for some other resource), but make sure you have WarMenu installed!
Also see the general Updating guide.
What's Changed
- feature: flash high beam by @matsn0w in #89
- feature: add stop sign beeping by @matsn0w in #101
- Create FUNDING.yml by @matsn0w in #106
- feature: switch to personal keybinds by @matsn0w in #109
- docs: add more info about the 'move-over' question in the FAQ by @ImperiousTT in #112
- fix: disable auto repair when toggling extras by @matsn0w in #114
- feat: only disable siren when all lights are turned off by @matsn0w in #115
- fix: remove accidental object key by @matsn0w in #116
- feat: add high beams toggle to menu, refactor code by @matsn0w in #118
- feat: move from NativeUI to WarMenu by @matsn0w in #120
- feat: support miscs as light sources by @matsn0w in #152
- v2.2.0 by @matsn0w in #90
New Contributors
- @ImperiousTT made their first contribution in #112
Full Changelog: 2.1.1...2.2.0
v2.1.1
v2.1.0
Updating
This update introduced some changes to the config.lua
file. You should remove the Config.ELSFiles
section.
Reference the provided config.example.lua
file.
Also see the general Updating guide.
What's Changed
- fix: actually install dependencies by @matsn0w in #64
- docs: clarify installation by @matsn0w in #68
- docs: add templates by @matsn0w in #69
- fix: configurator extras have no leading zero by @JustinRijsdijk in #72
- fix: add leading zero to extra when parsing the vcf by @JustinRijsdijk in #74
- feat: import existing VCF's by @JustinRijsdijk in #76
- feat: automatically scan for VCF files by @matsn0w in #79
- fix: do not trigger light event on all clients by @matsn0w in #83
- docs: update for release by @matsn0w in #85
- v2.1.0 by @matsn0w in #65
New Contributors
- @JustinRijsdijk made their first contribution in #72
Full Changelog: 2.0.1...2.1.0
v2.0.1
v2.0.0
Changelog
- Added configuration option to allow passengers to control the sirens
- Added configuration option to customize indicator controls
- Added configuration option to customize environmental light reflections
- Added new documentation
- Added
/extra <extra>
command to quickly toggle a vehicle extra - Added an option to control the sirens regardless of the light stage
- Added a in-game menu for static extra's
- Added automatic check for updates
- Added a VCF configuration GUI
- Added some documentation
- VCF: Added
AllowUse
flag to enable or disable the main horn - VCF: Added
SoundSet
flag to specify a custom sound for the main horn - VCF: Added new
STATIC
section - VCF:
IsElsControlled
is now actually respected - VCF: It's no longer needed to specify flash numbers within a pattern (Flash01, Flash02, etc. can now be Flash Flash Flash!)
- Fixed
AllowEnvLight
setting not doing anything - Fixed
AudioString
on MainHorn not doing anything - Fixed some weird keybind behaviour
- Fixed crash on invalid VCF syntax
- Removed fallback to default patterns when no VCF is present for an ELS-enabled vehicle
- Organized file structure
- Updated SLAXML parser to version 0.8
- Lots of code improvements and optimizations
v2.0.0-rc.3
-- THIS RESOURCE IS STILL A WORK IN PROGRESS! --
Please report bugs here or start a discussion topic if you have any questions or other idea's.
What's Changed
- feat: control the sirens regardless of the light stage by @matsn0w in #31
- feat: add extra toggles for static extra's by @matsn0w in #33
Full Changelog: 2.0.0-rc.2...2.0.0-rc.3
v2.0.0-rc.2
-- THIS RESOURCE IS STILL A WORK IN PROGRESS! --
Please report bugs here or start a discussion topic if you have any questions or other idea's.
What's Changed
- fix: do not halt the script if a vcf file is not found by @matsn0w in #14
- fix: bad argument if Extras key not specified by @matsn0w in #16
- fix: do not fall back to default pattern by @matsn0w in #17
- chore: exclude additional (repository) files by @matsn0w in #22
- feat: respect IsElsControlled setting by @matsn0w in #23
- fix: properly handle keybinds by @matsn0w in #25
Full Changelog: 2.0.0-rc.1...2.0.0-rc.2
v2.0.0-rc.1
-- THIS RESOURCE IS STILL A WORK IN PROGRESS! --
Please report bugs here or start a discussion topic if you have any questions or other idea's.
What's Changed
- Added configuration option to allow passengers to control the sirens
- Added configuration option to customize indicator controls
- Added configuration option to customize environmental light reflections
- Added new documentation
- VCF: Added
AllowUse
flag to enable or disable the main horn - VCF: Added
SoundSet
flag to specify a custom sound for the main horn - VCF: It's no longer needed to specify flash numbers within a pattern (Flash01, Flash02, etc. can now be Flash Flash Flash!)
- Added
/extra <extra>
command to quickly toggle a vehicle extra - Fixed
AllowEnvLight
setting not doing anything - Fixed
AudioString
on MainHorn not doing anything - Updated SLAXML parser to version 0.8
- Lots of code improvements and optimizations