File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
66## [ Unreleased]
77
8+ ## [ v0.3.1] - 2023-05-02
9+ ### Fixed
10+ - Fixed "attempted index: addOption of non-table" on TweakISAdminPowerUI #1 .
11+
812## [ v0.3.0] - 2023-04-30
913### Added
1014- Added disabling ` Tickets ` button in client menu. To enable this tweak set ` HideTicketsFromPlayers ` to true in sandbox options.
@@ -52,7 +56,8 @@ All notable changes to this project will be documented in this file.
5256- Added renaming light bulbs to improve sorting (English). Cannot be disabled.
5357- Added renaming seeds and seeds packets to improve sorting (English). Cannot be disabled.
5458
55- [ Unreleased ] : https://github.com/openzomboid/server-tweaker/compare/v0.3.0...HEAD
59+ [ Unreleased ] : https://github.com/openzomboid/server-tweaker/compare/v0.3.1...HEAD
60+ [ v0.3.1 ] : https://github.com/openzomboid/server-tweaker/compare/v0.3.0...v0.3.1
5661[ v0.3.0 ] : https://github.com/openzomboid/server-tweaker/compare/v0.2.0...v0.3.0
5762[ v0.2.0 ] : https://github.com/openzomboid/server-tweaker/compare/v0.1.0...v0.2.0
5863[ v0.1.0 ] : https://github.com/openzomboid/server-tweaker/compare/d4868cbb05ad290ba3f0431e82592894d999bd56...v0.1.0
Original file line number Diff line number Diff line change 66
77-- openutils contains shared defines.
88openutils = {
9- Version = " 0.3.0 " , -- in semantic versioning (http://semver.org/)
9+ Version = " 0.3.1 " , -- in semantic versioning (http://semver.org/)
1010 Color = {
1111 White = " <RGB:1,1,1>" ,
1212 Red = " <RGB:1,0,0>"
You can’t perform that action at this time.
0 commit comments