Skip to content

Commit

Permalink
[Release] v0.11.6b (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Histalek committed Sep 25, 2022
1 parent 731a71b commit 2f2a698
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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.11.6b](https://github.com/TTT-2/TTT2/tree/v0.11.6b) (2022-09-25)

### Changed

- Fixed and updated the Chinese translation file (by @sbzlzh)
Expand All @@ -17,7 +19,7 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel
- Roleselection for a lot of roles now considers all possible subroles one after another
- Fixed portuguese translation of the equipment editor not working

## [v0.11.5b](https://github.com/TTT-2/TTT2/tree/v0.11.5b) (2022-08-05)
## [v0.11.5b](https://github.com/TTT-2/TTT2/tree/v0.11.5b) (2022-08-21)

### Added

Expand Down
17 changes: 17 additions & 0 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,23 @@ function CreateChanges()
</ul>
]], os.time({ year = 2022, month = 08, day = 21 }))

AddChange("TTT2 Base - v0.11.6b", [[
<h2>Changed</h2>
<ul>
<li>Fixed and updated the Chinese translation file (by @sbzlzh)</li>
<li>Updated Japanese translation (by @westooooo)</li>
<li>Updated Simplified and Traditional Chinese (by @TEGTianFan)</li>
<li>Add placeholder message to the ingame ttt2 guide (F1 Menu)</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>Fixed the spawn editor tool not having a TargetID in some scenarios by always rendering the 'ttt_spawninfo_ent' (by @NickCloudAT)</li>
<li>Roleselection for a lot of roles now considers all possible subroles one after another</li>
<li>Fixed portuguese translation of the equipment editor not working</li>
</ul>
]], os.time({ year = 2022, month = 09, day = 25 }))

---
-- 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 = "ttt2@neoxult.de"
GM.Website = "ttt.badking.net, docs.ttt2.neoxult.de"
GM.Version = "0.11.5b"
GM.Version = "0.11.6b"
GM.Customized = true

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

0 comments on commit 2f2a698

Please sign in to comment.