Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.8.5

- Update README.md
- ci: update changelog regex

## v0.8.4

- update screenshots
Expand Down
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local addonName, SNEK = ...
SNEK = SNEK or {}

-- Single source of truth for the version string
SNEK.VERSION = "0.8.4"
SNEK.VERSION = "0.8.5"

-- Binding display names
_G["BINDING_NAME_SNEK_TOGGLE_RECORDER"] = "Toggle Recorder (Start/Stop)"
Expand Down
2 changes: 1 addition & 1 deletion SNEK.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: S.N.E.K.
## Notes: Sequence Next Enqueued Key - Record and replay key sequences with delay
## Author: Sh1n
## Version: 0.8.4
## Version: 0.8.5
## IconTexture: Interface\AddOns\SNEK\media\icon.png
## SavedVariables: SNEKDB
## OptionalDeps: MessageQueue
Expand Down