From 8f92993045358eaa6b9f01ac49957a2d7c43616f Mon Sep 17 00:00:00 2001 From: SabreCat Date: Mon, 31 Jul 2023 12:10:32 -0500 Subject: [PATCH 1/5] 4.277.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e693903da..ea71a817fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.277.0", + "version": "4.277.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 693b5af735..03f23b1854 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.277.0", + "version": "4.277.1", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.22.5", From c5a2e5a2e080a1f55a12b04b5f5a6b2e17d08eab Mon Sep 17 00:00:00 2001 From: SabreCat Date: Mon, 31 Jul 2023 19:25:07 -0500 Subject: [PATCH 2/5] fix(chat): fill in the blank --- website/common/locales/en/groups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/groups.json b/website/common/locales/en/groups.json index ea41f70e62..c10385ce5e 100644 --- a/website/common/locales/en/groups.json +++ b/website/common/locales/en/groups.json @@ -418,5 +418,5 @@ "findMorePartyMembers": "Find More Members", "findPartyMembers": "Find Party Members", "noOneLooking": "There’s no one looking for a Party right now.
You can check back later!", - "chatSunsetWarning": "⚠️ Habitica Guilds and Tavern chat will be discontinued on MM/DD/YYYY. Click here to read more about this change." + "chatSunsetWarning": "⚠️ Habitica Guilds and Tavern chat will be discontinued on 8/8/2023. Click here to read more about this change." } From f8bcc81fe6ee461b64f04d868811db2ef664b924 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 1 Aug 2023 13:02:00 -0500 Subject: [PATCH 3/5] 4.277.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea71a817fa..51870ba8d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.277.1", + "version": "4.277.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 03f23b1854..22498bd1a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.277.1", + "version": "4.277.2", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.22.5", From 9b8bb990392c5725b6f3ead53ea6b35fdd02276d Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 1 Aug 2023 13:44:49 -0500 Subject: [PATCH 4/5] fix(profile): revert accidental changes --- .../src/components/userMenu/profile.vue | 312 +++++++++++------- .../src/components/userMenu/profileStats.vue | 59 ++-- 2 files changed, 229 insertions(+), 142 deletions(-) diff --git a/website/client/src/components/userMenu/profile.vue b/website/client/src/components/userMenu/profile.vue index 67fc95b1dd..d228a5769b 100644 --- a/website/client/src/components/userMenu/profile.vue +++ b/website/client/src/components/userMenu/profile.vue @@ -1,68 +1,173 @@