-
Notifications
You must be signed in to change notification settings - Fork 0
/
log.html
46 lines (38 loc) · 1.56 KB
/
log.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>GenGo</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="https://kit.fontawesome.com/21c08e5dcf.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<a href="index.html"><i class="fas fa-align-center"></i> GenGo</a>
<a href="guide.html"><i class="fas fa-book"></i> Guide</a>
<a href="log.html"><i class="fas fa-sticky-note"></i> Change Log</a>
<a href="https://github.com/CollinBrennan/GenGo"><i class="fab fa-github"></i> GitHub</a>
</header>
<div class="content">
<h1>Change Log 2020</h1>
<hr>
<h2>May 12<sup>th</sup></h2>
<p>-Fixed a bug where affricates wouldn't display correctly</p>
<hr>
<h2>May 11<sup>th</sup></h2>
<p>-Fixed a bug where IPA buttons would only add a character at the end of a text field.
<br>-Fixed a bug where input fields would be too small while the IPA chart was open.
<br>
<br>-Added ability to comment out groups (//) and letter(s) (/)
<br>-Added ability to use floating points as weights to make characters less likely to be picked
</p>
<hr>
<h2>May 10<sup>th</sup></h2>
<p>Public release.</p>
<hr>
</div>
<footer>
Copyright <i class="far fa-copyright"></i> 2020 · GenGo is free to use · <a href="https://www.paypal.me/ColBren" target="_blank"><i class="fas fa-coins"></i> Tips</a> are much appreciated
</footer>
</body>