Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengLinLei committed Nov 9, 2023
1 parent a014f26 commit 878e331
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 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 index.html
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//GET VERSION
const CACHE_VERSION = "1.0.6-b2";
const CACHE_VERSION = "0.1.7";
const CURRENT_CACHE = `sbio-v${CACHE_VERSION}`;
let filesToCache = [
"./manifest.json",
Expand Down

0 comments on commit 878e331

Please sign in to comment.