forked from bladecoding/LoLNotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGeneral.txt
112 lines (112 loc) · 3.4 KB
/
General.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"News":
{
"html": "<b>Brazil is now supported.</b>"
},
"Release":
{
"ReleaseName": "k",
"Version": "1.1",
"Link": "https://github.com/downloads/bladecoding/LoLNotes/LoLNotes_1.1k.zip"
},
"Changes":
{
"1.1k":
[
"Added support for Brazil.",
],
"1.1j":
[
"Added the 7 missing champion icons.",
"Fixed a bug due to gameids exceeding 4 billion",
"Fixed exceptions in the UI thread will no longer kill lolnotes",
],
"1.1i":
[
"Added the 3 missing champion icons. (Fiora/Hecarim/Lulu)",
],
"1.1h":
[
"Fixed decode issue which caused the connection to be aborted.",
],
"1.1g":
[
"Recent games now has a new layout. Now uses champion icons instead of names.",
"Added Spell icons to recent games. Shows which spells they used that game.",
"Added [L] to show if they left that game.",
"Middle clicking a player's name now will now open a search on leagueofstats.",
"Added Nautilus",
"Fixed crash when clicking on a player who has not finished loading.",
],
"1.1f":
[
"Issue of injections failing on some platforms should be fixed.",
"You can now click on a players name to open a link to their lolking.net page.",
],
"1.1e":
[
"Queue group is now displayed above the players level.",
"(K/D/A) is colored from red to green based on the K/D ratio.",
"[W] and [L] have been replaced with colors (win = green, loss = red, bot game = black).",
"Added Delete LeaveBuster which prevents you from playing while ingame on another account.",
"Dropdown now includes all the tabs.",
"Fixed note colors dropdown.",
"64bit read/writeprocessmemory issue fixed"
],
"1.1d":
[
"Added News tab to grab attention about new things.",
"Fixed lolnotes not working with the latest patch.",
"Fixed note saving issue."
],
"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",
]
}
}