From f5cb715958550cb8c1d9753ffb945aeccc431d31 Mon Sep 17 00:00:00 2001 From: Vishal Lokare <31512838+vishal-lokare@users.noreply.github.com> Date: Sun, 9 Oct 2022 11:01:36 +0530 Subject: [PATCH] Version 3.0.2 (#190) * Display Login Page on StartUp for first time users 1/2 (#185) * Added checklog script * checklog to check if user logged in checklog script checks if user has already logged in before to show log in page on start * Redirect to popup after user enters login info * Readme logo fix (#188) * Removed logo * Fixed the colour of the log in button * Udated Login Page * Update README.md Co-authored-by: Pranjal Prasoon Co-authored-by: Vishal Lokare <31512838+vishal-lokare@users.noreply.github.com> Co-authored-by: Pranjal Prasoon <79872203+motaboii@users.noreply.github.com> Co-authored-by: Sumanth Kotikalapudi Co-authored-by: Aditya Srinivas Menon * Version 3.0.2 Co-authored-by: Neeraj P Yetheendran <46917698+NXPY123@users.noreply.github.com> Co-authored-by: D PRIYATHAM Co-authored-by: Pranjal Prasoon Co-authored-by: Pranjal Prasoon <79872203+motaboii@users.noreply.github.com> Co-authored-by: Sumanth Kotikalapudi Co-authored-by: Aditya Srinivas Menon --- README.md | 2 +- manifest.json | 2 +- version_updates.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84baa66..84285bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] -[![Generic badge](https://img.shields.io/badge/Version-3.0.1-brightgreen?style=for-the-badge&logo=appveyor)](https://github.com/vishal-lokare/AutoJoomer) +[![Generic badge](https://img.shields.io/badge/Version-3.0.2-brightgreen?style=for-the-badge&logo=appveyor)](https://github.com/vishal-lokare/AutoJoomer) [contributors-shield]: https://img.shields.io/github/contributors/vishal-lokare/AutoJoomer.svg?style=for-the-badge [contributors-url]: https://github.com/vishal-lokare/AutoJoomer/graphs/contributors diff --git a/manifest.json b/manifest.json index 9201771..4aa71dd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "AutoJoomer", - "version": "3.0.1", + "version": "3.0.2", "manifest_version": 3, "icons": { "128": "src/images/icon.png" diff --git a/version_updates.json b/version_updates.json index 8d70268..ee7d0cd 100644 --- a/version_updates.json +++ b/version_updates.json @@ -9,5 +9,7 @@ "2.4": "Early join feature added", "2.5": "Added Auto Login to College WiFi", "2.6": "Improved auto login feature", - "3.0": "Updated with Manifest Version 3" + "3.0": "Updated with Manifest Version 3", + "3.0.1": "Fixed wifi login, auto populate, UI changes", + "3.0.2": "Login page on startup" }