-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
81 lines (78 loc) · 4.02 KB
/
about.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
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head><title>Memrise+ About</title></head>
<meta charset="UTF-8">
<body>
<link rel="stylesheet" href="css/options.css">
<script src="js/jquery-2.2.4.min.js"></script>
<header>
<h1><img src="images/icon-48.png"/> MEMRISE<span class="leplus">+</span><div id="status"></div></h1>
</header>
<section>
<h2>Version</h2>
<h3>2.0.0<span class="date">| 17 February 2017</span></h3>
<ul>
<li>Website memrise configuration change Http to Https</li>
<li>Correct problem initialisation when user click on option icon after install extension</li>
<li>Modify icon timer</li>
</ul>
<h2>Version</h2>
<h3>1.1.0<span class="date">| 13 July 2016</span></h3>
<ul>
<li>Added Word Search Game for difficult words (word is included if lengh<10, alphabet character only). Button "game +" appear if 3 words minimum are at find</li>
<li>Added number of difficult words on tab course of popup extension</li>
</ul>
<h3>1.0.6<span class="date">| 20 June 2016</span></h3>
<ul>
<li>Fix hebrew font</li>
<li>Add function : A button to help. When user click, in input test a letter is added</li>
</ul>
<h3>1.0.5<span class="date">| 16 June 2016</span></h3>
<ul>
<li>Add API responsivevoice for Firefox. TODO fix for OPERA audio</li>
<li>Show on popup difficult words by course. (This local computer functionnality, not API. Creation of IndexedDB to local storage things. Allows the addition of next features)</li>
<li>Fix error of button to swith font hebrew</li>
</ul>
<h3>1.0.4<span class="date">| 01 June 2016</span></h3>
<ul>
<li>Add about page</li>
<li>More Courses on popup : By default API awnsers with a limit of 4 courses maximum. Request is now limit=20</li>
<li>Add Text-To-Speech by TTS Chromium or API to Hebrew</i>
<li>Badges to inform the number of review : >900 it's show +900</li>
<li>Fix minor issue and security</li>
</ul>
<h3>1.0.3<span class="date">| 23 May 2016</span></h3>
<ul>
<li>Add t'chat with tlk.io. If this t'chat is insufficient, we will use other solution.</li>
<li>Change few libraries after feedback Opera</li>
<li>Add thanks on option page</li>
<li>Extension propulsed on Opera : <a href="https://addons.opera.com/en-gb/extensions/details/memrise/">https://addons.opera.com/en-gb/extensions/details/memrise/</a></li>
</ul>
<h3>1.0.2<span class="date">| 18 May 2016</span></h3>
<ul>
<li>Modify font "Dorian CLM Book Italic" to fix issue of cursive Hebrew with Niqqud</li>
<li>Add translation for charts</li>
<li>Add information on option page : When are taken into effect the options changes</li>
<li>Fix issue badges : When user is no connected at memrise, badge on icon show "NaN"</li>
</ul>
<h3>1.0.1<span class="date">| 14 May 2016</span></h3>
<ul>
<li>Fix issue init data for charts : When new installation, user not connected to memrise or start of extension, data uploaded by API but no used</li>
</ul>
<h3>1.0.0<span class="date">| 13 May 2016</span></h3>
<ul>
<li>Extension propulsed on Chrome : <a href="https://chrome.google.com/webstore/detail/memrise%20/hmpiegnknhdokbhnifbpgbbfkeddbdfh">https://chrome.google.com/webstore/detail/memrise%20/hmpiegnknhdokbhnifbpgbbfkeddbdfh</a></li>
<li>Add code on <a href="https://github.com/Shmuel83/MemrisePlus">https://github.com/Shmuel83/MemrisePlus</a></li>
</ul>
<fieldset><legend id="Thanks">Thanks</legend>
<ul><li>Code Timer Control created by <a href="https://github.com/carpiediem/">https://github.com/carpiediem/</a></li>
<li>Find Cursive Hebrew Font "Dorian CLM Book Italic" by <a href="https://github.com/lwolfsonkin">Lawrence Wolf-Sonkin</a></li>
<li>Debug extension by some users <a href="https://www.facebook.com/groups/405552132936697/">https://www.facebook.com/groups/405552132936697/</a></li>
<li>Thank you for you to used this extension. I ask you just one contribution for a more visible extension , <a href="https://chrome.google.com/webstore/detail/memrise%2B/hmpiegnknhdokbhnifbpgbbfkeddbdfh/reviews?utm_source=chrome-app-launcher"> vote !</a> </li></ul>
</fieldset>
</section>
<footer>
Developed on 2016 by Rodolphe MOULIN | <span id="version"></span>|Not official extension : Þ |
</footer>
</body>
</html>