Skip to content

Commit

Permalink
Version 3.0.2 (#190)
Browse files Browse the repository at this point in the history
* 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 <thegreatishukumar100@gmail.com>
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 <kotikalapudisumanth@gmail.com>
Co-authored-by: Aditya Srinivas Menon <adityasrinivas.menon@gmail.com>

* Version 3.0.2

Co-authored-by: Neeraj P Yetheendran <46917698+NXPY123@users.noreply.github.com>
Co-authored-by: D PRIYATHAM <priyathamdarisi@gmail.com>
Co-authored-by: Pranjal Prasoon <thegreatishukumar100@gmail.com>
Co-authored-by: Pranjal Prasoon <79872203+motaboii@users.noreply.github.com>
Co-authored-by: Sumanth Kotikalapudi <kotikalapudisumanth@gmail.com>
Co-authored-by: Aditya Srinivas Menon <adityasrinivas.menon@gmail.com>
  • Loading branch information
7 people committed Oct 9, 2022
1 parent 2e67591 commit f5cb715
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AutoJoomer",
"version": "3.0.1",
"version": "3.0.2",
"manifest_version": 3,
"icons": {
"128": "src/images/icon.png"
Expand Down
4 changes: 3 additions & 1 deletion version_updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit f5cb715

Please sign in to comment.