22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.1.30] - 2025-03-17
6+
7+ ### π Features
8+
9+ - * (replays)* Add data export
10+ - * (replays)* Add data auto-export in settings tab
11+ - * (replays)* Data export provides module and skill names
12+ - * (replays)* Show build info when player details are expanded
13+
14+ ### π Bug Fixes
15+
16+ - * (replays)* Only make one attempt to parse historical replays
17+ - * (replays)* Fix inconsistencies between auto data export and manual export
18+
19+ ### Replays
20+
21+ - Remove dead code
22+ - Only write results if server-provided data is available
23+
524## [ 0.1.29] - 2025-03-05
625
726### π Bug Fixes
@@ -114,38 +133,27 @@ All notable changes to this project will be documented in this file.
114133
115134### π Features
116135
136+ - * (replays)* Add base xp
117137- * (replays)* Add checkbox to auto-load most recent replay
118138- * (replays)* Colorize base XP and damage
119139- Add new player tracker tab
120140- * (replays)* Add hover text to break down damage by damage type
121141
122142### π Bug Fixes
123143
144+ - * (replays)* Fixed total damage numbers reflecting incorrect teams
124145- * (replays)* Fix operation replays failing to load
125146
126147### βοΈ Miscellaneous Tasks
127148
149+ - Update changelog
128150- Update gui
129151
130152### Replays
131153
132154- Adjust some table column sizes
133155- Enable auto loading of latest replay by default
134156
135- ## [ 0.1.22] - 2024-11-13
136-
137- ### π Features
138-
139- - * (replays)* Add base xp
140-
141- ### π Bug Fixes
142-
143- - * (replays)* Fixed total damage numbers reflecting incorrect teams
144-
145- ### βοΈ Miscellaneous Tasks
146-
147- - Update changelog
148-
149157## [ 0.1.21] - 2024-11-12
150158
151159### π Features
@@ -228,25 +236,16 @@ All notable changes to this project will be documented in this file.
228236
229237### π Bug Fixes
230238
239+ - * (settings)* Sending replay data was not enabled by default
231240- Log files were not cleared
232241- * (replays)* Fix ci compilation error
233242
234- ## [ 0.1.14] - 2024-08-30
235-
236- ### π Bug Fixes
237-
238- - * (settings)* Sending replay data was not enabled by default
239-
240243## [ 0.1.13] - 2024-08-30
241244
242245### π Bug Fixes
243246
244247- * (replays)* Replays would not show any data when parsing
245248
246- ### βοΈ Miscellaneous Tasks
247-
248- - Update changelog
249-
250249## [ 0.1.12] - 2024-08-30
251250
252251### π Features
@@ -262,6 +261,7 @@ All notable changes to this project will be documented in this file.
262261
263262- Cargo fix
264263- Cargo fmt
264+ - Update changelog
265265
266266## [ 0.1.11] - 2024-06-12
267267
0 commit comments