Skip to content

Releases: acscripts/ac_radio

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:08

Features

  • client/prop: better statebag player getter (ANTOND.)
  • set statebag value on server (ANTOND.)

Bug Fixes

  • server/framework/ox: return isAllowed value in channel check (ANTOND.)

Code Refactoring

  • define imports as constants (ANTOND.)

Continuous Integration

  • create-release: automatically bump fxmanifest version (ANTOND.)

Chores

  • readme: update ox repositories (ANTOND.)
  • server/framework/ox: bump required ox_core version (ANTOND.)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Feb 22:57
e3e536e
chore(fxmanifest): bump version

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 13 May 22:05
chore(fxmanifest): bump version

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 06 May 22:36

⚠️ 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

Choose a tag to compare

@github-actions github-actions released this 27 Jan 15:12

Features

Bug Fixes

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

Chores

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Oct 17:16

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

Choose a tag to compare

@github-actions github-actions released this 10 Dec 20:46

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

Choose a tag to compare

@antond15 antond15 released this 11 Aug 23:53
22d159a

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

Choose a tag to compare

@antond15 antond15 released this 23 Jul 21:16

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

v1.0.5

Choose a tag to compare

@antond15 antond15 released this 17 Jun 19:45

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