Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mgeitz/eqalert

Tags

3.7.3

Toggle 3.7.3's commit message
3.7.3

- Dependent Package Updates
- Config File Generation Improvements

3.7.2

Toggle 3.7.2's commit message
3.7.2

- Fix logging to `./log/eqalert.log`
- Fix spell timers
- Config generation refactor
- Moved `./encounters` to `./data/encounters`

3.7.0

Toggle 3.7.0's commit message
3.7.0

* Local TTS
    - Default to off
    - Can change default TTS model
* Update Readme for Local Dev
* Update .dockerignore
* 2024 License Bump 🐱
* Workflow Name Updates
* Verbose Build Output
* Fix Spell Timers Generation
    - Fix duplicate run bug on first run
    - Much faster

3.6.2

Toggle 3.6.2's commit message
3.6.2

  - Fixes encounter heal tracking
  - Fixes archiving unknown versions of config files
  - Adds Poetry for package management
  - Adds Pytest for future tests

3.6.1

Toggle 3.6.1's commit message
3.6.1

* Ability Output Config
  - Separate out abilities to dedicated config

* Add Group Leader to Status Bar
  - seems generally helpful to know who the group leader is in group or raid context

* Toggle Encounter Parse Known Player Target
  - when enabled never generate encounter reports for known players

* Fix emote parser dupes

** Guild Status to Player List
  - Use `/guildstatus` output in the player list

* Bump gTTS to 2.3.2

* README Update
  - Add installation steps for Linux distributions which adopted PEP 668
  - Alphabetize more things
  - Re-order some sections
  - Readability tweaks

* Bump Dockerfile Base Image

* Resolve Regex Errors
3.6.1

* Ability Output Config
  - Separate out abilities to dedicated config

* Add Group Leader to Status Bar
  - seems generally helpful to know who the group leader is in group or
    raid context

* Toggle Encounter Parse Known Player Target
  - when enabled never generate encounter reports for known players

* Fix emote parser dupes

** Guild Status to Player List
  - Use `/guildstatus` output in the player list

* Bump gTTS to 2.3.2

* README Update
  - Add installation steps for Linux distributions which adopted PEP 668
  - Alphabetize more things
  - Re-order some sections
  - Readability tweaks

* Bump Dockerfile Base Image

* Resolve Regex Errors
3.6.1

* Ability Output Config
  - Separate out abilities to dedicated config

* Add Group Leader to Status Bar
  - seems generally helpful to know who the group leader is in group or
    raid context

* Toggle Encounter Parse Known Player Target
  - when enabled never generate encounter reports for known players

* Fix emote parser dupes

** Guild Status to Player List
  - Use `/guildstatus` output in the player list

* Bump gTTS to 2.3.2

* README Update
  - Add installation steps for Linux distributions which adopted PEP 668
  - Alphabetize more things
  - Re-order some sections
  - Readability tweaks

* Bump Dockerfile Base Image

* Resolve Regex Errors

3.6.0

Toggle 3.6.0's commit message
3.6.0

- Fix consider evaluation bug at lower levels
- Fix /say parser who [player]` output
- Fix metronome breaking curses timer list
- Update mob respawn timer to use encounter parse
- Fix spell timers targeting the active player not saving correctly after saving more than once
- Fix spell_line_feel_better_you_off

3.5.6

Toggle 3.5.6's commit message
3.5.6

- Fix misc bugs
- Clean-up spell timer detection
- Clean-up spell timer filters
- Make spell timer guessing way more guessy but off by default
- Add missing `shield_of_thorns` spell
- Version Spell Timers
- Illusion Spell Timer

3.5.5

Toggle 3.5.5's commit message
3.5.5

Fix Alert Consolidation

3.5.4

Toggle 3.5.4's commit message
3.5.4

* Update help menu controls
* Spell Items JSON Fix-up
* Update Default Raid Zones
    - Some zones with raid targets did not auto-enable raid mode
* Consolidate Spell Timers
    - When a spell timer expires, if there are timers for the same spell expiring in the next 3 seconds, combine their alerts
* Non-blocking Sound
    - Replaces the 3 blocking sound threads with one non-blocking one
* Spell Timer Bugs

3.5.3

Toggle 3.5.3's commit message
3.5.3

* Fix Spell Timer Other State Save
* Spell Timer Pop-Up Window
* Clicky Spell Timers
  - Adds spell-items.json
  - Adds self to spell-casters.json
  - Improve action spell timer readability (maybe), and probably break some
    things