Skip to content

Commit

Permalink
In-game changelog and build number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellypse committed Jul 21, 2018
1 parent 7d90f44 commit 30c3128
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion totalRP3/core/impl/globals.lua
Expand Up @@ -48,7 +48,7 @@ TRP3_API.globals = {
addon_name_me = "Total RP 3",
addon_id_length = 15,
version = 55,
version = 56,
--@debug@
version_display = "-dev",
Expand Down
5 changes: 3 additions & 2 deletions totalRP3/modules/dashboard/WhatsNewTabView.lua
Expand Up @@ -40,9 +40,10 @@ local strhtml = TRP3_API.utils.str.toHTML;
--- List of "What's new" segments to concatenate and display together when
--- this view is activated.
local SEGMENTS = {
loc.WHATS_NEW_20,
loc.WHATS_NEW_20_1,
loc.WHATS_NEW_20_3,
loc.WHATS_NEW_20_2,
loc.WHATS_NEW_20_1,
loc.WHATS_NEW_20,
};

--- Returns the fully formatted localized text for this view.
Expand Down
14 changes: 14 additions & 0 deletions totalRP3/tools/Locale.lua
Expand Up @@ -1220,6 +1220,20 @@ Fixed a rare Lua error that could randomly happen on login.
- Fixed another rare Lua error that could randomly happen on login (with the `getPlayerCompleteName()` function) - [Issue #159](https://github.com/Ellypse/Total-RP-3/issues/159)
]],
---@language Markdown
WHATS_NEW_20_3= [[
# Changelog for version 1.4.3
## Fixed
- Fixed an issue brought by yesterday's hotfixes that would prevent Battle.net communications from working.
- Fixed an issue where un-selecting profiles in the directory would not actually deselect them, and improved consistency when purging profiles while having some profiles already selected - [Issue #160](https://github.com/Ellypse/Total-RP-3/issues/160)
- Fixed an issue introduced with the 8.0.1 pre-patch preventing mount profiles from being displayed properly in the tooltips and on the target frame - [Issue #164](https://github.com/Ellypse/Total-RP-3/issues/164)
- Fixed a layout in the profiles UI that would prevent the Additional information parts from being rendered properly - [Issue #162](https://github.com/Ellypse/Total-RP-3/issues/162)
- Fixed an issue that would render the chat links tooltip lines in a random order, instead of the correct one.
- Fixed an issue that would render some profile informations (Additional information, Personality traits) in a random order, instead of the correct one.
]],
CL_TOOLTIP = "Create a chat link",
CO_ADVANCED_SETTINGS = "Advanced settings",
Expand Down

0 comments on commit 30c3128

Please sign in to comment.