From 9097c88474f6be7a617e6fcee5e76a688e85f182 Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Thu, 16 May 2024 09:00:11 +0200 Subject: [PATCH] Added README --- README.md | 18 ++++++++++++++++++ RelNotes.lua | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..084dd95 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +[![Package and release](https://github.com/alarofrunetotem/GarrisonCommander/actions/workflows/main.yml/badge.svg?branch=master&event=push)](https://github.com/alarofrunetotem/GarrisonCommander/actions/workflows/main.yml) + +# GarrisonCommander helps you when choosing the right follower for the right mission +## General enhancements +* Mission panel is movable (position not saved, it's jus to see things, panel is so huge...) +* Success chance extimation shown in mission list (optionally considering only available followers) +* Proposed party button +* each follower can be ignored individually for each mission +* you can ignore maxed followers +* you can ignore busy followers +* you can sort missions +## Tooltip Enhancements +* list of additional follower than have useful features for the mission +* both traits (silver lines) and abilities(blue lines) are shown +* every follower line has now the icon for countered trait/ability +* final success chance (optionally considering only available followers) +## Silent mode +typing /gac silent in chat will eliminate every chat message from GarrisonCommander diff --git a/RelNotes.lua b/RelNotes.lua index 72a5774..e6b8519 100644 --- a/RelNotes.lua +++ b/RelNotes.lua @@ -22,7 +22,7 @@ self:Wiki([[ == Silent mode == typing /gac silent in chat will eliminate every chat message from GarrisonCommander ]]) -self:RelNotes(3,8,2,[[ +self:RelNotes(3,8,4,[[ Toc: Update for 10.2.7 Fix: Lua Error about SetJustifyV ]])