Skip to content

Commit

Permalink
chore: Bump version & add changelog for v0.14.2b (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Histalek authored Feb 2, 2025
1 parent c32f6fe commit da4e1af
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel

## Unreleased

## [v0.14.2b](https://github.com/TTT-2/TTT2/tree/v0.14.2b) (2025-02-02)

### Fixed

- Fixed new outlines' `OUTLINE_MODE_VISIBLE` and `OUTLINE_MODE_BOTH`
Expand Down
13 changes: 13 additions & 0 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2291,6 +2291,19 @@ function CreateChanges()
os.time({ year = 2025, month = 02, day = 01 })
)

AddChange(
"TTT2 Base - v0.14.2b",
[[
<h2>Fixed</h2>
<ul>
<li>Fixed new outlines' `OUTLINE_MODE_VISIBLE` and `OUTLINE_MODE_BOTH`</li>
</ul>
]],
os.time({ year = 2025, month = 02, day = 02 })
)

---
-- run hook for other addons to add their changelog as well
-- @realm client
Expand Down
2 changes: 1 addition & 1 deletion gamemodes/terrortown/gamemode/shared/sh_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GM.Name = "TTT2"
GM.Author = "Bad King Urgrain, Alf21, saibotk, Mineotopia, LeBroomer, Histalek, ZenBre4ker"
GM.Email = "[email protected]"
GM.Website = "ttt.badking.net, docs.ttt2.neoxult.de"
GM.Version = "0.14.1b"
GM.Version = "0.14.2b"
GM.Customized = true

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

0 comments on commit da4e1af

Please sign in to comment.