Skip to content

Latest commit

 

History

History
126 lines (73 loc) · 7.73 KB

CHANGELOG.md

File metadata and controls

126 lines (73 loc) · 7.73 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

1.6.0 (2023-08-24)

Bug Fixes

Features

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

1.5.0 (2021-06-01)

Features

  • noescape: integrate with noescape plugin (680bf36)

1.4.1 (2021-04-20)

Performance Improvements

  • don't remove temp code locks before saving; instead just mark them as not saveable (bcf5027)
  • only trigger code setting when a new code lock is deployed by a player, not just when spawned (bf8e8ac)

1.4.0 (2021-02-22)

Bug Fixes

  • display guest code as well as code when code lock is placed with one (18b587c)
  • formatting on message when a code lock is placed (659e0bf)
  • update user messages (1a064f2)

Features

  • add extended help message (3ca82a0)
  • add quiet mode (38b87b6)
  • allow changing the icon displayed to the user in the in-game chat (8874903)
  • allow for optional "set" before code in command (281f71d)

1.3.0 (2021-02-13)

Bug Fixes

  • fix not being able to use "/code [guest] pick" (1666c00)
  • fix not being able to use "/code random" (b98f0e0)
  • remove left in debugging code (63d4b91)
  • remove saving on serve shutdown (c13d561)
  • remove temp code locks when plugin is unloaded (4cc345a)

Features

  • a permission is now required to use admin commands (ced03b4)

1.2.1 (2021-02-10)

Bug Fixes

  • adjust privacy of internal methods (4ef480e)
  • getCode api method now has support for fetching the guest code (88b8326)

1.2.0 (2021-02-10)

Bug Fixes

  • reword InvalidArgsTooMany message (358e6cb)
  • you're => your (6538d50)

Features

  • add support for guest codes (c76310d)
  • don't show placed code message when in streamer mode (a993932)
  • replace ability to toggle plugin with ability to remove set code (30b1022)
  • show current code info when using /code without any args (4d70a59)

1.1.1 (2021-02-02)

Bug Fixes

  • trying to access data that doesn't exist (d2e0c53)

1.1.0 (2021-02-02)

Features

  • admin console command to remove spam lock outs (10dc2a4)
  • allow players to automatically try and unlock locked code locks with their code (6ac8747)
  • spam prevention (3d44668)

1.0.3 (2021-01-31)

Bug Fixes

  • don't save temp code locks to the map's save file (de7aed1)

1.0.2 (2021-01-31)

Bug Fixes

  • fix random codes starting with 0 (632df49)

Performance Improvements

1.0.1 (2021-01-27)

Bug Fixes

  • remove unused imports (cbf4272)
  • typo: use => user (5229783)
  • use "Interface.Oxide.Log*" for logging (2e11873)

1.0.0 (2021-01-26)

Features

  • implement base functionality of the plugin (4fc2086)
  • init project (637166d)