Skip to content

Releases: KogasaPls/EncounterSettings

Release list

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Sep 06:52
5aabb7d

Encounter Settings

v1.0.1 (2026-09-08)

Full Changelog Previous Releases

  • feat: tweak the in-game command printout
  • ci: publish releases to CurseForge

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 05:52
2a9786c

Encounter Settings

v1.0.0 (2026-09-08)

Full Changelog Previous Releases

  • docs: describe the RAID twin rule for every cvar
  • fix: refuse the graphics quality presets, which only the options panel can apply
  • feat: report applied and restored settings as a count when there is more than one
  • ci: check formatting with stylua
  • chore: trim the luacheck file block and drop redundant pkgmeta ignores
  • test: fail on nil format arguments and drop the addon-independent trigger test
  • refactor: move the status row formats to the locale file
  • test: assert SET takes effect before checking Unset
  • fix: reword the base-name hint for the generic RAID twin rule
  • fix: accept slash verbs in any case
  • fix: drop malformed saved variables at load
  • fix: keep restoring the other cvars when one restore fails, and retry it later
  • fix: map any cvar with a RAID twin to it when raid settings apply
  • refactor: move user-facing strings to Locales/enUS.lua
  • test: load the addon's files from its TOC in the harness
  • ci: release with the BigWigs packager on version tags
  • ci: lint and test on push and pull request
  • chore: add luacheck and stylua configs
  • chore: add editorconfig, gitattributes, and gitignore
  • docs: add README and MIT license
  • test: add offline harness for encounter state transitions
  • feat: add EncounterSettings addon