diff --git a/.env.development b/.env.development index c2bc05c..5394a4d 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -VITE_APP_VERSION="3.1.0" +VITE_APP_VERSION="3.1.1" VITE_API_URL="http://localhost:8000/" VITE_API_KEY="your_api_key_should_be_here" VITE_ASSET_PATH="/assets" diff --git a/.env.production b/.env.production index 0d09261..1fb02b9 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -VITE_APP_VERSION="3.1.0" +VITE_APP_VERSION="3.1.1" VITE_API_URL="https://restfulsleep.phaseii.network" VITE_API_KEY="your_api_key_should_be_here" VITE_ASSET_PATH="https://cdn.phaseii.network/file/PhaseII/web-assets" diff --git a/package.json b/package.json index 2dc02cf..e49135f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaseweb3", - "version": "3.1.0", + "version": "3.1.1", "scripts": { "dev": "vite --host", "build": "vite build", diff --git a/public/data-sources/changelog.json b/public/data-sources/changelog.json index 0cc2203..5024b76 100644 --- a/public/data-sources/changelog.json +++ b/public/data-sources/changelog.json @@ -46,5 +46,6 @@ "3.0.44": ["- (Bugfix) Fix broken race state on game page", "- (Major) Add customization options for BaseIcon fill type", "- (Major) Add pop'n music weekly course song"], "3.0.45": ["- (Bugfix) Fix Timeline not loading", "- (Major) Add a filter to the data in the timeline for private profiles", "- (Game) Add SDVX 6th chart", "- (Bugfix) Fix floats for jubeat difficulties"], "3.1.0-RC": ["- (Feature) Add onboarding page", "- (Minor) Add BaseImage component", "- (Minor) Add BaseAccordion component, - (Admin) Finish admin event log page"], - "3.1.0": ["- (Major) WebUI V3 full release"] + "3.1.0": ["- (Major) WebUI V3 full release"], + "3.1.1": ["- (Admin) Add more admin stats for users", "- (Minor) Add new greetings"] } \ No newline at end of file diff --git a/src/constants/greetings.json b/src/constants/greetings.json index b8746cb..cddc393 100644 --- a/src/constants/greetings.json +++ b/src/constants/greetings.json @@ -605,5 +605,35 @@ "author": "Metis", "header": "Hey... come here often, ?", "comment": "" + }, + { + "author": "Ryuto Setsujin", + "header": " what if they made loveplus with men", + "comment": "please please please play tmgs i beg it's delectable" + }, + { + "author": "DRDOOFUS", + "header": ", remember that being grateful is generally a positive.", + "comment": "If we're logging in here, life's probably pretty good." + }, + { + "author": "Shilofax", + "header": "feeling kinda sus, ?", + "comment": "amogus" + }, + { + "author": "azui", + "header": "Show the crowd your moves, !", + "comment": "The club is waiting!" + }, + { + "author": "RGTM", + "header": "ZIv Mod Squad ", + "comment": "Play jubeat." + }, + { + "author": "superaustin7", + "header": "Why does need Konami Original Songs?", + "comment": "We ❤️ Pop'n Music!" } ] diff --git a/src/views/Admin/UsersView.vue b/src/views/Admin/UsersView.vue index cd64004..b9f0846 100644 --- a/src/views/Admin/UsersView.vue +++ b/src/views/Admin/UsersView.vue @@ -1,7 +1,16 @@