Skip to content

Commit

Permalink
Merge pull request #70 from ZhengLinLei/version
Browse files Browse the repository at this point in the history
Release v0.1.7
  • Loading branch information
ZhengLinLei committed Nov 9, 2023
2 parents 8bb5983 + 878e331 commit 126e77d
Show file tree
Hide file tree
Showing 13 changed files with 129 additions and 37 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
v0.1.6 -> 15/10/2023 -----------------------------------> TAG: v0.1.6-beta; v0.1.6-beta.1
v0.1.6 -> 09/11/2023 -----------------------------------> TAG: v0.1.6.7
* Today is my birthday 🎉 *
- Fixed Apple Canvas resize and notch problem
- Added FPS counter
- Added low fps warning
- Added iPhone APP install popup
- Changed Images folder-name
- Added windows 8 support
- Fixed iPhone record image share

v0.1.6 -> 15/10/2023 -----------------------------------> TAG: v0.1.6-beta; v0.1.6-beta.1; v0.1.6-beta.2
- Changed PWA
- Added PWA install popup
- Changed playBot() function test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Live web preview [here](https://zhenglinlei.github.io/stackblock.io)
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License" />
</a>&nbsp;
<a>
<img src="https://img.shields.io/badge/version-0.1.6b2-brightgreen" alt="Version" />
<img src="https://img.shields.io/badge/version-0.1.7-brightgreen" alt="Version" />
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, maximum-scale=1.0, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=contain, maximum-scale=1.0, user-scalable=no">
<!-- OPT -->
<link rel="shortcut icon" href="./img/ico.ico" type="image/x-icon">
<meta name="theme-color" content="#ffffff" />
Expand Down Expand Up @@ -82,7 +82,7 @@ <h3 class="score">BEST SCORE</h3>
<script src="./js/lib/png2share.min.js"></script>
<script src="./js/script.min.js"></script>
<script>
const V = "1.0.6-b2";
const V = "0.1.7";
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register(`./sw.js?v=${V}`)
Expand Down
Loading

0 comments on commit 126e77d

Please sign in to comment.