blob: 5e1d01faf8dfbf1c749be448ce059e5de5bc6dbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased
### Added
- Boss "kodans" for the Voice & Claw of the Fallen strike mission.
- More help text about the available boss names.
### Changed
- Updated `evtclib` to 0.2.0
- With that, boss parsing fixes that were implemented there:
"Soulless Horror", "Largos Twins", "Ensolyss of the Endless Torment",
"Kodans", "Conjured Amalgamate"
- Boss names can now be quoted in the filter expression.
### Fixed
- Performance issue when -boss was being used, as it failed to filter logs with
unknown bosses out early.
## 1.0.1 - 2020-04-26
### Changed
- Compilation is now done with link time optimization for the releases
|