|
1 | 1 | # dcli Release Notes |
2 | 2 |
|
3 | | -## v0.8.01 February 17, 2022 |
4 | | -* Added season_of_the_risen, witch_queen moments. |
| 3 | +## v0.8.01 February 18, 2022 |
| 4 | + |
| 5 | +- Added season_of_the_risen, witch_queen moments. |
5 | 6 |
|
6 | 7 | ## v0.8.0 January 15, 2022 |
7 | | -* Update database to store additional game data (emblem hash for players and fireteamId). This will require a database update and data to be resynced |
8 | | -* Use new bungie api to search for player name, which fixes issue of some names not being able to be synced |
9 | | -* Renamed dclias to dclisync |
10 | | -* Major additions to dclisync, including ability to manage players who are being synced, and sync all players at once |
11 | | -* Some signficant data handling refactoring. Please report any bugs / issues |
12 | | -* Added flags to specify your own Destiny API key (required for dclisync) |
| 8 | + |
| 9 | +- Update database to store additional game data (emblem hash for players and fireteamId). This will require a database update and data to be resynced |
| 10 | +- Use new bungie api to search for player name, which fixes issue of some names not being able to be synced |
| 11 | +- Renamed dclias to dclisync |
| 12 | +- Major additions to dclisync, including ability to manage players who are being synced, and sync all players at once |
| 13 | +- Some signficant data handling refactoring. Please report any bugs / issues |
| 14 | +- Added flags to specify your own Destiny API key (required for dclisync) |
13 | 15 |
|
14 | 16 | ## v0.7.2 December 3, 2021 |
15 | | -* Fixed bug where Elimination mode was not supported |
| 17 | + |
| 18 | +- Fixed bug where Elimination mode was not supported |
16 | 19 |
|
17 | 20 | ## v0.7.1 November 2, 2021 |
18 | | -* Added support for Iron Banner gold medals |
| 21 | + |
| 22 | +- Added support for Iron Banner gold medals |
19 | 23 |
|
20 | 24 | ## v0.7.0 October 31, 2021 |
21 | | -* Deprecated and removed dclics, dclims, dclic and dclis |
22 | | -* Added support for specifying player via Bungie names |
23 | | -* Removed support for specifying player by member id and platform (use Bungie name instead) |
24 | | -* Added support for displaying medal info in dcliah |
25 | | -* Added table in datastore that tracks which players have been synced |
| 25 | + |
| 26 | +- Deprecated and removed dclics, dclims, dclic and dclis |
| 27 | +- Added support for specifying player via Bungie names |
| 28 | +- Removed support for specifying player by member id and platform (use Bungie name instead) |
| 29 | +- Added support for displaying medal info in dcliah |
| 30 | +- Added table in datastore that tracks which players have been synced |
26 | 31 |
|
27 | 32 | ## v0.6.3 September 5, 2021 |
28 | | -* Added support / moment for Season of the Lost (season_of_the_lost) |
29 | | -* Update compiler version to 1.53.0 |
30 | | -* Updated all crates to latest version |
| 33 | + |
| 34 | +- Added support / moment for Season of the Lost (season_of_the_lost) |
| 35 | +- Update compiler version to 1.53.0 |
| 36 | +- Updated all crates to latest version |
31 | 37 |
|
32 | 38 | ## v0.6.2 June 21, 2021 |
33 | | -* Added support for tracking data for multiple players. This requires all data to be re-synced. |
34 | | -* Fixed bug which could cause activity sync to get in infinite loop if error occured when saving activity data. |
35 | | -* Added rust-toolchain.toml to force 1.50.0 version of rust when compiling. More recent versions of the rust compiler break some of the packages used and will not compile. |
36 | | -* dcliah : Included additional information on character and class which stats are displayed for. |
37 | | -* dcliah : Now display win percentage for weapons in games where there is a kill with the weapon. |
38 | | -* dcliah : removed kills percent total of all games weapon data. |
39 | | -* Fixed incorrect weekly, daily reset times (was an hour late). |
| 39 | + |
| 40 | +- Added support for tracking data for multiple players. This requires all data to be re-synced. |
| 41 | +- Fixed bug which could cause activity sync to get in infinite loop if error occured when saving activity data. |
| 42 | +- Added rust-toolchain.toml to force 1.50.0 version of rust when compiling. More recent versions of the rust compiler break some of the packages used and will not compile. |
| 43 | +- dcliah : Included additional information on character and class which stats are displayed for. |
| 44 | +- dcliah : Now display win percentage for weapons in games where there is a kill with the weapon. |
| 45 | +- dcliah : removed kills percent total of all games weapon data. |
| 46 | +- Fixed incorrect weekly, daily reset times (was an hour late). |
40 | 47 |
|
41 | 48 | ## v0.5.63 June 11, 2021 |
42 | | -* Added Season of the Splicer moment. |
43 | | -* Fixed typo for Scout Rifles. (Thanks alexcpsec for the patch). |
| 49 | + |
| 50 | +- Added Season of the Splicer moment. |
| 51 | +- Fixed typo for Scout Rifles. (Thanks alexcpsec for the patch). |
44 | 52 |
|
45 | 53 | ## v0.5.62 February 19, 2021 |
46 | | -* Fixed bug that could cause some activities to never sync property (and could throw RowNotFound error.) Requires all data to be re-synced. |
47 | | -* Fixed issues where errors would occur if new data is found in API, and manifest hasnt been updated yet. |
48 | | -* Updated required compiler version (1.50.0), and a number of libraries (tokio, sqlx, reqwest). |
| 54 | + |
| 55 | +- Fixed bug that could cause some activities to never sync property (and could throw RowNotFound error.) Requires all data to be re-synced. |
| 56 | +- Fixed issues where errors would occur if new data is found in API, and manifest hasnt been updated yet. |
| 57 | +- Updated required compiler version (1.50.0), and a number of libraries (tokio, sqlx, reqwest). |
49 | 58 |
|
50 | 59 | ## v0.5.61 February 7, 2021 |
51 | | -* Added moment for Season of the Chosen. |
| 60 | + |
| 61 | +- Added moment for Season of the Chosen. |
52 | 62 |
|
53 | 63 | ## v0.5.6 February 7, 2021 |
54 | | -* Display mercy data in dcliah. |
| 64 | + |
| 65 | +- Display mercy data in dcliah. |
55 | 66 |
|
56 | 67 | ## v0.5.5 January 24, 2021 |
57 | | -* Added player rating to dcliad (this is based on Destiny combat rating, similar to elo). |
58 | | -* Fixed bug where wrong platform was being stored for players. Requires database update and data to be re-synced. |
59 | | -* Added --end-moment argument to dcliah to allow specifying start / end moments to search. |
60 | | -* Added moments for each season (see docs for [dcliah](https://github.com/mikechambers/dcli/tree/main/src/dcliah)). |
61 | | -* Some performance optimizations for data store queries. |
| 68 | + |
| 69 | +- Added player rating to dcliad (this is based on Destiny combat rating, similar to elo). |
| 70 | +- Fixed bug where wrong platform was being stored for players. Requires database update and data to be re-synced. |
| 71 | +- Added --end-moment argument to dcliah to allow specifying start / end moments to search. |
| 72 | +- Added moments for each season (see docs for [dcliah](https://github.com/mikechambers/dcli/tree/main/src/dcliah)). |
| 73 | +- Some performance optimizations for data store queries. |
62 | 74 |
|
63 | 75 | ## v0.5.1 January 22, 2021 |
64 | | -* Re-releasing as Windows Defender falsly flagged dcliah as containing malware (known issue with Defender). Hoping it won't flag new build. |
| 76 | + |
| 77 | +- Re-releasing as Windows Defender falsly flagged dcliah as containing malware (known issue with Defender). Hoping it won't flag new build. |
65 | 78 |
|
66 | 79 | ## v0.5.0 January 22, 2021 |
67 | | -* Released dcliad (per-game details). |
68 | | -* Removed dclics (last included in v0.3.71). |
69 | | -* removed stats_report example (required dclics). |
70 | | -* Updated data store format. Will require all data to be re-downloaded. |
71 | | -* Data for all activity players is now stored in data store (previously only stored data for specified player). |
72 | | -* dcliah added some additional data to stat output, including --activity-index, which can be used to load game specific data in dcliad. |
| 80 | + |
| 81 | +- Released dcliad (per-game details). |
| 82 | +- Removed dclics (last included in v0.3.71). |
| 83 | +- removed stats_report example (required dclics). |
| 84 | +- Updated data store format. Will require all data to be re-downloaded. |
| 85 | +- Data for all activity players is now stored in data store (previously only stored data for specified player). |
| 86 | +- dcliah added some additional data to stat output, including --activity-index, which can be used to load game specific data in dcliad. |
73 | 87 |
|
74 | 88 | ## v0.3.71 January 14, 2021 |
75 | | -* Fixed bug that led to wrong weapon stats when used in 1 game. |
76 | | -* Fixed bug preventing import of data of multiple players when they had played in same activity. |
| 89 | + |
| 90 | +- Fixed bug that led to wrong weapon stats when used in 1 game. |
| 91 | +- Fixed bug preventing import of data of multiple players when they had played in same activity. |
77 | 92 |
|
78 | 93 | ## v0.3.7 : January 11, 2021 |
79 | | -* Added additional weapon metrics. |
| 94 | + |
| 95 | +- Added additional weapon metrics. |
80 | 96 |
|
81 | 97 | ## v0.3.6 : January 6, 2021 |
82 | | -* Added support to sort weapon stat results in dcliah (--weapon-sort). |
| 98 | + |
| 99 | +- Added support to sort weapon stat results in dcliah (--weapon-sort). |
83 | 100 |
|
84 | 101 | ## v0.3.5 : January 6, 2021 |
85 | | -* Added support for private matches. See [issue 10](https://github.com/mikechambers/dcli/issues/10) for current limitations. |
86 | | -* General optimizations and performance improvements. |
87 | | -* This update will require that all activity data be redownloaded. |
| 102 | + |
| 103 | +- Added support for private matches. See [issue 10](https://github.com/mikechambers/dcli/issues/10) for current limitations. |
| 104 | +- General optimizations and performance improvements. |
| 105 | +- This update will require that all activity data be redownloaded. |
88 | 106 |
|
89 | 107 | ## v0.3.2 : January 1, 2021 |
90 | 108 |
|
91 | | -* Fixed wrong version numbers in some apps. |
92 | | -* Updated Copyright year. |
| 109 | +- Fixed wrong version numbers in some apps. |
| 110 | +- Updated Copyright year. |
93 | 111 |
|
94 | 112 | ## v0.3.1 : December 30, 2020 |
95 | 113 |
|
96 | | -* Updated tests to run with latest release. |
| 114 | +- Updated tests to run with latest release. |
97 | 115 |
|
98 | 116 | ## v0.3.0 : December 30, 2020 |
99 | 117 |
|
100 | | -* Refactored dcliah to use local data. |
101 | | -* Added dclisync. |
102 | | -* Deprecated dclics. |
103 | | -* Added default storage locations for data storage. No longer need to specify manifest-dir for apps. |
104 | | -* Simplified and standardized argument names. Please review docs. |
| 118 | +- Refactored dcliah to use local data. |
| 119 | +- Added dclisync. |
| 120 | +- Deprecated dclics. |
| 121 | +- Added default storage locations for data storage. No longer need to specify manifest-dir for apps. |
| 122 | +- Simplified and standardized argument names. Please review docs. |
105 | 123 |
|
106 | 124 | ## v0.2.0 : December 14, 2020 |
107 | 125 |
|
108 | | -* Added dcliah. |
109 | | -* Added dclitime. |
110 | | -* Updated and standardized all tool command line arguments (see docs). |
111 | | -* Added examples/session (bash and Windows Powershell). |
112 | | -* Lots of fixes and optimizations. |
| 126 | +- Added dcliah. |
| 127 | +- Added dclitime. |
| 128 | +- Updated and standardized all tool command line arguments (see docs). |
| 129 | +- Added examples/session (bash and Windows Powershell). |
| 130 | +- Lots of fixes and optimizations. |
113 | 131 |
|
114 | 132 | ## v0.1.1 : December 3, 2020 |
115 | 133 |
|
116 | | -* Fix [#1](https://github.com/mikechambers/dcli/issues/1). |
117 | | -* Fix [#2](https://github.com/mikechambers/dcli/issues/2). |
118 | | -* Fix [#3](https://github.com/mikechambers/dcli/issues/3). |
119 | | -* Updated [status_notification_win.ps1](https://github.com/mikechambers/dcli/blob/main/examples/status_notification_win.ps1). Requires dclia v0.1.1. |
| 134 | +- Fix [#1](https://github.com/mikechambers/dcli/issues/1). |
| 135 | +- Fix [#2](https://github.com/mikechambers/dcli/issues/2). |
| 136 | +- Fix [#3](https://github.com/mikechambers/dcli/issues/3). |
| 137 | +- Updated [status_notification_win.ps1](https://github.com/mikechambers/dcli/blob/main/examples/status_notification_win.ps1). Requires dclia v0.1.1. |
120 | 138 |
|
121 | 139 | ## v0.1.0 : December 2, 2020 |
122 | 140 |
|
123 | | -* Initial release. |
124 | | -* Includes: |
125 | | - * dclis |
126 | | - * dclim |
127 | | - * dclic |
128 | | - * dclims |
129 | | - * dclia |
130 | | - * dclics |
| 141 | +- Initial release. |
| 142 | +- Includes: |
| 143 | + - dclis |
| 144 | + - dclim |
| 145 | + - dclic |
| 146 | + - dclims |
| 147 | + - dclia |
| 148 | + - dclics |
0 commit comments