Skip to content

Commit

Permalink
Merge pull request #15 from DJScias/feature/cleanup
Browse files Browse the repository at this point in the history
Cleanup/Optimize the files
  • Loading branch information
DJScias authored Sep 22, 2024
2 parents c4896dc + 91ba346 commit 8edb07d
Show file tree
Hide file tree
Showing 10 changed files with 1,262 additions and 1,066 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.3.0] - 2024-09-22

### Added
- Reputation now has a "Wait for end of combat" option, this is off by default.
- It waits to handle all reputation calculations until after all combat is over.
- Potentially mitigates freezing/lag when farming lots of reputation-giving mobs consistently.

### Changed
- Fall clean-up, a lot of code has been rewritten and optimized. In most cases, this should have no noticeable end-user changes.

### Fixed
- Safeguard GetFactionInfoByName (previously GetFactionIDByName) factionData being nil (fixes [#16](https://github.com/DJScias/Experiencer2/issues/16)).

## [6.2.1] - 2024-09-10

### Changed
Expand Down
Loading

0 comments on commit 8edb07d

Please sign in to comment.