Skip to content

Releases: overextended/ox_doorlock

v1.22.1

Choose a tag to compare

@github-actions github-actions released this 25 Apr 00:01

Features

  • use lib grid to optimise nearby door calculations (Linden)
  • server: hooks (#13) (someone)

Bug Fixes

  • client: handle state correctly (#214) #214 (Ceeb)
  • client: travelling door locks (Linden)
  • client: ensure door is cleaned up and added to grid on edit (Linden)
  • web: resolve type errors (ANTOND.)
  • web: set root color-scheme to normal (#2) (ANTOND.)
  • server/main: passcode not working when no framework is detected (#7) (Hakko)
  • security: validate teleport permissions (#8) (Capper)

Code Refactoring

  • web: use bun instead of pnpm (ANTOND.)

Continuous Integration

  • create-release: restructure and update versions (ANTOND.)
  • create-release: use github app token (ANTOND.)
  • create-release: bump version before running build script (#3) (ANTOND.)

Chores

Reverts

Commits

  • dfee777: Merge remote-tracking branch 'upstream/main' (Linden)

v1.18.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 02:57

Features

Bug Fixes

Chores

  • update readme (Linden)
  • readme: remove reference to qb-target (Linden)

v1.17.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 00:16

Features

Bug Fixes

Code Refactoring

  • server: use require to load files (Linden)

Chores

v1.16.1

Choose a tag to compare

@github-actions github-actions released this 09 May 11:45

Bug Fixes

  • server/ox: check ox_core resource state (Linden)

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 08 May 18:31

Features

  • client/utils: extra utility exports (Linden)

Bug Fixes

  • client/utils: wrong id returned by getDoorIdFromEntity (Linden)
  • client/utils: clear lockpicking animdict (Linden)
  • web: resolve dead font cdn link (Luke)

Code Refactoring

  • server/ox: update ox_core version dependency (Linden)

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 03:06

Features

  • server/framework: nd_core 2.0 integration (#172) #172 (Andy)

Bug Fixes

  • check for built doorlock ui (Linden)
  • server/convert: ignore diagnostic (Linden)

Code Refactoring

  • update ox_lib version dependency (Linden)

Chores

v1.14.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 04:58

Bug Fixes

  • server/framework: handle item arrays for DoesPlayerHaveItem (Linden)

v1.14.3

Choose a tag to compare

@github-actions github-actions released this 09 Sep 10:29

Code Refactoring

  • server: change ox_inventory:Search type to slots (Linden)
  • server/ox_core: update for v0.19.0 (Linden)
  • server: check if people deleted their sql file like chumps (Linden)

v1.14.2

Choose a tag to compare

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

Bug Fixes

  • client: PlaySoundFromCoord should not be networked (Linden)

Chores

v1.14.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 21:52

Continuous Integration

  • release: include audio folder in workflow (Luke)