Skip to content

Commit

Permalink
Merge branch 'release/0.19.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Jul 23, 2023
2 parents 1c4f208 + ed2bc54 commit ec1dd41
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 7 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"todo-tree.tree.showCountsInTree": false,
"Lua.runtime.path": [
"${workspace}\\RCLootCouncil\\__tests\\?.lua"
]
],
"Lua.workspace.library": [
"${workspace}/../RCLootCouncil",
"${3rd}/lfs/library",
"${userHome}\\.vscode\\extensions\\ketho.wow-api-0.9.14\\EmmyLua\\API",
"${userHome}\\.vscode\\extensions\\ketho.wow-api-0.9.14\\EmmyLua\\Optional",
"${userHome}/AppData/Roaming/Code/User/globalStorage/sumneko.lua/addonManager/addons/busted/module/library",
"${3rd}/luassert/library"
],
"Lua.workspace.checkThirdParty": false
}
21 changes: 19 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
Updated Ace3.
## Changes

Updated for patch 3.4.2.

### Roll column

Switched to a new system that's much lighter on comms for propergating the automatic random rolls. This should fix the issues some people have with the last few sessions not receiving random rolls.

This change is not backwards compatible, once the ML upgrades, everyone will have to in order to see the random rolls.

### Trophy of the Crusade

Is now considered an armor token for buttons and responses. Also added ilvl data.

### Voting Frame session buttons

Selecting an awarded session now shows a yellow checkmark instead of nothing on the session button.

## Bugfixes

- *Removed creation of `C_Container` namespace which clashes with other addons (#53).*
- *History now records the correct response instead of "Awarded" when awarding multiple copies of the same item to a player.*
- *Voting frame rows should no longer be jumping around excessively.*
26 changes: 26 additions & 0 deletions Changelog_Complete.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 0.19.0

## Changes

Updated for patch 3.4.2.

### Roll column

Switched to a new system that's much lighter on comms for propergating the automatic random rolls. This should fix the issues some people have with the last few sessions not receiving random rolls.

This change is not backwards compatible, once the ML upgrades, everyone will have to in order to see the random rolls.

### Trophy of the Crusade

Is now considered an armor token for buttons and responses. Also added ilvl data.

### Voting Frame session buttons

Selecting an awarded session now shows a yellow checkmark instead of nothing on the session button.

## Bugfixes

- *History now records the correct response instead of "Awarded" when awarding multiple copies of the same item to a player.*
- *Voting frame rows should no longer be jumping around excessively.*


# 0.18.4

Updated Ace3.
Expand Down
2 changes: 1 addition & 1 deletion RCLootCouncil
6 changes: 3 additions & 3 deletions RCLootCouncil_Classic.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Author: Potdisc
## Interface: 11403
## Interface-Wrath: 30401
## Notes: RCLootCouncil for WoW Classic and Wrath of the Lich King Classic v0.18.4
## Interface-Wrath: 30402
## Notes: RCLootCouncil for WoW Classic and Wrath of the Lich King Classic v0.19.0
## Title: RCLootCouncil Classic
## Version: 0.18.4
## Version: 0.19.0
## X-Curse-Project-ID: 332955
## SavedVariables: RCLootCouncilDB, RCLootCouncilLootDB
## OptionalDeps: LibStub, CallbackHandler-1.0, Ace3, lib-st, LibWindow-1.1, LibDialog-1.0
Expand Down

0 comments on commit ec1dd41

Please sign in to comment.