Skip to content

Releases: acscripts/ac_radio

v2.0.1

13 May 22:05
Compare
Choose a tag to compare
chore(fxmanifest): bump version

v2.0.0

06 May 22:36
Compare
Choose a tag to compare

⚠️ 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 to useUsableItem
    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
    noRadioDisconnectdisconnectWithoutRadio
    radioKeyradioTalkKey

v1.2.0

27 Jan 15:12
Compare
Choose a tag to compare

Features

Bug Fixes

  • client: use util function to handle nui focus (ANTOND)

Chores

v1.1.0

19 Oct 17:16
Compare
Choose a tag to compare

Features

Bug Fixes

  • send correct notifications when joining unavailable frequency (ANTOND)
  • resource/client: volume values (ANTOND)
  • workflow: web directory (ANTOND)

Code Refactoring

Chores

v1.0.8

10 Dec 20:46
Compare
Choose a tag to compare

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

Code Refactoring

  • client: Nui focus function (ANTOND)

Chores

v1.0.7

11 Aug 23:53
22d159a
Compare
Choose a tag to compare

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

23 Jul 21:16
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

v1.0.5

17 Jun 19:45
Compare
Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

v1.0.4

02 May 18:03
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 May 14:28
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3