-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleasenotes.html
72 lines (72 loc) · 3.42 KB
/
releasenotes.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Foxtrick</title>
<link rel="stylesheet" href="/assets/css/simple.min.css">
<link rel="stylesheet" href="/assets/css/site.css">
</head>
<body>
<header>
<div class="header">
<a href="/">
<img src="/assets/img/icon.png" alt="logo">
<h1>Foxtrick</h1>
</a>
</div>
<p>Browser extension for the Hattrick online football manager game</p>
</header>
<main>
<h4>Version 0.18.4.0</h4><ul>
<li>fixed MyMonitor not working with NT/U21 teams</li>
<li>removed empty space between Calendar and MyMonitor</li>
<li>fixed psicotsi extending outside of the main box in some locales - <em>(tandrcak)</em></li>
<li>fixed broken NT/U21 team links on Player page (classic view)</li>
<li>removed Foxtrick styling for News/Mail notification icons - <em>(rferromoreno)</em></li>
<li>News/Mail notification next to "My Clubs" no longer links to ht-mail Inbox</li>
<li>ShowFriendlyBooked icon now appears in cup column in Series table</li>
<li>use hattrick styling for Foxtrick sidebar boxes</li>
<li>further tweaking of RapidId to prevent it wrapping Live ticker</li>
<li>Stadium Links box now appears and works on stadium upgrade page</li>
<li>fixed error on HGL Series page during season break</li>
<li>fixed error on Fans page for new teams that haven't had a fan update yet</li>
<li>fixed election table incorrectly counting candidates after vote - <em>(dominiquelee)</em></li>
<li>fixed Links box bug when removing module links</li>
<li>don't display zero TDF contribution for non-technical player, and vice-versa</li>
<li>fixed Clear Cache link in Foxtrick toolbar</li>
<li>fixed Report Foxtrick bug failing for users who keep hattrick tabs open for a long time</li>
</ul>
<h4>Version 0.18.3.0</h4><ul>
<li>fixed goal alert sounds and notifications in non-classic Live</li>
<li>fixed copy senior player ad on classic pages</li>
<li>fixed error message when viewing own Manager page</li>
<li>bug reporting now functional for Foxtrick NG</li>
</ul>
<h4>Version 0.18.2.0</h4><ul>
<li>psicotsi wage calc now accounts for players with specialties - <em>(Ben-Zahler)</em></li>
<li>fixed psicotsi not appearing on Players page</li>
<li>fixed skill table not rendering on Players page</li>
<li>fixed non-functional filters on Players page</li>
</ul>
<h4>Version 0.18.1.0</h4><ul>
<li>new leagues: Bahamas and Rwanda</li>
<li>fixed RapidId hiding ticker - <em>(SebM668)</em></li>
<li>fixed parsing of sell price in confirm box - <em>(SebM668)</em></li>
<li>fixed detecting player last performance from star rating - <em>(plocatelli78)</em></li>
<li>removed TransferHistoryFilters module <em>(dominiquelee)</em></li>
</ul>
<h4>Version 0.18.0.0</h4><ul>
<li>new leagues: Guinea and Homegrown League</li>
<li>fixed xp calculation in player performance history</li>
</ul>
</main>
<footer>
<a href="/">Home</a> |
<a href="/releasenotes.html">Release Notes</a> |
<a href="https://github.com/foxtrick-ng/foxtrick">GitHub</a> |
<a href="/privacy.html">Privacy Policy</a> |
<a href="/datacollection.html">Data Collection</a>
</footer>
</body>
</html>