Releases: acscripts/ac_radio
v2.0.1
v2.0.0
⚠️ BREAKING CHANGES
This release has some breaking changes, see below.
New dependency - ox_lib
Starting from this version, your server will be required to use ox_lib.
Changes in the config file
The structure and some option names were changed in config.lua
.
It may be necessary to manually change the configuration of the new AC Radio in order to keep the same behaviour as in older versions.
-
Removed
locale
Notification and UI language is now determined based on your ox_lib locale settings (see this for more details).
UI now also automatically updates when user changes their preferred language in ox_lib's user settings. -
Removed
versionCheck
Some people were not updating the script and were asking for support with their issues. This is not something I want, so version is now checked automatically.
You can still remove it if you know how - I won't help you with that. -
Removed
useCustomNotify
Using default ox_lib notifications is expected. If you still want to use you custom notification scripts, you can change it yourself in the source code. -
Added
volumeStep
You can now change the percentage of volume to increase and decrease when clicking on the respective button in UI. -
Split
useCommand
functionality touseUsableItem
This was the most confusing config option. You can now use both command and usable item to open you radio UI. Both are enabled by default. -
Some options were renamed for better understanding of their purpose
noRadioDisconnect
→disconnectWithoutRadio
radioKey
→radioTalkKey
v1.2.0
v1.1.0
Features
- locales: estonian translation #14 (Nuga)
- locales: estonian translation #14 (ANTOND)
- locales: french translation (#15) #15 (CraziozFR)
- change radio logo (ANTOND)
Bug Fixes
- send correct notifications when joining unavailable frequency (ANTOND)
- resource/client: volume values (ANTOND)
- workflow: web directory (ANTOND)
Code Refactoring
- web: cleanup (ANTOND)
Chores
- bump version (ANTOND)
v1.0.8
Bug Fixes
- server/version: Properly check version (ANTOND)
- config: remove dot in url (ANTOND)
- resource/server: check version url (ANTOND)
Documentation
- Update preview image link (ANTOND)
- change preview link (ANTOND)
- remove files and refer to docs website (ANTOND)
Styles
- Indentation (ANTOND)
Code Refactoring
- client: Nui focus function (ANTOND)
Chores
v1.0.7
IMPORTANT note for ox_inventory users!
Make sure to apply these* changes to your items.lua
in ox_inventory.
If you don't, the new noRadioDisconnect
config option won't make a difference if changed.
* Replace the old snippet with this updated one.
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3