-
Notifications
You must be signed in to change notification settings - Fork 0
/
texts.js
51 lines (50 loc) · 2.26 KB
/
texts.js
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
var appCL =
'If you find a bug, or have a suggestion, please let me know at '
+ '<a class=ubLink href="https://github.com/StewVed/memguess/issues" target=_blank>GitHub Issues</a>'
+ '<hr>'
+ '<p class="B C">28th July 2020</p> '
+ '<ul><li>' + zNew + 'Made buttons move about a little bit all the time. Looks a bit loke floating bubbles. (This does use a bit more power though)'
+ '</li><li>' + zImp + 'First button press animation smooth now!'
+ '</li><li>' + zImp + 'Removed the text in the buttons.'
+ '</li><li>' + zDev + 'Added the two png favicons to serviceworker cache - this should now be everything that is ever needed!'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">18th July 2020</p> '
+ '<ul><li>' + zImp + 'tweaked button animation'
+ '</li><li>' + zImp + 'tweaked game icon (svg)'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">12th July 2020</p> '
+ '<ul><li>' + zImp + 'Tweaked position of the buttons to be more central.'
+ '</li><li>' + zNew + 'Added <q>springy</q> animation to buttons.'
+ '</li><li>' + zImp + 'Made the memory mode start on level 3 instead of 1.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">2nd December 2019</p> '
+ '<ul><li>' + zBug + 'The amount of turns user has played should now work in Settings.'
+ '</li><li>' + zImp + 'The memory/guess chooser button was tweaked.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">10th September 2019</p> '
+ '<ul><li>' + zImp + 'removed zappversion - not used now.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">18h April 2019</p> '
+ '<ul><li>' + zBug + 'Small fix for the font size in landscape mode.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">27th May 2017</p> '
+ '<ul><li>' + zImp + 'Moved the level indicator to the center of the game.'
+ '</li><li>' + zBug + 'The above improvement, and a couple other tweaks fixed the bug where the game didn't render correctly when in landscape (longer width than height).'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">15th April 2017</p> '
+ '<ul><li>' + zBug + 'Added new game on closing settings.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">2nd April 2017</p> '
+ '<ul><li>' + zDev + 'Adapted the project to use my Global general files.'
+ '</li></ul>'
+ '<hr>'
+ 'Earlier delevopment can be found on <a class=ubLink href="https://github.com/StewVed/memguess/commits/master" target=_blank>GitHub Commits</a>'
;