From 359cf14008330361fa5a43033caaf0ec93922d42 Mon Sep 17 00:00:00 2001 From: lolmam Date: Wed, 3 Sep 2025 17:46:14 +0300 Subject: [PATCH] Added latest version and updated website --- Changelog.md | 14 ++++ README.md | 8 +- Versions.md | 7 +- docs/index.html | 4 +- docs/style/style.css | 15 ++++ docs/versions/versions_1.x/index.html | 48 +++++++----- docs/versions/versions_2.x/index.html | 46 ++++++++---- docs/versions/versions_3.x/index.html | 101 +++++++++++++++++++++----- 8 files changed, 186 insertions(+), 57 deletions(-) diff --git a/Changelog.md b/Changelog.md index a8570a3..9ca90be 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,6 +18,20 @@ This table and any use of it (including in the website versions) remains under t Changelog +3.15.1 (132) + +2025-08-28 + + + + + 3.15.0 (131) 2025-08-06 diff --git a/README.md b/README.md index eb6db96..78d0d59 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,15 @@ For license and attribution info check [NOTICE.md](NOTICE.md) ## Archive Progress -**Total versions released:** 123 -**Versions found:** 114 +**Total versions released:** 124 +**Versions found:** 115 **Versions missing:** 9 *(If you have any of them, feel free to contact me so I can add them to this archive.)* **Missing versions:** `1.2.1, 1.2.2, 1.2.3, 1.2.5, 1.5.3, 1.5.5, 2.4.1, 2.4.2, 2.5.0` -![92.6%](https://progress-bar.xyz/92/?style=neo-glass&title=Completion&width=300) +![92.7%](https://progress-bar.xyz/92/?style=neo-glass&title=Completion&width=300) ## Versions Table You can find a list of all available versions along with their supported platforms in the [Versions Table](Versions.md). @@ -40,7 +40,7 @@ For instructions on how to install check [How to Install](Install.md). The full changelog for each version is available in the [Changelog](Changelog.md). ## Notes -1. **Version 3.15.0 (131)** is the latest version **"06/Aug/2025"**. +1. **Version 3.15.1 (132)** is the latest version **"28/Aug/2025"**. 2. The game updates around every **Wednesday at (09:00 AM UTC)**. 3. **"G"** is for Google Play versions, **"T"** is for TapTap versions, and **NA** for versions that **don't** work (APK is available but missing OBB or it doesn't install or launch). 4. Google Play versions **(G)** and TapTap versions **(T)** are **not compatible** with each other due to differences in their digital signatures. diff --git a/Versions.md b/Versions.md index cdf1929..3c2850e 100644 --- a/Versions.md +++ b/Versions.md @@ -630,7 +630,12 @@ Full Changelog is [Here](Changelog.md) 131 3.15.0 - + Google Play + + + 132 + 3.15.1 + Google Play diff --git a/docs/index.html b/docs/index.html index 6dd6279..5d0aaf4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,7 +29,7 @@

Archive Summary

-

Total versions released: 123
Versions found: 114

+

Total versions released: 124
Versions found: 115

diff --git a/docs/style/style.css b/docs/style/style.css index 0da7391..b2501ef 100644 --- a/docs/style/style.css +++ b/docs/style/style.css @@ -1,3 +1,7 @@ +html { + scroll-behavior: smooth; +} + * { box-sizing: border-box; margin: 0; @@ -170,6 +174,7 @@ footer { justify-content: space-between; transition: height 0.3s ease; min-height: 160px; + scroll-margin: 20vh; } .version-card h2 { @@ -487,4 +492,14 @@ a.back-to-top:hover { padding: 6px 12px; text-align: center; word-wrap: break-word; +} + +@keyframes pulse { + 0% { box-shadow: 0 0 0 0 rgba(0, 150, 255, 0.7); } + 70% { box-shadow: 0 0 0 15px rgba(0, 150, 255, 0); } + 100% { box-shadow: 0 0 0 0 rgba(0, 150, 255, 0); } +} + +.highlight { + animation: pulse 1.5s ease-out; } \ No newline at end of file diff --git a/docs/versions/versions_1.x/index.html b/docs/versions/versions_1.x/index.html index 4a5766b..6bd110c 100644 --- a/docs/versions/versions_1.x/index.html +++ b/docs/versions/versions_1.x/index.html @@ -2317,21 +2317,35 @@ \ No newline at end of file + content.style.display = isOpen ? 'none' : 'block'; + button.classList.toggle('open', !isOpen); + button.innerHTML = ` + + ${isOpen ? 'Show File Info' : 'Hide File Info'} + `; + } + function highlightHash() { + if (window.location.hash) { + const target = document.querySelector(window.location.hash); + if (target) { + setTimeout(() => { + target.classList.add("highlight"); + setTimeout(() => target.classList.remove("highlight"), 2000); + }, 700); + } + } + } + + window.addEventListener("DOMContentLoaded", highlightHash); + window.addEventListener("hashchange", highlightHash); + diff --git a/docs/versions/versions_2.x/index.html b/docs/versions/versions_2.x/index.html index 97e8bff..bcd4adb 100644 --- a/docs/versions/versions_2.x/index.html +++ b/docs/versions/versions_2.x/index.html @@ -1195,21 +1195,35 @@ diff --git a/docs/versions/versions_3.x/index.html b/docs/versions/versions_3.x/index.html index 0483259..ce82d0a 100644 --- a/docs/versions/versions_3.x/index.html +++ b/docs/versions/versions_3.x/index.html @@ -38,9 +38,62 @@
+ +
+

Phigros 3.15.1 (132) Google - Latest Version

+

Released: 2025-08-28

+

+ + + + + + + + +

+ +
+

-

Phigros 3.15.0 (131) Google - Latest Version

+

Phigros 3.15.0 (131) Google

Released: 2025-08-06

@@ -2556,21 +2609,35 @@