Skip to content

Commit da4e1af

Browse files
authored
chore: Bump version & add changelog for v0.14.2b (#1758)
1 parent c32f6fe commit da4e1af

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel
44

55
## Unreleased
66

7+
## [v0.14.2b](https://github.com/TTT-2/TTT2/tree/v0.14.2b) (2025-02-02)
8+
79
### Fixed
810

911
- Fixed new outlines' `OUTLINE_MODE_VISIBLE` and `OUTLINE_MODE_BOTH`

gamemodes/terrortown/gamemode/client/cl_changes.lua

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,6 +2291,19 @@ function CreateChanges()
22912291
os.time({ year = 2025, month = 02, day = 01 })
22922292
)
22932293

2294+
AddChange(
2295+
"TTT2 Base - v0.14.2b",
2296+
[[
2297+
2298+
<h2>Fixed</h2>
2299+
<ul>
2300+
<li>Fixed new outlines' `OUTLINE_MODE_VISIBLE` and `OUTLINE_MODE_BOTH`</li>
2301+
</ul>
2302+
2303+
]],
2304+
os.time({ year = 2025, month = 02, day = 02 })
2305+
)
2306+
22942307
---
22952308
-- run hook for other addons to add their changelog as well
22962309
-- @realm client

gamemodes/terrortown/gamemode/shared/sh_init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GM.Name = "TTT2"
55
GM.Author = "Bad King Urgrain, Alf21, saibotk, Mineotopia, LeBroomer, Histalek, ZenBre4ker"
66
GM.Email = "ttt2@neoxult.de"
77
GM.Website = "ttt.badking.net, docs.ttt2.neoxult.de"
8-
GM.Version = "0.14.1b"
8+
GM.Version = "0.14.2b"
99
GM.Customized = true
1010

1111
TTT2 = true -- identifier for TTT2. Just use "if TTT2 then ... end"

0 commit comments

Comments
 (0)