Skip to content

Commit

Permalink
Version and news update
Browse files Browse the repository at this point in the history
  • Loading branch information
derfloh205 committed Dec 12, 2023
1 parent ca00a0d commit ff03cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LoadoutReminder.toc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## X-Wago-ID: n6VPOLGd
## X-WoWI-ID: 26653
## SavedVariablesPerCharacter: LoadoutReminderDBV3, LoadoutReminderGGUIConfig, LoadoutReminderOptionsV2
## Version: 5.0.0
## Version: 5.0.1
## OptionalDeps: BetterAddonList, AddonControlPanel, TalentLoadoutManager

embeds.xml
Expand Down
10 changes: 2 additions & 8 deletions Modules/News/News.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LoadoutReminder.NEWS = {}
function LoadoutReminder.NEWS:Init()
-- create news frame
local sizeX = 400
local sizeY = 150
local sizeY = 100

local newsFrame = LoadoutReminder.GGUI.Frame({
parent=UIParent, anchorParent=UIParent,
Expand Down Expand Up @@ -33,13 +33,7 @@ function LoadoutReminder.NEWS:GET_NEWS()
local d = LoadoutReminder.GUTIL:ColorizeText("-", LoadoutReminder.GUTIL.COLORS.GREEN)
return string.format(
[[
%1$s Completely reworked the Options
and how loadouts are saved.
This means that your current loadouts were reset
(sorry)
%1$s Added Difficulties
%1$s Added News Frame (Hello o/)
%1$s Added Default Loadouts to fall back to
%1$s Fixed an error when difficulty is not yet loaded
]], d)
end

Expand Down

0 comments on commit ff03cf7

Please sign in to comment.