Skip to content

Commit 71872c9

Browse files
committed
Update release date
1 parent e7d9493 commit 71872c9

File tree

1 file changed

+94
-76
lines changed

1 file changed

+94
-76
lines changed

RELEASE.md

Lines changed: 94 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,148 @@
11
# dcli Release Notes
22

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.
56

67
## 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)
1315

1416
## 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
1619

1720
## v0.7.1 November 2, 2021
18-
* Added support for Iron Banner gold medals
21+
22+
- Added support for Iron Banner gold medals
1923

2024
## 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
2631

2732
## 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
3137

3238
## 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).
4047

4148
## 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).
4452

4553
## 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).
4958

5059
## v0.5.61 February 7, 2021
51-
* Added moment for Season of the Chosen.
60+
61+
- Added moment for Season of the Chosen.
5262

5363
## v0.5.6 February 7, 2021
54-
* Display mercy data in dcliah.
64+
65+
- Display mercy data in dcliah.
5566

5667
## 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.
6274

6375
## 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.
6578

6679
## 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.
7387

7488
## 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.
7792

7893
## v0.3.7 : January 11, 2021
79-
* Added additional weapon metrics.
94+
95+
- Added additional weapon metrics.
8096

8197
## 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).
83100

84101
## 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.
88106

89107
## v0.3.2 : January 1, 2021
90108

91-
* Fixed wrong version numbers in some apps.
92-
* Updated Copyright year.
109+
- Fixed wrong version numbers in some apps.
110+
- Updated Copyright year.
93111

94112
## v0.3.1 : December 30, 2020
95113

96-
* Updated tests to run with latest release.
114+
- Updated tests to run with latest release.
97115

98116
## v0.3.0 : December 30, 2020
99117

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.
105123

106124
## v0.2.0 : December 14, 2020
107125

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.
113131

114132
## v0.1.1 : December 3, 2020
115133

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.
120138

121139
## v0.1.0 : December 2, 2020
122140

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

Comments
 (0)