From 2074b0db5865a5b9010e44fbbb2843c440c27ed8 Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:55:34 +0200 Subject: [PATCH 01/11] Update README.md skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma skibidi sigma --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0714138..92520f3 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ -# 🌟 JSTAR Tab v2.6.0 +# 🌟 JSTAR Tab v2.6.2 -Welcome to **JSTAR Tab v2.6.0**! This version builds upon the previous release with new features and improvements to enhance your browsing experience even further. 🚀 +Welcome to **JSTAR Tab v2.6.2**! This version builds upon the previous release with new features and improvements to enhance your browsing experience even further. 🚀 -## 🎉 What's New in v2.6.0? +## 🎉 What's New in v2.6.2? -- **Enhanced Onboarding Process**: The onboarding experience has been revamped to include options for starting fresh or importing data, making it easier to get started. -- **Keyboard Shortcuts**: Added the ability to configure keyboard shortcuts for quicker navigation and actions. -- **Improved Data Management**: Enhanced import/export functionality with better validation and error handling. -- **Custom Greeting Enhancements**: Added new format variables for custom greetings, allowing for more personalized messages. -- **UI and UX Improvements**: Various updates to the user interface for a more seamless experience, including responsive design adjustments. +- **New/Improved animations**: Experience the new responsive animations in the new update! ## 📥 Installation @@ -17,7 +13,7 @@ Welcome to **JSTAR Tab v2.6.0**! This version builds upon the previous release w 3. Follow the installation instructions specific to your browser. Alternative Manual Installation: -1. **Download the Latest Release**: [JSTAR Tab v2.6.0](https://github.com/DevJSTAR/JSTAR-Tab/releases/latest) +1. **Download the Latest Release**: [JSTAR Tab v2.6.2](https://github.com/DevJSTAR/JSTAR-Tab/releases/latest) 2. **Extract the Files**: Unzip the downloaded file to a directory of your choice. 3. **Load the Extension**: - Open your browser and navigate to the extensions page. @@ -61,6 +57,7 @@ Alternative Manual Installation: ## 📝 Contributing We welcome contributions! If you have suggestions or improvements, feel free to fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change. +Thanks JSTAR. ## 📄 License @@ -77,4 +74,4 @@ This project is licensed under the [MIT License](https://github.com/DevJSTAR/JST - **[Patreon](https://patreon.com/jstarsdev)** - **[Latest Release](https://github.com/DevJSTAR/JSTAR-Tab/releases/latest)** -Thank you for using JSTAR Tab! We hope it makes your browsing experience more enjoyable and productive. 🙂 +Thank you for using JSTAR Tab! We hope it makes your browsing experience more enjoyable and productive. Meow? 🙂 From a7f7b0737702d36ab8f56531cdc2e3405cb776cb Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:00:35 +0200 Subject: [PATCH 02/11] Update style.css button style --- style.css | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 31655d5..5e9ab2a 100644 --- a/style.css +++ b/style.css @@ -367,8 +367,8 @@ input[type="text"]:focus { opacity: 1; } -/* Settings styles */ -.settings-button { +/* Settings styles (so sigma) */ + .settings-button { position: fixed; bottom: 2rem; right: 2rem; @@ -384,12 +384,17 @@ input[type="text"]:focus { font-size: 1.25rem; color: var(--text); box-shadow: 0 4px 24px var(--shadow); -} + transition: transform 0.4s ease; + } + + .settings-button:hover { + transform: rotate(180deg); + } + + .settings-button:active { + transform: rotate(360deg); + } -.settings-button:hover { - transform: translateY(-2px); - box-shadow: 0 8px 32px var(--shadow); -} .settings-panel { max-height: 80vh; @@ -989,4 +994,4 @@ input:checked + .toggle-slider:before { padding: 0 8px; color: var(--text); font-size: 0.9rem; -} \ No newline at end of file +} From 66b70330b938846420762c8b89a88b0d9673cd1e Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:03:44 +0200 Subject: [PATCH 03/11] Update version.json --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index f224eb7..24a7f12 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - version: "3.0.0" + version: "2.6.2" } From 6b0735351dbd8d50095a806f02334867a4bcfef0 Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:04:16 +0200 Subject: [PATCH 04/11] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 75a0ee7..4d7a9ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "JSTAR Tab", - "version": "2.6.0", + "version": "2.6.2", "description": "JSTAR Tab is a sleek, customizable new tab extension with personalized greetings, shortcuts, anonymous mode, search engine settings, themes, data management, and more, for an enhanced browsing experience.", "chrome_url_overrides": { "newtab": "index.html" @@ -32,4 +32,4 @@ ], "matches": [""] }] -} \ No newline at end of file +} From 888580b342878ce06d5f6361ddd90c6ae49cbac7 Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:08:54 +0200 Subject: [PATCH 05/11] Update style.css --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 5e9ab2a..f0e5b47 100644 --- a/style.css +++ b/style.css @@ -314,6 +314,7 @@ input[type="text"]:focus { #add-shortcut:hover { background: var(--primary-hover); + transform: scale(1.2); /* Scale up the element to 110% */ } #shortcuts-grid { From a409389215648a663c1310d3aef7ab8962520813 Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:23:09 +0200 Subject: [PATCH 06/11] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f0e5b47..73b55cf 100644 --- a/style.css +++ b/style.css @@ -337,9 +337,9 @@ input[type="text"]:focus { box-shadow: 0 2px 10px var(--shadow); } +/* Add hover effect to move the shortcut upward */ .shortcut:hover { - transform: translateY(-2px); - box-shadow: 0 4px 15px var(--shadow); + transform: scale(1.2); /* Scale up the element to 110% */ } .shortcut img { From 1b67360deb2adde892b5b2aee63f78ca4f78f7d2 Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:58:04 +0200 Subject: [PATCH 07/11] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 73b55cf..e7df3de 100644 --- a/style.css +++ b/style.css @@ -337,9 +337,9 @@ input[type="text"]:focus { box-shadow: 0 2px 10px var(--shadow); } -/* Add hover effect to move the shortcut upward */ +/* Scale go up (no i won't remove this)*/ .shortcut:hover { - transform: scale(1.2); /* Scale up the element to 110% */ + transform: scale(1.079); /* Scale up the element*/ } .shortcut img { From 787413d02732e9092e903c65508b903a9bbcc37f Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:02:08 +0200 Subject: [PATCH 08/11] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e7df3de..0dc3885 100644 --- a/style.css +++ b/style.css @@ -337,7 +337,7 @@ input[type="text"]:focus { box-shadow: 0 2px 10px var(--shadow); } -/* Scale go up (no i won't remove this)*/ +/* Scale go up (no i won't remove this) WARP*/ .shortcut:hover { transform: scale(1.079); /* Scale up the element*/ } From a872db13a245cd6161b75a54a9906b6345b08c31 Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:06:46 +0200 Subject: [PATCH 09/11] Update index.html --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4a507c1..0d6f027 100644 --- a/index.html +++ b/index.html @@ -310,6 +310,10 @@