This repository has been archived by the owner on May 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
/
Changes.txt
51 lines (51 loc) · 1.57 KB
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"1.1c":
[
"Removed LoLLoader. Now uses process injection.",
"Fixed resizing",
"Fixed exceptions in the main thread not being logged",
"Fixed rare null reference when retreiving player stats."
],
"1.1b":
[
"Note color now properly refreshes if there is no note.",
"When lolnotes is made smaller vertically there will be a scrollbar.",
"Fixed null reference in OnAccept."
],
"1.1a":
[
"Added database import/export",
"Added player stats lookup (Includes recent matches, rankings, top champions)",
"Made UI bigger to allow for more information. Can be made a bitsmaller horizontally.",
"Install/Uninstall now takes care of the certificates for you",
"Added Dev tab which logs packets for developers.",
"Disabled lobby logging and player stats logging. Became obsolete with the stats lookup. Improved performance removing them.",
"Added dropdown for quickly changing all tabs to the selected."
],
"1.1":
[
"Now works after log files were broken.",
],
"1.0f":
[
"Fixed LoLLoader depending on msvcrt (crashing origin)",
"Fixed crashing when editing a player twice in a row",
],
"1.0e":
[
"Added displaying end of game stats",
"Fixed not updating stale stats when in a lobby that is newer than the stats",
"Fixed player control flickering when rotating stats",
"Fixed crashing when lacking permissions to read appinit key",
"Fixed null reference in SetStats",
],
"1.0d":
[
"Fixed crashing if the AppInit key does not exist",
"Added Changes tab which displays the changes",
],
"1.0c":
[
"Fixed LoLNotes eating up cpu when idling",
]
}