Compare commits
No commits in common. "a39f5fbe4ec3614df8e4aefe47ce4343ee8a72ce" and "41337b8b0b4bc91c9cd56f55bb5cf02ea6a3c3f1" have entirely different histories.
a39f5fbe4e
...
41337b8b0b
@ -51,7 +51,7 @@ namespace EliteBGS.BGS {
|
||||
|
||||
public void Scan(PlayerJournal journal, DateTime start, DateTime end) {
|
||||
var entries = from file in journal.Files
|
||||
where file.NormalisedDateTime >= start && file.NormalisedDateTime <= end
|
||||
where file.NormalisedTimestamp >= start && file.NormalisedTimestamp <= end
|
||||
select file.Entries
|
||||
;
|
||||
Scan(entries.SelectMany(x => x).ToList());
|
||||
|
@ -1,9 +1,5 @@
|
||||
# EliteBGS changelog
|
||||
|
||||
## 0.1.1 on 15.03.2022
|
||||
|
||||
* Update tool to work with the new journal filenames introduced in Update 11.
|
||||
|
||||
## 0.1.0 on 27.02.2022
|
||||
|
||||
* Final release without beta in front of it.
|
||||
|
@ -51,5 +51,5 @@ using System.Windows;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.1.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.1.0")]
|
||||
[assembly: AssemblyVersion("0.1.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.0.0")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user