Skip to content

Commit

Permalink
Merge branch 'wotlk/dev' into wotlk/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Nov 3, 2023
2 parents fc77143 + 66e5500 commit 6b0571f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## Version 30403.02

- Tweaked toast borders so that the texture looks more consistent with no warping or shifting.
Doesn't affect ElvUI skins.

![Imgur](https://i.imgur.com/VbQfaNq.png)

## Version 30403.01

- Added 3.4.3 support.
Expand All @@ -11,8 +18,8 @@
## Version 30402.01

- Added 3.4.2 support.
- Added "Two Tone" variants to all built-in skins. They have a two tone background that's similar to that of Blizz
achievement toasts. I might tweak the textures depending on the feedback.
- Added "Two Tone" variants to all built-in skins. They have a two tone background that's similar
to that of Blizz achievement toasts. I might tweak the textures depending on the feedback.
- Updated Spanish translation. Translated by Shacoulrophobia@Curse.

![Imgur](https://i.imgur.com/2QWIHCd.png)
Expand Down Expand Up @@ -43,7 +50,7 @@

## Version 30400.01

- Added 3.4.0 support;
- Added achievement toasts;
- Added currency toasts;
- Added 3.4.0 support.
- Added achievement toasts.
- Added currency toasts.
- Updated embeds.
5 changes: 2 additions & 3 deletions ls_Toasts/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ local _G = getfenv(0)

-- Mine
E.CHANGELOG = [[
- Added 3.4.3 support.
- Added an option to whitelist all pets.
- Added an option to whitelist items by their IDs.
- Tweaked toast borders so that the texture looks more consistent with no warping or shifting.
Doesn't affect ElvUI skins.
]]
2 changes: 2 additions & 0 deletions ls_Toasts/core/toast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ local function createBorder(self, drawLayer, drawSubLevel)

for _, v in next, sections do
border[v] = self:CreateTexture(nil, drawLayer or "OVERLAY", nil, drawSubLevel or 1)
border[v]:SetTexelSnappingBias(0)
border[v]:SetSnapToPixelGrid(false)
end

border.TOPLEFT:SetTexCoord(0.5, 0.625, 0, 1)
Expand Down
2 changes: 1 addition & 1 deletion ls_Toasts/ls_Toasts.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 30403
## Author: lightspark
## Version: 30403.01
## Version: 30403.02
## Title: LS: |cff00cc99Toasts|r
## Notes: Better toasts, cheers!
## SavedVariables: LS_TOASTS_GLOBAL_CONFIG
Expand Down

0 comments on commit 6b0571f

Please sign in to comment.