Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Solanya committed Nov 7, 2023
1 parent f92351a commit 40fc627
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Changelog version 2.6.0

## Added

- Added 448 icons, 10 images and 118 musics from patch 10.2.
- Added 5 Classic icons from patch 3.4.3.
- Added profiles to the automation system to allow you to set different automation rules for different characters, especially useful for alternate forms, stance or specialization conditionals.
- Added a new "Launcher settings" category letting you control visibility of the minimap button and addon compartment entry, as well as modifying what actions are executed depending on how you click them (left/middle/right mouse button, with modifier key...).
- Added a guild members map scan.

## Changed

- Reworked the icon browser search to be asynchronous, in order to prevent issues related to the amount of icons in the game.
- Changed the nameplate visibility settings from checkboxes to dropdowns offering clearer control over which nameplates to display or hide.

# Changelog version 2.5.5

## Added
Expand Down
16 changes: 16 additions & 0 deletions totalRP3/Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,22 @@ If you wish to report %s's profile and you cannot target them you will need to o
- Improved icon browser performance to deal with an occasional addon loading issue.
- Fixed a recycling issue with RP nameplates when using Plater Nameplates.
]],
WHATS_NEW_27_0 = [[# Changelog version 2.6.0
## Added
- Added 448 icons, 10 images and 118 musics from patch 10.2.
- Added 5 Classic icons from patch 3.4.3.
- Added profiles to the automation system to allow you to set different automation rules for different characters, especially useful for alternate forms, stance or specialization conditionals.
- Added a new "Launcher settings" category letting you control visibility of the minimap button and addon compartment entry, as well as modifying what actions are executed depending on how you click them (left/middle/right mouse button, with modifier key...).
- Added a guild members map scan.
## Changed
- Reworked the icon browser search to be asynchronous, in order to prevent issues related to the amount of icons in the game.
- Changed the nameplate visibility settings from checkboxes to dropdowns offering clearer control over which nameplates to display or hide.
]],

MAP_SCAN_CHAR_GUILD_ONLY = "Scan for guild members",
Expand Down
7 changes: 1 addition & 6 deletions totalRP3/Modules/Dashboard/WhatsNewTabView.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ 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_26_5,
loc.WHATS_NEW_26_4,
loc.WHATS_NEW_26_3,
loc.WHATS_NEW_26_2,
loc.WHATS_NEW_26_1,
loc.WHATS_NEW_26_0,
loc.WHATS_NEW_27_0,
};

--- Returns the fully formatted localized text for this view.
Expand Down

0 comments on commit 40fc627

Please sign in to comment.