Skip to content

Commit

Permalink
[Release] Add changelog and bump version to 0.10.1b for hotfix release (
Browse files Browse the repository at this point in the history
#890)

* added changelog + bumped version
  • Loading branch information
ZenBre4ker authored Oct 15, 2021
1 parent 9c95842 commit 4340abf
Show file tree
Hide file tree
Showing 3 changed files with 12 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.10.1b](https://github.com/TTT-2/TTT2/tree/v0.10.1b) (2021-10-15)

### Fixed

- Fixed Playermodels not correctly loading changes on game start
Expand Down
9 changes: 9 additions & 0 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,15 @@ function CreateChanges()
</ul>
]], os.time({ year = 2021, month = 10, day = 14 }))

AddChange("TTT2 Base - v0.10.1b", [[
<h2>Fixed</h2>
<ul>
<li>Fixed Playermodels not correctly loading changes on game start</li>
<li>Fixed setting defaults before assigning a resetButton not throwing an error anymore</li>
<li>Fixed invisible preview for entity spawn placements</li>
</ul>
]], os.time({ year = 2021, month = 10, day = 15 }))

---
-- 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 (Advanced Update)"
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.10.0b"
GM.Version = "0.10.1b"
GM.Customized = true

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

0 comments on commit 4340abf

Please sign in to comment.